index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-28
gpio: add flags argument to gpiod_get*() functions
Alexandre Courbot
1
-21
/
+46
2014-07-28
gpio / ACPI: Move event handling registration to gpiolib irqchip helpers
Mika Westerberg
1
-0
/
+4
2014-07-28
gpio: split gpiod board registration into machine header
Linus Walleij
1
-0
/
+1
2014-07-24
gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_desc
Guenter Roeck
1
-0
/
+2
2014-07-23
gpio: move gpio_ensure_requested() into legacy C file
Alexandre Courbot
1
-125
/
+4
2014-07-23
gpio: remove gpiod_lock/unlock_as_irq()
Alexandre Courbot
1
-14
/
+16
2014-07-23
gpio: make gpiochip_get_desc() gpiolib-private
Alexandre Courbot
1
-1
/
+0
2014-07-09
gpio: move integer GPIO support to its own file
Alexandre Courbot
1
-105
/
+0
2014-07-09
gpio: move sysfs support to its own file
Alexandre Courbot
1
-907
/
+4
2014-07-09
gpio: always compile label support
Alexandre Courbot
1
-25
/
+2
2014-06-12
gpio: of: Fix handling for deferred probe for -gpio suffix
Tony Lindgren
1
-1
/
+1
2014-05-09
gpio: Add helpers for optional GPIOs
Thierry Reding
1
-0
/
+43
2014-05-02
gpio: Fix gpio_get -> gpiod_get typo in kernel-doc
Thierry Reding
1
-1
/
+1
2014-04-28
gpio: of: Allow -gpio suffix for property names
Thierry Reding
1
-6
/
+12
2014-04-28
gpio: of: Remove unneeded dummy function
Thierry Reding
1
-9
/
+0
2014-04-28
gpio: do not set up hardware for IRQ_TYPE_NONE
Linus Walleij
1
-2
/
+8
2014-04-28
gpio: put GPIO IRQs into their own lock class
Linus Walleij
1
-0
/
+7
2014-04-28
gpio: support threaded interrupts in irqchip helpers
Linus Walleij
1
-0
/
+12
2014-04-14
gpio: set data first, then chip and handler
Linus Walleij
1
-1
/
+1
2014-03-28
gpio: unmap gpio irqs properly
Linus Walleij
1
-4
/
+29
2014-03-26
gpio: add IRQ chip helpers in gpiolib
Linus Walleij
1
-0
/
+188
2014-03-14
gpio: clamp returned values to the boolean range
Alexandre Courbot
1
-6
/
+6
2014-03-13
gpio / ACPI: Rework ACPI GPIO event handling
Mika Westerberg
1
-1
/
+2
2014-03-13
gpiolib: Allow GPIO chips to request their own GPIOs
Mika Westerberg
1
-27
/
+73
2014-03-07
gpio: remove misleading documentation
Linus Walleij
1
-4
/
+1
2014-02-12
gpiolib: add gpiochip_get_desc() driver function
Alexandre Courbot
1
-8
/
+9
2014-02-12
GPIO: gpiolib: correct description of gpiod_direction_output
Rahul Bedarkar
1
-1
/
+1
2014-02-07
gpio: make gpiod_direction_output take a logical value
Philipp Zabel
1
-19
/
+48
2014-01-21
Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-114
/
+137
2014-01-08
gpio / ACPI: get rid of acpi_gpio.h
Mika Westerberg
1
-1
/
+0
2014-01-08
gpio / ACPI: register to ACPI events automatically
Mika Westerberg
1
-0
/
+4
2013-12-12
gpiolib: return -ENOENT if no GPIO mapping exists
Alexandre Courbot
1
-17
/
+17
2013-12-11
kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly
Tejun Heo
1
-2
/
+2
2013-12-09
gpiolib: update inline documentation of gpiod_get_index()
Andy Shevchenko
1
-1
/
+1
2013-12-09
gpiolib: introduce chip_* to print with chip->label prefix
Andy Shevchenko
1
-15
/
+26
2013-12-09
gpiolib: unify pr_* messages format
Andy Shevchenko
1
-37
/
+37
2013-12-09
gpio: better lookup method for platform GPIOs
Alexandre Courbot
1
-50
/
+58
2013-12-09
Merge tag 'v3.13-rc3' into devel
Linus Walleij
1
-31
/
+47
2013-12-04
gpio/pinctrl: make gpio_chip members typed boolean
Linus Walleij
1
-1
/
+1
2013-12-04
gpio: rewrite gpiochip_offset_to_desc()
Alexandre Courbot
1
-2
/
+3
2013-12-03
gpiolib: change a warning to debug message when failing to get gpio
Heikki Krogerus
1
-1
/
+1
2013-12-03
gpiolib: use platform GPIO mappings as fallback
Alexandre Courbot
1
-3
/
+13
2013-12-03
gpiolib: fix lookup of platform-mapped GPIOs
Alexandre Courbot
1
-1
/
+1
2013-11-25
gpiolib: fix of_find_gpio() when OF not defined
Alexandre Courbot
1
-1
/
+2
2013-11-25
gpio: fix memory leak in error path
Michal Nazarewicz
1
-1
/
+3
2013-11-25
gpiolib: use dedicated flags for GPIO properties
Alexandre Courbot
1
-7
/
+15
2013-11-25
gpiolib: fix find_chip_by_name()
Alexandre Courbot
1
-17
/
+12
2013-11-14
ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node
Rafael J. Wysocki
1
-0
/
+1
2013-11-12
Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-234
/
+594
2013-11-12
Merge tag 'pinctrl-for-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+47
[next]