]> Git Repo - linux.git/commit - drivers/gpio/Makefile
gpio: add support for 74x164 serial-in/parallel-out 8-bit shift register
authorMiguel Gaio <[email protected]>
Wed, 27 Oct 2010 22:33:18 +0000 (15:33 -0700)
committerLinus Torvalds <[email protected]>
Thu, 28 Oct 2010 01:03:07 +0000 (18:03 -0700)
commitead6db084392349ad33323b1bb2916058dd7e82b
tree8288fb20f86550ba8bb5d9984a7d09ead9b333d7
parent76d800a5b6e198c4fda07b88bb42a545709f193b
gpio: add support for 74x164 serial-in/parallel-out 8-bit shift register

Add support for generic 74x164 serial-in/parallel-out 8-bits shift
register.  This driver can be used as a GPIO output expander.

[[email protected]: remove unused local `refresh']
Signed-off-by: Miguel Gaio <[email protected]>
Signed-off-by: Juhos Gabor <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/gpio/74x164.c [new file with mode: 0644]
drivers/gpio/Kconfig
drivers/gpio/Makefile
include/linux/spi/74x164.h [new file with mode: 0644]
This page took 0.055391 seconds and 4 git commands to generate.