gpiolib: output basic details and consolidate gpio device drivers
authorGrant Likely <grant.likely@secretlab.ca>
Sun, 6 Nov 2011 18:36:18 +0000 (11:36 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Mon, 12 Dec 2011 20:40:16 +0000 (13:40 -0700)
commit64842aad5ec5ea3b6f6e716ce53a863f7c409da8
tree29e89d0de902636bcad5a63d0a872c04438bb9e0
parentf4574beb9655dbe6a1513f308f0070e9e5e1ad0e
gpiolib: output basic details and consolidate gpio device drivers

This patch adds a kernel message, containing GPIO range and device
name on successful device registration, and removes duplicate messages from the following drivers:
* gpio-adp5588
* gpio-bt8xx
* gpio-cs5535
* gpio-janz-ttl
* gpio-nomadik
* gpio-pcf857x
* gpio-xilinx
* drivers/of/gpio.c

Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
[grant.likely@secretlab.ca: squashed 2 patches together]
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/gpio/gpio-adp5588.c
drivers/gpio/gpio-bt8xx.c
drivers/gpio/gpio-cs5535.c
drivers/gpio/gpio-janz-ttl.c
drivers/gpio/gpio-nomadik.c
drivers/gpio/gpio-pcf857x.c
drivers/gpio/gpio-xilinx.c
drivers/gpio/gpiolib.c
drivers/of/gpio.c
This page took 0.026329 seconds and 5 git commands to generate.