index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
gpio/sa1100: Prepare sa1100_gpio_handler for irq argument removal
Thomas Gleixner
2015-07-14
1
-2
/
+2
|
|
*
|
gpio/mvebu: Prepare mvebu_gpio_irq_handler for irq argument removal
Thomas Gleixner
2015-07-14
1
-1
/
+1
|
|
*
|
gpio/ep93xx: Prepare ep93xx_gpio_f_irq_handler for irq argument removal
Thomas Gleixner
2015-07-14
1
-1
/
+3
|
|
*
|
gpio/davinci: Prepare gpio_irq_handler for irq argument removal
Thomas Gleixner
2015-07-14
1
-1
/
+2
|
|
*
|
gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
2015-07-14
10
-15
/
+14
|
|
*
|
gpio/davinci: Use accessor function irq_data_get_irq_handler_data()
Jiang Liu
2015-07-14
1
-1
/
+1
|
|
*
|
gpio/gpio-tegra: Use irq_set_handler_locked()
Thomas Gleixner
2015-07-14
1
-2
/
+2
|
|
*
|
gpio/pch: Use irq_set_handler_locked()
Thomas Gleixner
2015-07-14
1
-2
/
+2
|
|
*
|
gpio/omap: Use irq_set_handler_locked()
Thomas Gleixner
2015-07-14
1
-2
/
+2
|
|
*
|
gpio/msm-v2: Use irq_set_handler_locked()
Thomas Gleixner
2015-07-14
1
-2
/
+2
|
|
*
|
gpio/ep93xx: Use irq_set_handler_locked()
Thomas Gleixner
2015-07-14
1
-1
/
+1
|
|
*
|
gpio/zynq: Use irq_set_chip_handler_name_locked()
Thomas Gleixner
2015-07-14
1
-2
/
+2
|
|
*
|
gpiolib: Consolidate chained IRQ handler install/remove
Thomas Gleixner
2015-07-14
1
-2
/
+2
|
|
*
|
gpio/tz1090: Consolidate chained IRQ handler install/remove
Thomas Gleixner
2015-07-14
1
-2
/
+2
|
|
*
|
gpio/timberdale: Consolidate chained IRQ handler install/remove
Thomas Gleixner
2015-07-14
1
-2
/
+1
|
|
*
|
gpio/mvebu: Consolidate chained IRQ handler install/remove
Thomas Gleixner
2015-07-14
1
-2
/
+2
|
|
*
|
gpio/mpc8xxx: Consolidate chained IRQ handler install/remove
Thomas Gleixner
2015-07-14
1
-4
/
+3
|
*
|
|
gpio/davinci: add interrupt support for GPIOs 16-31
Vitaly Andrianov
2015-07-17
1
-1
/
+1
|
*
|
|
Merge tag 'gpiod-flags-for-4.3' of git://git.pengutronix.de/git/ukl/linux int...
Linus Walleij
2015-07-17
2
-17
/
+17
|
|
\
\
\
|
|
*
|
|
gpio: make flags mandatory for gpiod_get functions
Uwe Kleine-König
2015-07-06
2
-17
/
+17
|
|
|
/
/
|
*
|
|
gpio: etraxfs: Fix devm_ioremap_resource return value check
Krzysztof Kozlowski
2015-07-17
1
-2
/
+2
|
*
|
|
gpiolib: remove unneeded assignation
Laurent Navet
2015-07-16
1
-1
/
+1
|
*
|
|
gpio: 74xx: Fix build warning about void to integer cast
Nicholas Krause
2015-07-16
1
-1
/
+1
|
*
|
|
gpiolib: assign chip owner to dev->driver->owner if not set
Grygorii Strashko
2015-07-16
1
-0
/
+3
|
*
|
|
gpiolib: irqchip: prevent driver unloading if gpio is used as irq only
Grygorii Strashko
2015-07-16
1
-0
/
+5
|
*
|
|
gpio: pcf857x: get rid of slock spinlock
Grygorii Strashko
2015-07-16
1
-9
/
+5
|
*
|
|
gpio: rcar: Fine-grained Runtime PM support
Geert Uytterhoeven
2015-07-16
1
-4
/
+16
|
*
|
|
gpio: em: Remove obsolete platform data support
Geert Uytterhoeven
2015-07-16
1
-26
/
+8
|
*
|
|
gpio: zx: Add ZTE zx296702 GPIO support
Jun Nie
2015-07-16
3
-0
/
+331
|
*
|
|
gpio: of: remove unnecessary variable in of_get_gpio_hog()
Masahiro Yamada
2015-07-16
1
-4
/
+1
|
*
|
|
gpio: mvebu: kill bogus dependency on GPIO_GENERIC
Masahiro Yamada
2015-07-16
1
-1
/
+0
|
*
|
|
gpio: altera: use of_mm_gpiochip_remove() to fix memory leak
Masahiro Yamada
2015-07-16
1
-1
/
+1
|
*
|
|
gpio: altera: fix return value of altera_gpio_remove()
Masahiro Yamada
2015-07-16
1
-1
/
+1
|
*
|
|
gpio: altera: kill bogus dependency on GPIO_GENERIC
Masahiro Yamada
2015-07-16
1
-1
/
+0
|
*
|
|
gpio: zynq: add missing module_exit function
Masahiro Yamada
2015-07-16
1
-0
/
+6
|
*
|
|
gpiolib: Fix docs for gpiochip_add_pingroup_range
Tomeu Vizoso
2015-07-16
1
-1
/
+1
|
*
|
|
gpio: generic: add get_direction support
Philipp Zabel
2015-07-16
1
-0
/
+18
|
|
/
/
*
|
|
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2015-09-03
2
-0
/
+205
|
\
\
\
|
*
|
|
MIPS: Remove all the uses of custom gpio.h
Alban Bedel
2015-09-03
1
-32
/
+0
|
*
|
|
MIPS: ath79: Move the GPIO driver to drivers/gpio
Alban Bedel
2015-09-03
2
-0
/
+237
|
|
|
/
|
|
/
|
*
|
|
treewide: fix typos in comment blocks
Masahiro Yamada
2015-08-07
1
-1
/
+1
|
/
/
*
|
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-07-18
1
-4
/
+2
|
\
\
|
*
|
gpio/davinci: Fix race in installing chained irq handler
Thomas Gleixner
2015-07-13
1
-4
/
+2
|
|
/
*
|
gpio: pca953x: fix nested irqs rescheduling
Grygorii Strashko
2015-07-16
1
-0
/
+4
*
|
gpio: omap: prevent module from being unloaded while in use
Grygorii Strashko
2015-07-16
1
-0
/
+1
*
|
gpio: max732x: Add missing dev reference to gpiochip
Marek Vasut
2015-07-16
1
-0
/
+1
*
|
gpio/xilinx: Use correct address when setting initial values.
Raphaël Teysseyre
2015-07-16
1
-2
/
+2
*
|
gpio: zynq: Fix problem with unbalanced pm_runtime_enable
Michal Simek
2015-07-16
1
-0
/
+1
*
|
gpio: omap: add missed spin_unlock_irqrestore in omap_gpio_irq_type
Grygorii Strashko
2015-07-16
1
-1
/
+3
*
|
gpio: brcmstb: fix null ptr dereference in driver remove
Gregory Fong
2015-07-16
1
-3
/
+11
|
/
[prev]
[next]