summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: mvebu: Add missing breaks in mvebu_gpio_irq_set_typeAxel Lin2012-10-171-0/+3
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-10-091-1/+1
|\
| * GPIO: MIPS: lantiq: fix overflow inside stp-xway driverJohn Crispin2012-09-131-1/+1
* | Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-10-073-0/+686
|\ \
| * \ Merge branch 'kirkwood/drivers' of git://git.infradead.org/users/jcooper/linu...Olof Johansson2012-09-223-0/+686
| |\ \
| | * | gpio: introduce gpio-mvebu driver for Marvell SoCsThomas Petazzoni2012-09-223-0/+686
| * | | Merge branch 'next/dt' into next/multiplatformOlof Johansson2012-09-203-79/+138
| |\ \ \
* | \ \ \ Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-10-071-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v3.6' into staging/for_v3.7Mauro Carvalho Chehab2012-10-011-0/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'v3.6-rc5' into staging/for_v3.7Mauro Carvalho Chehab2012-09-154-4/+5
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'v3.6-rc3' into staging/for_v3.7Mauro Carvalho Chehab2012-08-247-17/+46
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | gpio: bt8xx: Fix build error due to missing include fileAxel Lin2012-08-211-1/+1
* | | | | | | Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-10-054-10/+214
|\ \ \ \ \ \ \
| * | | | | | | gpio: Add basic support for TWL6040 GPOsPeter Ujfalusi2012-09-193-0/+145
| * | | | | | | gpio: gpio-ich: Share ownership of GPIO groupsJean Delvare2012-09-141-10/+69
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'gpio-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds2012-10-0223-243/+1039
|\ \ \ \ \ \ \
| * | | | | | | gpio: pcf857x: select IRQ_DOMAINArnd Bergmann2012-09-301-0/+1
| * | | | | | | gpio-lpc32xx: Add GPI_28Roland Stigge2012-09-301-1/+2
| * | | | | | | gpio: Add Avionic Design N-bit GPIO expander supportThierry Reding2012-09-183-0/+623
| * | | | | | | gpio: pxa: using for_each_set_bit to simplify the codeWei Yongjun2012-09-181-3/+1
| * | | | | | | gpio_msm: using for_each_set_bit to simplify the codeWei Yongjun2012-09-181-3/+1
| * | | | | | | gpio: Enable the tc3298x GPIO expander driver for Device TreeLee Jones2012-09-121-9/+17
| * | | | | | | gpio: Provide the tc3589x GPIO expander driver with an IRQ domainLee Jones2012-09-121-28/+70
| * | | | | | | gpio: pcf857x: fixup smatch WARNINGKuninori Morimoto2012-09-121-3/+3
| * | | | | | | gpio: 74x164: Add support for the daisy-chainingMaxime Ripard2012-09-111-7/+61
| * | | | | | | gpio: 74x164: Add device tree supportMaxime Ripard2012-09-071-0/+7
| * | | | | | | gpio: 74x164: Use dynamic gpio number assignment if no pdata is presentMaxime Ripard2012-09-071-7/+6
| * | | | | | | gpio: 74x164: Use devm_kzallocMaxime Ripard2012-09-071-5/+3
| * | | | | | | gpio: 74x164: Use module_spi_driver boiler plate functionMaxime Ripard2012-09-071-12/+1
| * | | | | | | gpio: sx150x: Use irq_data_get_irq_chip_data() at appropriate placesAxel Lin2012-09-061-18/+6
| * | | | | | | gpio: em: Use irq_data_get_irq_chip_data() at appropriate placesAxel Lin2012-09-061-9/+3
| * | | | | | | gpio: wm8350: Convert to use devm_kzalloc APIAxel Lin2012-09-041-14/+5
| * | | | | | | gpio: wm831x: Convert to use devm_kzalloc APIAxel Lin2012-09-041-14/+5
| * | | | | | | gpio: adp5588: Use module_i2c_driverAxel Lin2012-09-041-13/+1
| * | | | | | | gpio: Use DEFINE_PCI_DEVICE_TABLE macroAxel Lin2012-09-042-2/+2
| * | | | | | | gpio: tps65912: Convert to use devm_kzalloc APIAxel Lin2012-09-011-13/+4
| * | | | | | | gpio: da9052: Convert to use devm_kzalloc APIAxel Lin2012-09-011-12/+3
| * | | | | | | drivers/gpio/gpio-pxa.c: use clk_prepare_enable and clk_disable_unprepareJulia Lawall2012-09-011-8/+1
| * | | | | | | gpio: davinci: preparation for switch to common clock frameworkMurali Karicheri2012-09-011-1/+1
| * | | | | | | gpio: Remove broken mark for da9052 gpio driverAxel Lin2012-09-011-1/+1
| * | | | | | | gpio: mc9s08dz60: Use devm_kzalloc APIAxel Lin2012-09-011-18/+3
| * | | | | | | gpio: pcf857x: enable gpio_to_irq() supportKuninori Morimoto2012-08-231-0/+122
| * | | | | | | gpio: gpio-pch: Use spinlock for register access protectionAxel Lin2012-08-171-12/+10
| * | | | | | | gpio: gpio-ml-ioh: Use spinlock for register access protectionAxel Lin2012-08-171-10/+10
| * | | | | | | gpiolib: Use seq_file's iterator interfaceThierry Reding2012-08-171-28/+74
| |/ / / / / /
* | | | | | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-011-0/+21
|\ \ \ \ \ \ \
| * | | | | | | gpio: exynos4: skip gpiolib registration if pinctrl driver is usedThomas Abraham2012-09-071-0/+21
| |/ / / / / /
* | | | | | | Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-011-18/+30
|\ \ \ \ \ \ \
| * | | | | | | gpio/mxs: adopt irq_domain support for mxs gpio driverShawn Guo2012-09-031-18/+30
| |/ / / / / /
* | | | | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-016-79/+461
|\ \ \ \ \ \ \