index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Commit message (
Expand
)
Author
Age
*
Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2014-08-08
|
\
|
*
gpio: add flags argument to gpiod_get*() functions
Alexandre Courbot
2014-07-28
|
*
gpio / ACPI: Move event handling registration to gpiolib irqchip helpers
Mika Westerberg
2014-07-28
|
*
gpio: lynxpoint: Convert to use gpiolib irqchip
Mika Westerberg
2014-07-28
|
*
gpio: split gpiod board registration into machine header
Linus Walleij
2014-07-28
|
*
gpio: remove gpio_ensure_requested()
Alexandre Courbot
2014-07-24
|
*
gpio: remove useless check in gpiolib_sysfs_init()
Alexandre Courbot
2014-07-24
|
*
gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_desc
Guenter Roeck
2014-07-24
|
*
gpio: move gpio_ensure_requested() into legacy C file
Alexandre Courbot
2014-07-23
|
*
gpio: remove gpiod_lock/unlock_as_irq()
Alexandre Courbot
2014-07-23
|
*
gpio: make gpiochip_get_desc() gpiolib-private
Alexandre Courbot
2014-07-23
|
*
gpio: simplify gpiochip_export()
Alexandre Courbot
2014-07-23
|
*
gpio: remove export of private of_get_named_gpio_flags()
Alexandre Courbot
2014-07-23
|
*
gpio: Add support for GPIOF_ACTIVE_LOW to gpio_request_one functions
Guenter Roeck
2014-07-23
|
*
gpio: zynq: Clear pending interrupt when enabling a IRQ
Lars-Peter Clausen
2014-07-23
|
*
gpio: remove all usage of gpio_remove retval in driver/gpio
abdoulaye berthe
2014-07-22
|
*
gpio: Add driver for Zynq GPIO controller
Harini Katakam
2014-07-10
|
*
gpiolib: of: Update debug messages for of_get_named_gpiod_flags
Tushar Behera
2014-07-09
|
*
gpio: move integer GPIO support to its own file
Alexandre Courbot
2014-07-09
|
*
gpio: move sysfs support to its own file
Alexandre Courbot
2014-07-09
|
*
gpio: always compile label support
Alexandre Courbot
2014-07-09
|
*
gpio: omap: Add an omap prefix to all functions
Javier Martinez Canillas
2014-07-09
|
*
gpio: omap: Remove unneeded include
Javier Martinez Canillas
2014-07-09
|
*
gpio: omap: Remove unnecessary lockdep class
Javier Martinez Canillas
2014-07-09
|
*
gpio: gpio-ucb1400.c: Cleaning up null pointer checks that could never happen
Rickard Strandqvist
2014-07-09
|
*
gpio: gpio-twl4030.c: Cleaning up null pointer checks that could never happen
Rickard Strandqvist
2014-07-09
|
*
gpio: vr41xx: fix up errorpath on probe()
Linus Walleij
2014-07-09
|
*
gpio: rcar: clamp returned value to [0,1]
Jürg Billeter
2014-07-09
|
*
gpio-pxa: gpio0 and gpio1 support on dt
Andrew Ruder
2014-07-07
|
*
gpio: pxa: Make of_device_id array const
Jingoo Han
2014-06-19
|
*
gpio: lpc32xx: Make of_device_id array const
Jingoo Han
2014-06-19
|
*
gpio: intel-mid: switch to using gpiolib irqchip helpers
Linus Walleij
2014-06-19
|
*
gpio: stmpe: switch to use gpiolib irqchip helpers
Linus Walleij
2014-06-19
*
|
Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
2014-08-08
|
\
\
|
*
\
Merge branch 'cleanup/gpio-header-removal' into next/soc
Arnd Bergmann
2014-07-26
|
|
\
\
|
*
\
\
Merge tag 's5pv210-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...
Arnd Bergmann
2014-07-26
|
|
\
\
\
|
|
*
|
|
gpio: samsung: Remove legacy support of S5PV210
Tomasz Figa
2014-07-18
|
|
|
|
|
|
|
\
\
\
|
*
-
.
|
|
|
Merge branches 'samsung/cleanup' and 'samsung/s5p-cleanup-v2', tag 'v3.16-rc6...
Arnd Bergmann
2014-07-26
|
|
\
\
|
|
|
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-08-08
|
\
\
\
\
\
|
*
\
\
\
\
Merge tag 'gpio-h-purge' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Olof Johansson
2014-07-15
|
|
\
\
\
\
\
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
/
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
ARM: mach-s5p: get rid of all <mach/gpio.h> headers
Linus Walleij
2014-06-30
|
|
|
/
/
|
*
|
|
gpio: samsung: remov s5pc100 related gpio codes
Kukjin Kim
2014-07-12
|
*
|
|
gpio: samsung: remove s5p64x0 related gpio codes
Kukjin Kim
2014-07-07
|
|
/
/
*
|
|
Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2014-08-07
|
\
\
\
|
*
|
|
gpio: crystalcove: Fix implicit declaration of function 'seq_printf' error
Lee Jones
2014-06-19
|
*
|
|
gpio: Add support for Intel Crystal Cove PMIC
Zhu, Lejun
2014-06-17
|
|
/
/
*
|
|
Merge tag 'pinctrl-v3.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2014-07-23
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
gpio: rcar: Add support for DT IRQ flags
Laurent Pinchart
2014-07-15
|
|
/
*
/
gpio: mcp23s08: Eliminates redundant checking.
Michael Welling
2014-07-04
|
/
*
gpio: of: Fix handling for deferred probe for -gpio suffix
Tony Lindgren
2014-06-12
[next]