summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2012-09-19gpio_msm: using for_each_set_bit to simplify the codeWei Yongjun1-3/+1
2012-09-17Merge tag 'omap-cleanup-sparseirq-for-v3.7' of git://git.kernel.org/pub/scm/l...Olof Johansson2-12/+18
2012-09-17Merge tag 'cleanup-omap-tags-for-v3.7' of git://git.kernel.org/pub/scm/linux/...Olof Johansson4-4/+5
2012-09-17Merge tag 'omap-cleanup-sparseirq-for-v3.7' into devel-dtTony Lindgren6-18/+24
2012-09-15Merge tag 'v3.6-rc5' into staging/for_v3.7Mauro Carvalho Chehab4-4/+5
2012-09-14gpio: gpio-ich: Share ownership of GPIO groupsJean Delvare1-10/+69
2012-09-13GPIO: MIPS: lantiq: fix overflow inside stp-xway driverJohn Crispin1-1/+1
2012-09-13Merge branch 'ofdeviceiddata' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2-5/+5
2012-09-13ARM: OMAP: Move gpio.h to include/linux/platform_dataTony Lindgren1-7/+8
2012-09-13ARM: OMAP2+: Remove hardcoded twl4030 gpio_base, irq_base and irq_endTony Lindgren1-5/+10
2012-09-13gpio: Enable the tc3298x GPIO expander driver for Device TreeLee Jones1-9/+17
2012-09-13gpio: Provide the tc3589x GPIO expander driver with an IRQ domainLee Jones1-28/+70
2012-09-12gpio: pcf857x: fixup smatch WARNINGKuninori Morimoto1-3/+3
2012-09-12gpio: 74x164: Add support for the daisy-chainingMaxime Ripard1-7/+61
2012-09-11gpio/gpio-omap: make platformdata used as *of_device_id.data constUwe Kleine-König1-3/+3
2012-09-11gpio/mpc8xxx: add a const qualifierUwe Kleine-König1-1/+1
2012-09-11gpio/gpio-omap.c: add a const qualifierUwe Kleine-König1-1/+1
2012-09-08gpio: 74x164: Add device tree supportMaxime Ripard1-0/+7
2012-09-08gpio: 74x164: Use dynamic gpio number assignment if no pdata is presentMaxime Ripard1-7/+6
2012-09-08gpio: 74x164: Use devm_kzallocMaxime Ripard1-5/+3
2012-09-08gpio: 74x164: Use module_spi_driver boiler plate functionMaxime Ripard1-12/+1
2012-09-07gpio/twl4030: get platform data from device treeFlorian Vaussard1-27/+55
2012-09-07gpio: samsung: add devicetree init for s3c24xx archesHeiko Stuebner1-0/+63
2012-09-07gpio: exynos4: skip gpiolib registration if pinctrl driver is usedThomas Abraham1-0/+21
2012-09-06gpio: tegra: remove useless includes of <mach/*.h>Stephen Warren1-3/+0
2012-09-06gpio: sx150x: Use irq_data_get_irq_chip_data() at appropriate placesAxel Lin1-18/+6
2012-09-06gpio: em: Use irq_data_get_irq_chip_data() at appropriate placesAxel Lin1-9/+3
2012-09-06Merge branch 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horm...Olof Johansson7-17/+46
2012-09-04gpio: wm8350: Convert to use devm_kzalloc APIAxel Lin1-14/+5
2012-09-04gpio: wm831x: Convert to use devm_kzalloc APIAxel Lin1-14/+5
2012-09-04gpio: adp5588: Use module_i2c_driverAxel Lin1-13/+1
2012-09-04gpio: Use DEFINE_PCI_DEVICE_TABLE macroAxel Lin2-2/+2
2012-09-03gpio/mxs: adopt irq_domain support for mxs gpio driverShawn Guo1-18/+30
2012-09-01gpio: tps65912: Convert to use devm_kzalloc APIAxel Lin1-13/+4
2012-09-01gpio: da9052: Convert to use devm_kzalloc APIAxel Lin1-12/+3
2012-09-01gpio: rdc321x: Prevent removal of modules exporting active GPIOsAxel Lin1-0/+1
2012-09-01drivers/gpio/gpio-pxa.c: use clk_prepare_enable and clk_disable_unprepareJulia Lawall1-8/+1
2012-09-01gpio: em: Fix checking return value of irq_alloc_descsAxel Lin1-2/+2
2012-09-01gpio: davinci: preparation for switch to common clock frameworkMurali Karicheri1-1/+1
2012-09-01gpio: Remove broken mark for da9052 gpio driverAxel Lin1-1/+1
2012-09-01gpio: mc9s08dz60: Use devm_kzalloc APIAxel Lin1-18/+3
2012-09-01gpio: mc9s08dz60: Fix build error if I2C=mAxel Lin1-1/+1
2012-08-28gpio-samsung: Remove now unused s3c2410_gpio* APISylwester Nawrocki1-40/+0
2012-08-24Merge tag 'v3.6-rc3' into staging/for_v3.7Mauro Carvalho Chehab7-17/+46
2012-08-24gpio: pcf857x: enable gpio_to_irq() supportKuninori Morimoto1-0/+122
2012-08-21gpio: bt8xx: Fix build error due to missing include fileAxel Lin1-1/+1
2012-08-17gpio: gpio-pch: Use spinlock for register access protectionAxel Lin1-12/+10
2012-08-17gpio: gpio-ml-ioh: Use spinlock for register access protectionAxel Lin1-10/+10
2012-08-17gpiolib: Use seq_file's iterator interfaceThierry Reding1-28/+74
2012-08-17gpio: Fix debug message in of_get_named_gpio_flags()Thierry Reding1-1/+1