index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-12
gpio: sysfs: only call irq helper if needed
Johan Hovold
1
-5
/
+14
2015-05-12
gpio: sysfs: clean up interrupt-interface implementation
Johan Hovold
2
-39
/
+18
2015-05-12
gpio: sysfs: remove redundant gpio-descriptor parameters
Johan Hovold
1
-13
/
+11
2015-05-12
gpio: sysfs: add gpiod class-device data
Johan Hovold
1
-16
/
+46
2015-05-12
gpio: sysfs: remove redundant export tests
Johan Hovold
1
-51
/
+23
2015-05-12
gpio: sysfs: release irq after class-device deregistration
Johan Hovold
1
-1
/
+5
2015-05-12
gpio: sysfs: use DEVICE_ATTR macros
Johan Hovold
1
-25
/
+18
2015-05-12
gpio: remove gpiod_sysfs_set_active_low
Johan Hovold
1
-46
/
+2
2015-05-12
gpio: sysfs: rename gpiochip registration functions
Johan Hovold
3
-13
/
+15
2015-05-12
gpio: sysfs: clean up chip class-device handling
Johan Hovold
1
-26
/
+13
2015-05-12
gpio: sysfs: reduce gpiochip-export locking scope
Johan Hovold
1
-3
/
+4
2015-05-12
gpio: sysfs: preparatory clean ups
Johan Hovold
1
-4
/
+4
2015-05-12
gpio: sysfs: fix redundant lock-as-irq handling
Johan Hovold
1
-7
/
+15
2015-05-12
gpio: clean up gpiochip_remove
Johan Hovold
1
-5
/
+9
2015-05-12
Merge tag 'v4.1-rc3' into devel
Linus Walleij
3
-40
/
+29
2015-05-12
gpio: xilinx: Fix kernel-doc warnings
Michal Simek
1
-1
/
+3
2015-05-12
gpio: x-gene: Remove a useless memset
Christophe Jaillet
1
-1
/
+0
2015-05-12
gpio: Constify platform_device_id
Krzysztof Kozlowski
3
-3
/
+3
2015-05-12
drivers/gpio: include <module.h> for modular crystalcove code
Paul Gortmaker
1
-0
/
+1
2015-05-11
gpio / ACPI: Add support for retrieving GpioInt resources from a device
Mika Westerberg
1
-0
/
+29
2015-05-11
gpio: mxc: read output value from GPIO_DR register
Vladimir Zapolskiy
1
-1
/
+2
2015-05-11
gpio: moxart: get value of output gpio from generic driver
Vladimir Zapolskiy
1
-14
/
+3
2015-05-11
gpio: gpio-generic: add flag to read out output value from reg_set
Vladimir Zapolskiy
1
-3
/
+19
2015-05-06
gpio: xlp: GPIO controller for Netlogic XLP SoCs
Kamlakant Patel
3
-0
/
+437
2015-05-06
gpio: Constify irq_domain_ops
Krzysztof Kozlowski
6
-6
/
+6
2015-05-06
gpio: omap: Allow building as a loadable module
Tony Lindgren
2
-1
/
+25
2015-05-06
gpio: omap: Fix regression for MPUIO interrupts
Tony Lindgren
1
-39
/
+9
2015-05-06
gpio: max732x: Fix irq-events handler
Semen Protsenko
1
-1
/
+1
2015-05-06
gpio: max732x: Add IRQF_SHARED to irq flags
Semen Protsenko
1
-6
/
+4
2015-05-05
gpio: add lpc18xx gpio driver
Joachim Eastwood
3
-0
/
+189
2015-05-04
gpio: max732x: Propagate wake-up setting to parent irq controller
Semen Protsenko
1
-0
/
+9
2015-04-30
gpio: sysfs: fix memory leaks and device hotplug
Johan Hovold
1
-0
/
+19
2015-04-27
gpio: bcm-kona: Implement get_direction callback
Axel Lin
1
-10
/
+16
2015-04-27
gpiolib: change gpio pin from unsigned to signed in acpi callback
Qipeng Zha
1
-1
/
+1
2015-04-22
Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
3
-723
/
+0
2015-04-18
Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
30
-697
/
+1740
2015-04-15
Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+2
2015-04-15
Merge tag 'mfd-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-3
/
+2
2015-04-13
Merge branch 'device-properties'
Rafael J. Wysocki
1
-0
/
+2
2015-04-10
Revert "gpio: sch: use uapi/linux/pci_ids.h directly"
Linus Walleij
1
-1
/
+1
2015-04-09
gpio: dwapb: remove dependencies
Linus Walleij
1
-1
/
+0
2015-04-08
gpio: dwapb: enable for ARC
Vineet Gupta
1
-1
/
+1
2015-04-08
gpio: removing kfree remove functionality
Varka Bhadram
2
-2
/
+1
2015-04-08
gpio: mvebu: Fix mask/unmask managment per irq chip type
Gregory CLEMENT
1
-8
/
+16
2015-04-08
gpio: split GPIO drivers in submenus
Linus Walleij
1
-6
/
+22
2015-04-08
gpio: move MFD GPIO drivers under their own comment
Linus Walleij
1
-159
/
+156
2015-04-08
gpio: move BCM Kona Kconfig option
Linus Walleij
1
-6
/
+6
2015-04-08
gpio: arrange SPI Kconfig symbols alphabetically
Linus Walleij
1
-8
/
+8
2015-04-08
gpio: arrange PCI GPIO controllers alphabetically
Linus Walleij
1
-32
/
+32
2015-04-08
gpio: arrange I2C Kconfig symbols alphabetically
Linus Walleij
1
-45
/
+45
[prev]
[next]