index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-13
gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()
Grant Likely
1
-35
/
+0
2013-02-11
gpio: using common order: let 'static const' instead of 'const static'
Chen Gang
1
-3
/
+3
2013-02-11
gpio/vt8500: memory cleanup missing
Tony Prisk
1
-12
/
+49
2013-02-11
gpiolib: Fix locking on gpio debugfs files
Grant Likely
1
-3
/
+9
2013-02-11
gpiolib: let gpio_chip reference its descriptors
Alexandre Courbot
1
-16
/
+23
2013-02-11
gpiolib: use descriptors internally
Alexandre Courbot
1
-176
/
+338
2013-02-09
gpiolib: use gpio_chips list in gpiochip_find_base
Alexandre Courbot
1
-20
/
+15
2013-02-09
gpiolib: use gpio_chips list in sysfs ops
Alexandre Courbot
1
-27
/
+10
2013-02-09
gpiolib: use gpio_chips list in gpiochip_find
Alexandre Courbot
1
-10
/
+7
2013-02-09
gpiolib: use gpio_chips list in gpiolib_sysfs_init
Alexandre Courbot
1
-5
/
+2
2013-02-09
gpiolib: link all gpio_chips using a list
Alexandre Courbot
1
-7
/
+44
2013-02-06
driver-core: constify data for class_find_device()
Michał Mirosław
1
-1
/
+1
2013-02-05
Merge branch 'linusw/devel' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git into gpio/next
Grant Likely
11
-292
/
+461
2013-02-05
gpio/langwell: cleanup driver
David Cohen
1
-34
/
+17
2013-02-05
gpio/langwell: Add Cloverview ids to pci device table
David Cohen
1
-0
/
+2
2013-02-05
gpio/lynxpoint: add chipset gpio driver.
Mathias Nyman
3
-0
/
+478
2013-02-04
Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup
Olof Johansson
1
-1
/
+0
2013-02-04
gpiolib: add missing braces in gpio_direction_show
Alexandre Courbot
1
-2
/
+3
2013-02-04
gpiolib-acpi: Fix error checks in interrupt requesting
Mathias Nyman
1
-2
/
+7
2013-02-04
gpio: mpc8xxx: don't set IRQ_TYPE_NONE when creating irq mapping
Anatolij Gustschin
1
-1
/
+0
2013-02-04
gpiolib: remove gpiochip_reserve()
Alexandre Courbot
1
-50
/
+8
2013-01-30
gpio: delete AB8500 driver
Linus Walleij
3
-527
/
+0
2013-01-29
gpio: mxs: Add IRQ_TYPE_EDGE_BOTH support
Gwenhael Goavec-Merou
1
-0
/
+31
2013-01-29
gpiolib-acpi: Add ACPI5 event model support to gpio.
Mathias Nyman
1
-0
/
+82
2013-01-28
ARM: dts: fix compatible value for exynos pinctrl
Kukjin Kim
1
-2
/
+2
2013-01-28
ARM: dts: Fix compatible value of pinctrl module on EXYNOS5440
Thomas Abraham
1
-1
/
+1
2013-01-28
gpio: pca953x: use managed resources
Linus Walleij
1
-24
/
+8
2013-01-28
gpio: pca953x: use simple irqdomain
Gregory CLEMENT
1
-37
/
+28
2013-01-25
Merge 3.8-rc5 into driver-core-next
Greg Kroah-Hartman
2
-17
/
+9
2013-01-25
gpio: pxa: set initcall level to module init
Haojian Zhuang
1
-6
/
+1
2013-01-25
gpio: pca953x: add support for pca9505
Gregory CLEMENT
1
-0
/
+2
2013-01-25
gpio: pca953x: make the register access by GPIO bank
Gregory CLEMENT
1
-104
/
+173
2013-01-22
gpio: Convert to devm_ioremap_resource()
Thierry Reding
5
-26
/
+25
2013-01-22
gpio: pl061: set initcall level to module init
Haojian Zhuang
1
-1
/
+1
2013-01-22
gpio: devm_gpio_* support should not depend on GPIOLIB
Shawn Guo
2
-1
/
+5
2013-01-21
drivers/gpio: remove depends on CONFIG_EXPERIMENTAL
Kees Cook
1
-1
/
+1
2013-01-21
gpio: use pinctrl device name for add range
Haojian Zhuang
1
-1
/
+1
2013-01-17
gpio: mvebu: Don't free chip label memory
Thierry Reding
1
-6
/
+0
2013-01-17
gpio: samsung: skip gpio lib registration for EXYNOS5440
Kukjin Kim
1
-0
/
+1
2013-01-17
gpio: twl4030: Cache the direction and output states in private data
Peter Ujfalusi
1
-35
/
+65
2013-01-17
gpio: twl4030: Introduce private structure to store variables needed runtime
Peter Ujfalusi
1
-32
/
+50
2013-01-17
gpio: samsung: silent build warning for EXYNOS5 SoCs
Kukjin Kim
1
-5
/
+5
2013-01-17
gpio: samsung: fix pinctrl condition for exynos and exynos5440
Kukjin Kim
1
-1
/
+1
2013-01-10
ARM: SAMSUNG: cleanup mach/gpio-fns.h gpio-track.h and gpio-nrs.h
Kukjin Kim
1
-1
/
+0
2013-01-10
gpio: samsung: remove inclusion <mach/regs-clock.h>
Kukjin Kim
1
-1
/
+0
2013-01-10
gpio: vt8500: Export dedicated GPIO before multifunction pins.
Tony Prisk
1
-2
/
+2
2013-01-03
Drivers: misc: remove __dev* attributes.
Greg Kroah-Hartman
3
-10
/
+10
2012-12-19
gpio/mvebu-gpio: Make mvebu-gpio depend on OF_CONFIG
Gregory CLEMENT
2
-17
/
+1
2012-12-19
gpio/ich: Add missing spinlock init
Jean Delvare
1
-0
/
+1
2012-12-16
Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
Linus Torvalds
6
-7
/
+551
[prev]
[next]