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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: add ETRAXFS GPIO driver
Rabin Vincent
2015-06-10
4
-0
/
+206
*
fix documentation after renaming gpiod_set_array to gpiod_set_array_value
Rojhalat Ibrahim
2015-06-04
1
-14
/
+14
*
gpio: Add GPIO support for Broadcom STB SoCs
Gregory Fong
2015-06-02
4
-0
/
+268
*
gpio: xgene: add ACPI support for APM X-Gene GPIO standby driver
Y Vo
2015-06-02
1
-0
/
+21
*
gpio: tb10x: Drop unneeded free_irq() call
Axel Lin
2015-06-02
1
-1
/
+0
*
gpio: crystalcove: set IRQCHIP_SKIP_SET_WAKE for the irqchip
Aaron Lu
2015-06-02
1
-0
/
+1
*
gpio: stp-xway: Use the of_property_read_u32 helper
Martin Blumenstingl
2015-06-02
1
-16
/
+11
*
gpio: pcf857x: Check for irq_set_irq_wake() failures
Geert Uytterhoeven
2015-06-01
1
-2
/
+14
*
gpio-stp-xway: Fix enabling the highest bit of the PHY LEDs
Martin Blumenstingl
2015-06-01
1
-1
/
+1
*
gpio: Prevent an integer overflow in the pca953x driver
Joshua Scott
2015-06-01
1
-9
/
+12
*
gpio: omap: rework omap_gpio_irq_startup to handle current pin state properly
Grygorii Strashko
2015-06-01
1
-1
/
+13
*
gpio: omap: rework omap_gpio_request to touch only gpio specific registers
Grygorii Strashko
2015-06-01
1
-8
/
+1
*
gpio: omap: rework omap_x_irq_shutdown to touch only irqs specific registers
Grygorii Strashko
2015-06-01
1
-10
/
+5
*
gpio: omap: fix error handling in omap_gpio_irq_type
Grygorii Strashko
2015-06-01
1
-4
/
+12
*
gpio: omap: fix omap_gpio_free to not clean up irq configuration
Grygorii Strashko
2015-06-01
1
-1
/
+4
*
gpio: rcar: Check for irq_set_irq_wake() failures
Geert Uytterhoeven
2015-06-01
1
-2
/
+11
*
gpiolib: rename gpiod_set_array to gpiod_set_array_value
Rojhalat Ibrahim
2015-06-01
4
-45
/
+51
*
Drivers: gpio: Fix spelling errors
Colin Cronin
2015-05-19
6
-10
/
+10
*
gpio: discourage passing base to gpio_chip
Linus Walleij
2015-05-14
1
-2
/
+6
*
gpiolib: cleanup chained handler and data
Dmitry Eremin-Solenikov
2015-05-13
2
-0
/
+8
*
i2c / ACPI: Assign IRQ for devices that have GpioInt automatically
Mika Westerberg
2015-05-13
1
-2
/
+7
*
i2c / ACPI: Use 0 to indicate that device does not have interrupt assigned
Mika Westerberg
2015-05-13
1
-2
/
+1
*
gpio: dln2: fix build breakage
Johan Hovold
2015-05-13
1
-1
/
+0
*
gpio: xlp: Add missing .owner and .label settings for gpio_chip
Axel Lin
2015-05-12
1
-0
/
+2
*
dt-bindings: add brcmstb-gpio GPIO binding
Gregory Fong
2015-05-12
1
-0
/
+65
*
gpio: sysfs: move irq trigger flags to class-device data
Johan Hovold
2015-05-12
2
-27
/
+24
*
gpio: sysfs: remove FLAG_SYSFS_DIR
Johan Hovold
2015-05-12
2
-9
/
+7
*
gpio: sysfs: rename active-low helper
Johan Hovold
2015-05-12
1
-2
/
+2
*
gpio: sysfs: fix race between gpiod export and unexport
Johan Hovold
2015-05-12
1
-25
/
+26
*
gpio: sysfs: use per-gpio locking
Johan Hovold
2015-05-12
1
-18
/
+34
*
gpio: sysfs: clean up gpiod_export_link locking
Johan Hovold
2015-05-12
1
-20
/
+8
*
gpio: sysfs: clean up edge_store
Johan Hovold
2015-05-12
1
-5
/
+7
*
gpio: sysfs: split irq allocation and deallocation
Johan Hovold
2015-05-12
1
-37
/
+37
*
gpio: sysfs: only call irq helper if needed
Johan Hovold
2015-05-12
1
-5
/
+14
*
gpio: sysfs: clean up interrupt-interface implementation
Johan Hovold
2015-05-12
2
-39
/
+18
*
gpio: sysfs: remove redundant gpio-descriptor parameters
Johan Hovold
2015-05-12
1
-13
/
+11
*
gpio: sysfs: add gpiod class-device data
Johan Hovold
2015-05-12
1
-16
/
+46
*
gpio: sysfs: remove redundant export tests
Johan Hovold
2015-05-12
1
-51
/
+23
*
gpio: sysfs: release irq after class-device deregistration
Johan Hovold
2015-05-12
1
-1
/
+5
*
gpio: sysfs: use DEVICE_ATTR macros
Johan Hovold
2015-05-12
1
-25
/
+18
*
gpio: remove gpiod_sysfs_set_active_low
Johan Hovold
2015-05-12
7
-89
/
+2
*
gpio: sysfs: rename gpiochip registration functions
Johan Hovold
2015-05-12
3
-13
/
+15
*
gpio: sysfs: clean up chip class-device handling
Johan Hovold
2015-05-12
2
-28
/
+15
*
gpio: sysfs: reduce gpiochip-export locking scope
Johan Hovold
2015-05-12
1
-3
/
+4
*
gpio: sysfs: preparatory clean ups
Johan Hovold
2015-05-12
1
-4
/
+4
*
gpio: sysfs: fix redundant lock-as-irq handling
Johan Hovold
2015-05-12
1
-7
/
+15
*
gpio: clean up gpiochip_remove
Johan Hovold
2015-05-12
1
-5
/
+9
*
Merge tag 'v4.1-rc3' into devel
Linus Walleij
2015-05-12
451
-2767
/
+5249
|
\
|
*
Linux 4.1-rc3
v4.1-rc3
Linus Torvalds
2015-05-10
1
-1
/
+1
|
*
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2015-05-10
18
-106
/
+230
|
|
\
[next]