Lines Matching refs:all
37 - Convert all GPIO device drivers to only #include <linux/gpio/driver.h>
39 - Convert all consumer drivers to only #include <linux/gpio/consumer.h>
41 - Convert all machine descriptors in "boardfiles" to only
63 GPIO for all current users (see below). Delete struct of_mm_gpio_chip,
67 - Change all consumer drivers that #include <linux/of_gpio.h> to
75 handle this with generic OF bindings, pull all legacy handling into
76 gpiolib so the library API becomes narrow and deep and handle all
80 - Delete <linux/of_gpio.h> when all the above is complete and everything
89 headers under <linux/gpio/*.h> will be used. This requires all the above to
178 for debugging and hacking and to expose all lines without the
180 oneself in the foot, because this is debugfs after all.