index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-generic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: rename gpio-generic.c into gpio-mmio.c
Christian Lamparter
2016-04-29
1
-660
/
+0
*
gpio: generic: fix GPIO_GENERIC_PLATFORM is set to module case
Christian Lamparter
2016-04-29
1
-1
/
+1
*
gpio: generic: Use devm_gpiochip_add_data() for gpio registration
Laxman Dewangan
2016-02-23
1
-10
/
+1
*
gpio: generic: factor into gpio_chip struct
Linus Walleij
2016-01-05
1
-159
/
+133
*
gpio: generic: fix signedness bug found by cppcheck
Linus Walleij
2016-01-05
1
-2
/
+3
*
Merge tag 'v4.4-rc6' into devel
Linus Walleij
2015-12-21
1
-2
/
+2
|
\
|
*
gpio: generic: clamp values from bgpio_get_set()
Linus Walleij
2015-12-17
1
-2
/
+2
*
|
gpio: change member .dev to .parent
Linus Walleij
2015-11-19
1
-1
/
+1
|
/
*
gpio: generic: Revert to old error handling in bgpio_map
Guenter Roeck
2015-10-27
1
-1
/
+1
*
gpio: generic: use error pointers
Heiner Kallweit
2015-10-05
1
-35
/
+21
*
gpio: generic: modernize remapping
Heiner Kallweit
2015-10-05
1
-11
/
+3
*
gpio: generic: improve error handling in bgpio_map
Heiner Kallweit
2015-10-05
1
-3
/
+5
*
gpio: generic: support input-only chips
Rabin Vincent
2015-07-27
1
-3
/
+20
*
gpio: generic: add get_direction support
Philipp Zabel
2015-07-16
1
-0
/
+18
*
gpio: gpio-generic: add flag to read out output value from reg_set
Vladimir Zapolskiy
2015-05-11
1
-3
/
+19
*
gpio-generic: add bgpio_set_multiple functions
Rojhalat Ibrahim
2015-01-19
1
-0
/
+76
*
gpio: remove all usage of gpio_remove retval in driver/gpio
abdoulaye berthe
2014-07-22
1
-1
/
+2
*
gpio: generic: add request function pointer
Anthony Fee
2014-05-23
1
-0
/
+9
*
gpio: generic: Use platform_device_id->driver_data field for driver flags
Alexander Shiyan
2014-03-18
1
-7
/
+9
*
gpio: generic: clamp retured value to [0,1]
Linus Walleij
2014-02-06
1
-1
/
+1
*
gpio: generic: Add label to platform data
Pawel Moll
2014-02-06
1
-0
/
+2
*
GPIO: gpio-generic: remove kfree() from bgpio_remove call
Alexander Shiyan
2013-04-11
1
-5
/
+1
*
gpio: gpio-generic: Add 16 and 32 bit big endian byte order support
Andreas Larsson
2013-04-10
1
-9
/
+47
*
gpio: remove use of __devexit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
gpio: remove use of __devinit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
gpio: remove use of __devexit_p
Bill Pemberton
2012-11-28
1
-1
/
+1
*
gpio/generic: initialize basic_mmio_gpio shadow variables properly
Shawn Guo
2012-05-19
1
-5
/
+11
*
gpio: Convert GPIO drivers to module_platform_driver
Mark Brown
2012-01-02
1
-11
/
+1
*
drivers/gpio/gpio-generic.c: fix build errors
Russell King
2011-09-14
1
-10
/
+5
*
gpio: reorganize drivers
Grant Likely
2011-06-06
1
-0
/
+548