summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-11-101-1/+1
|\
| * sparc: Allow OF_GPIO on sparc.David S. Miller2012-11-071-1/+1
* | Merge tag 'gpio-fixes-v3.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-10-305-7/+48
|\ \ | |/ |/|
| * GPIO: mvebu-gpio: Don't initialize the mask_cacheAndrew Lunn2012-10-301-1/+1
| * gpio/omap: fix off-mode bug: clear debounce settings on free/resetJon Hunter2012-10-271-0/+35
| * gpiolib: Don't return -EPROBE_DEFER to sysfs, or for invalid gpiosMathias Nyman2012-10-261-3/+7
| * gpio: mvebu: correctly set the value in direction_output()Thomas Petazzoni2012-10-241-0/+2
| * gpio-74x164: Fix buffer allocation sizeRoland Stigge2012-10-161-1/+1
| * gpio-timberdale: fix a potential wrapping issueDan Carpenter2012-10-151-2/+2
* | 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-213-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-0323-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/+1Star
| * | | | | | | gpio_msm: using for_each_set_bit to simplify the codeWei Yongjun2012-09-181-3/+1Star
| * | | | | | | 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/+6Star
| * | | | | | | gpio: 74x164: Use devm_kzallocMaxime Ripard2012-09-071-5/+3Star
| * | | | | | | gpio: 74x164: Use module_spi_driver boiler plate functionMaxime Ripard2012-09-071-12/+1Star
| * | | | | | | gpio: sx150x: Use irq_data_get_irq_chip_data() at appropriate placesAxel Lin2012-09-061-18/+6Star
| * | | | | | | gpio: em: Use irq_data_get_irq_chip_data() at appropriate placesAxel Lin2012-09-061-9/+3Star
| * | | | | | | gpio: wm8350: Convert to use devm_kzalloc APIAxel Lin2012-09-041-14/+5Star
| * | | | | | | gpio: wm831x: Convert to use devm_kzalloc APIAxel Lin2012-09-041-14/+5Star
| * | | | | | | gpio: adp5588: Use module_i2c_driverAxel Lin2012-09-041-13/+1Star
| * | | | | | | gpio: Use DEFINE_PCI_DEVICE_TABLE macroAxel Lin2012-09-042-2/+2
| * | | | | | | gpio: tps65912: Convert to use devm_kzalloc APIAxel Lin2012-09-011-13/+4Star
| * | | | | | | gpio: da9052: Convert to use devm_kzalloc APIAxel Lin2012-09-011-12/+3Star
| * | | | | | | drivers/gpio/gpio-pxa.c: use clk_prepare_enable and clk_disable_unprepareJulia Lawall2012-09-011-8/+1Star
| * | | | | | | 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/+3Star