Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'regulator-fix-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator

Pull regulator fix from Mark Brown:
"A fix from Arnd re-adding a dependency on gpiolib which was implicitly
pulled in via an OF specific route which got removed as part of a
cleanup"

* tag 'regulator-fix-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
regulator: rpi-panel-attiny: add back GPIOLIB dependency

+1
+1
drivers/regulator/Kconfig
··· 1231 1231 tristate "Raspberry Pi 7-inch touchscreen panel ATTINY regulator" 1232 1232 depends on ARM || ARM64 || COMPILE_TEST 1233 1233 depends on BACKLIGHT_CLASS_DEVICE 1234 + depends on GPIOLIB 1234 1235 depends on I2C 1235 1236 select REGMAP_I2C 1236 1237 help