| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-10-20 | gpio: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 | |
| A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <[email protected]> | |||||
| 2014-07-22 | gpio: remove all usage of gpio_remove retval in driver/gpio | abdoulaye berthe | 1 | -7/+1 | |
| Signed-off-by: abdoulaye berthe <[email protected]> Signed-off-by: Linus Walleij <[email protected]> | |||||
| 2014-05-16 | gpio: janzttl: use devm function | abdoulaye berthe | 1 | -29/+8 | |
| This uses dem function for mem allocation Signed-off-by: abdoulaye berthe <[email protected]> Signed-off-by: Linus Walleij <[email protected]> | |||||
| 2014-05-09 | gpio: janz-ttl: remove unnecessary OOM messages | Jingoo Han | 1 | -1/+0 | |
| The site-specific OOM messages are unnecessary, because they duplicate the MM subsystem generic OOM message. Signed-off-by: Jingoo Han <[email protected]> Reviewed-by: Javier Martinez Canillas <[email protected]> Signed-off-by: Linus Walleij <[email protected]> | |||||
| 2013-08-16 | gpio: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 | |
| Use the wrapper function for retrieving the platform data instead of accessing dev->platform_data directly. Signed-off-by: Jingoo Han <[email protected]> Signed-off-by: Linus Walleij <[email protected]> | |||||
| 2012-11-28 | gpio: remove use of __devexit | Bill Pemberton | 1 | -1/+1 | |
| CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton <[email protected]> Cc: Grant Likely <[email protected]> Acked-by: Linus Walleij <[email protected]> Cc: Peter Tyser <[email protected]> Acked-by: Mark Brown <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2012-11-28 | gpio: remove use of __devinit | Bill Pemberton | 1 | -3/+3 | |
| CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton <[email protected]> Cc: Grant Likely <[email protected]> Cc: Peter Tyser <[email protected]> Cc: Santosh Shilimkar <[email protected]> Cc: Kevin Hilman <[email protected]> Acked-by: Linus Walleij <[email protected]> Acked-by: Mark Brown <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2012-11-28 | gpio: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 | |
| CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton <[email protected]> Cc: Grant Likely <[email protected]> Cc: Peter Tyser <[email protected]> Acked-by: Linus Walleij <[email protected]> Acked-by: Mark Brown <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2012-01-02 | gpio: Convert GPIO drivers to module_platform_driver | Mark Brown | 1 | -12/+1 | |
| Where appropriate factor out some boilerplate code for platform device registration into module_platform_driver. Drivers that don't use the standard module_init initcall haven't been converted. Signed-off-by: Mark Brown <[email protected]> Signed-off-by: Grant Likely <[email protected]> | |||||
| 2011-12-12 | gpiolib: output basic details and consolidate gpio device drivers | Grant Likely | 1 | -2/+0 | |
| 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 <[email protected]> [[email protected]: squashed 2 patches together] Signed-off-by: Grant Likely <[email protected]> | |||||
| 2011-06-06 | gpio: reorganize drivers | Grant Likely | 1 | -0/+258 | |
| Sort the gpio makefile and enforce the naming convention gpio-*.c for gpio drivers. v2: cleaned up filenames in Kconfig and comment blocks v3: fixup use of BASIC_MMIO to GENERIC_GPIO for mxc Signed-off-by: Grant Likely <[email protected]> | |||||