index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: of: provide optional of_mm_gpiochip_add_data() function
Linus Walleij
2016-01-05
1
-5
/
+7
*
gpio: add a data pointer to gpio_chip
Linus Walleij
2016-01-05
1
-4
/
+6
*
gpio: pxa: checking IS_ERR() instead of NULL
Dan Carpenter
2016-01-05
1
-2
/
+2
*
gpio: generic: fix signedness bug found by cppcheck
Linus Walleij
2016-01-05
1
-2
/
+3
*
gpio: fix warning about iterator
Sudip Mukherjee
2015-12-27
1
-8
/
+12
*
Revert "gpio: revert get() to non-errorprogating behaviour"
Linus Walleij
2015-12-26
1
-7
/
+1
*
gpio: viperboard: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: ucb1400: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: tz1090-pdc: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: tz1090: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: twl4030: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: tc3589x: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: sx150x: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: sta2x11: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: sa1100: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: pch: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: pcf857x: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: msic: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: mpc8xxx: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: ml-ioh: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: max732x: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-2
/
+2
*
gpio: lpc32xx: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-4
/
+4
*
gpio: kempld: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: janz-ttl: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: intel-mid: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: em: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: davinci: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-1
/
+1
*
gpio: da9052: Be sure to clamp return value
Linus Walleij
2015-12-26
1
-6
/
+3
*
gpio: sx150x: Add support for sx1502
Peter Rosin
2015-12-22
1
-4
/
+49
*
gpio: 104-idi-48: Clear pending interrupt once in IRQ handler
William Breathitt Gray
2015-12-22
1
-10
/
+9
*
gpio: pxa: fixes non devicetree builds
Robert Jarzmik
2015-12-22
1
-13
/
+13
*
Merge tag 'v4.4-rc6' into devel
Linus Walleij
2015-12-21
8
-59
/
+79
|
\
|
*
gpio: revert get() to non-errorprogating behaviour
Linus Walleij
2015-12-17
1
-1
/
+7
|
*
gpio: generic: clamp values from bgpio_get_set()
Linus Walleij
2015-12-17
1
-2
/
+2
|
*
gpio: ath79: Fix the logic to clear offset bit of AR71XX_GPIO_REG_OE register
Axel Lin
2015-12-11
1
-1
/
+1
|
*
gpio: omap: drop omap1 mpuio specific irq_mask/unmask callbacks
Grygorii Strashko
2015-11-30
1
-2
/
+0
|
*
gpiolib: fix oops, if gpio name is NULL
Vladimir Zapolskiy
2015-11-29
1
-1
/
+1
|
*
gpio-tegra: Do not create the debugfs entry by default
Suzuki K. Poulose
2015-11-17
1
-49
/
+56
|
*
gpio: palmas: fix a possible NULL dereference
LABBE Corentin
2015-11-17
1
-0
/
+2
|
*
gpio: syscon: fix a possible NULL dereference
LABBE Corentin
2015-11-17
1
-1
/
+5
|
*
gpio: 74xx: fix a possible NULL dereference
LABBE Corentin
2015-11-17
1
-2
/
+5
*
|
gpio: pch: fix non-DT build
Linus Walleij
2015-12-15
1
-0
/
+2
*
|
gpio: pxa: add pin control gpio direction and request
Robert Jarzmik
2015-12-15
1
-0
/
+23
*
|
gpio: pl061: add support for wakeup configuration
Sudeep Holla
2015-12-14
1
-0
/
+9
*
|
gpio: zynq: Do PM initialization earlier to support gpio hogs
Michal Simek
2015-12-14
1
-10
/
+9
*
|
gpio: forward-declare enum gpiod_flags
Linus Walleij
2015-12-11
1
-1
/
+1
*
|
gpio: rcar: Improve clock error handling and reporting
Geert Uytterhoeven
2015-12-11
1
-1
/
+10
*
|
gpio: rcar: Remove obsolete platform data support
Geert Uytterhoeven
2015-12-11
1
-51
/
+26
*
|
gpio: Restore indentation of parent device setup
Geert Uytterhoeven
2015-12-11
3
-3
/
+3
*
|
gpio: pca953x: Add set_multiple to allow multiple bits to be set in one write.
Phil Reid
2015-12-10
1
-0
/
+38
[next]