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

gpio: Fix paths to GPIO driver source files

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Andrew Jeffery and committed by
Linus Walleij
3a0000f0 a246b819

+7 -6
+7 -6
Documentation/gpio/drivers-on-gpio.txt
··· 37 37 external connector status, such as a headset line for an audio driver or an 38 38 HDMI connector. It will provide a better userspace sysfs interface than GPIO. 39 39 40 - - restart-gpio: drivers/power/gpio-restart.c is used to restart/reboot the 41 - system by pulling a GPIO line and will register a restart handler so 40 + - restart-gpio: drivers/power/reset/gpio-restart.c is used to restart/reboot 41 + the system by pulling a GPIO line and will register a restart handler so 42 42 userspace can issue the right system call to restart the system. 43 43 44 - - poweroff-gpio: drivers/power/gpio-poweroff.c is used to power the system down 45 - by pulling a GPIO line and will register a pm_power_off() callback so that 46 - userspace can issue the right system call to power down the system. 44 + - poweroff-gpio: drivers/power/reset/gpio-poweroff.c is used to power the 45 + system down by pulling a GPIO line and will register a pm_power_off() 46 + callback so that userspace can issue the right system call to power down the 47 + system. 47 48 48 - - gpio-gate-clock: drivers/clk/clk-gpio-gate.c is used to control a gated clock 49 + - gpio-gate-clock: drivers/clk/clk-gpio.c is used to control a gated clock 49 50 (off/on) that uses a GPIO, and integrated with the clock subsystem. 50 51 51 52 - i2c-gpio: drivers/i2c/busses/i2c-gpio.c is used to drive an I2C bus