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
*
Merge tag 'v3.14-rc6' into devel
Linus Walleij
2014-03-14
5
-4
/
+22
|
\
|
*
gpio: tb10x: GPIO_TB10X needs to select GENERIC_IRQ_CHIP
Axel Lin
2014-02-05
1
-0
/
+1
|
*
gpio: clps711x: Add module alias to support module auto loading
Axel Lin
2014-02-05
1
-0
/
+1
|
*
gpio: bcm281xx: Update MODULE_AUTHOR
Markus Mayer
2014-02-05
1
-2
/
+2
|
*
gpio: intel-mid: fix the incorrect return of idle callback
xinhui.pan
2014-02-05
1
-2
/
+2
|
*
gpio: xtensa: fix build when XCHAL_HAVE_CP is 0
Baruch Siach
2014-02-03
1
-0
/
+16
*
|
gpio: clamp returned values to the boolean range
Alexandre Courbot
2014-03-14
1
-6
/
+6
*
|
gpio / ACPI: Rework ACPI GPIO event handling
Mika Westerberg
2014-03-13
2
-86
/
+131
*
|
gpio / ACPI: Rename acpi_gpio_evt_pin to acpi_gpio_event
Mika Westerberg
2014-03-13
1
-20
/
+19
*
|
gpio / ACPI: Allocate ACPI specific data directly in acpi_gpiochip_add()
Mika Westerberg
2014-03-13
1
-42
/
+64
*
|
gpiolib: Allow GPIO chips to request their own GPIOs
Mika Westerberg
2014-03-13
2
-27
/
+76
*
|
gpio: Spelling s/than/that/
Geert Uytterhoeven
2014-03-12
1
-1
/
+1
*
|
gpio: cs5535: Simplify dependencies
Jean Delvare
2014-03-12
1
-1
/
+1
*
|
gpio: mcp23s08: trivial: fixed coding style issues
Gary Servin
2014-03-12
1
-11
/
+11
*
|
gpio: max732x: Fix possible NULL pointer dereference on i2c_new_dummy error
Krzysztof Kozlowski
2014-03-12
1
-0
/
+7
*
|
gpio: max732x: Fix I2C dummy device resource leak on probe failure
Krzysztof Kozlowski
2014-03-12
1
-0
/
+2
*
|
gpio: davinci: fix gpio selection for OF
Alexander Holler
2014-03-11
1
-0
/
+24
*
|
gpio-tz1090: Replace commas with semi-colons
James Hogan
2014-03-07
1
-14
/
+14
*
|
gpio: remove misleading documentation
Linus Walleij
2014-03-07
1
-4
/
+1
*
|
gpio: gpio-pl061: Use %pa to print 'resource_size_t'
Fabio Estevam
2014-03-07
1
-2
/
+2
*
|
fix build error in gpio-dwapb patch
Alan Tull
2014-03-07
1
-1
/
+1
*
|
gpio: zevio: depend on ARM and OF_GPIO
Linus Walleij
2014-03-06
1
-1
/
+1
*
|
gpio: remove obsolete tnetv107x driver
Arnd Bergmann
2014-03-05
2
-207
/
+0
*
|
gpio: add a driver for the Synopsys DesignWare APB GPIO block
Jamie Iles
2014-03-05
3
-0
/
+448
*
|
gpio: davinci: reuse for keystone soc
Grygorii Strashko
2014-03-04
1
-8
/
+40
*
|
gpio: New driver for LSI ZEVIO SoCs
Fabian Vogt
2014-02-27
3
-0
/
+227
*
|
gpio-ts5500: Add dependency
Jean Delvare
2014-02-27
1
-0
/
+1
*
|
gpio: rc5t583: Remove redundant check
Alexander Shiyan
2014-02-24
1
-1
/
+1
*
|
gpio: davinci: Use signed type for 'irq' variable
Alexander Shiyan
2014-02-24
1
-1
/
+2
*
|
gpio: omap: Use devm_ioremap_resource()
Jingoo Han
2014-02-24
1
-17
/
+3
*
|
gpio: pl061: Use devm_ioremap_resource()
Jingoo Han
2014-02-24
1
-12
/
+3
*
|
gpio: pca953x: Fix gpio_base may not default to -1
Aaron Sierra
2014-02-13
1
-1
/
+2
*
|
gpio: pca953x: Add Exar XRA1202
Aaron Sierra
2014-02-13
2
-1
/
+4
*
|
gpio: pca953x: Add NXP PCA9698
Aaron Sierra
2014-02-13
2
-2
/
+4
*
|
gpio: pca953x: Add devices to Kconfig help
Aaron Sierra
2014-02-13
2
-1
/
+5
*
|
gpio: adp5588 - add support for gpio names
Jean-Francois Dagenais
2014-02-13
1
-0
/
+1
*
|
gpio: adp5588: get value from data out when dir is out
Jean-Francois Dagenais
2014-02-13
1
-2
/
+13
*
|
gpiolib: ACPI: remove gpio_to_desc() usage
Alexandre Courbot
2014-02-12
1
-1
/
+1
*
|
gpiolib: add gpiochip_get_desc() driver function
Alexandre Courbot
2014-02-12
1
-8
/
+9
*
|
GPIO: gpiolib: correct description of gpiod_direction_output
Rahul Bedarkar
2014-02-12
1
-1
/
+1
*
|
gpio: mvebu: use chained_irq_{enter,exit} for GIC compatibility
Thomas Petazzoni
2014-02-12
1
-0
/
+7
*
|
gpio: ich: Add output levels cache support
Vincent Donnefort
2014-02-12
1
-2
/
+19
*
|
gpio: ich: Add support for multiple register addresses
Vincent Donnefort
2014-02-12
1
-12
/
+31
*
|
gpio: ich: Add blink capability option
Vincent Donnefort
2014-02-12
1
-1
/
+9
*
|
gpio: make gpiod_direction_output take a logical value
Philipp Zabel
2014-02-07
1
-19
/
+48
*
|
gpio: generic: clamp retured value to [0,1]
Linus Walleij
2014-02-06
1
-1
/
+1
*
|
gpio: clps711x: Add missing .owner to struct gpio_chip
Axel Lin
2014-02-06
1
-0
/
+1
*
|
gpio: pl061: Select IRQ_DOMAIN rather than GENERIC_IRQ_CHIP
Axel Lin
2014-02-06
1
-1
/
+1
*
|
gpio: generic: Add label to platform data
Pawel Moll
2014-02-06
1
-0
/
+2
*
|
gpio: bcm281xx: Use "unsigned gpio" consistently throughout the code
Markus Mayer
2014-02-06
1
-4
/
+4
[next]