aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2014-01-02gpio: max730x: Remove redundant dev_set_drvdataSachin Kamat1-3/+0
2014-01-02ARM: S3C24XX: Fix configuration of gpio port sizes on S3C24XX.José Miguel Gonçalves1-3/+3
2013-12-26gpio: davinci: don't create irq_domain in case of unbanked irqsGrygorii Strashko1-15/+19
2013-12-26gpio: davinci: use chained_irq_enter/chained_irq_exit APIGrygorii Strashko1-3/+3
2013-12-26gpio: davinci: add OF supportKV Sujith1-3/+54
2013-12-26gpio: davinci: convert to use irqdomain support.Lad, Prabhakar1-33/+47
2013-12-26gpio: introduce GPIO_DAVINCI kconfig optionGrygorii Strashko2-1/+8
2013-12-26gpio: davinci: get rid of DAVINCI_N_GPIOGrygorii Strashko1-2/+2
2013-12-26gpio: davinci: use {readl|writel}_relaxed() instead of __raw_*Lad, Prabhakar1-18/+18
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman4-7/+19
2013-12-23gpio: sch311x: fix compilation errorLinus Walleij1-0/+1
2013-12-20ARM: s3c64xx: get rid of custom <mach/gpio.h>Linus Walleij1-0/+3
2013-12-20ARM: s3c24xx: get rid of custom <mach/gpio.h>Linus Walleij1-0/+3
2013-12-20gpio: sodaville: fix some error return code on error pathWei Yongjun1-2/+6
2013-12-20gpio: moxart: remove redundant dev_err call in moxart_gpio_probe()Wei Yongjun1-4/+1
2013-12-20gpio: moxart: add missing .owner to struct gpio_chipWei Yongjun1-0/+1
2013-12-20gpio: add GPIO support for SMSC SCH311xBruno Randolf3-0/+441
2013-12-17Merge tag 'gpio-v3.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds3-6/+16
2013-12-12gpio / ACPI: return -ENOENT when no mapping existsMika Westerberg1-1/+1
2013-12-12gpio: rcar: Fix level interrupt handlingValentine Barshak1-1/+2
2013-12-12gpio: msm: Add module device table and mark table constStephen Boyd1-1/+2
2013-12-12gpio: msm: Fix irq mask/unmask by writing bits instead of numbersStephen Boyd1-2/+2
2013-12-12gpiolib: return -ENOENT if no GPIO mapping existsAlexandre Courbot1-17/+17
2013-12-12gpio: driver for Xtensa GPIO32Baruch Siach3-0/+172
2013-12-12gpio: 74x164: Driver cleanupAlexander Shiyan1-27/+16
2013-12-12gpio: 74x164: Remove non-DT supportAlexander Shiyan2-16/+4
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo1-2/+2
2013-12-11gpio: tegra: add missing error handling to probeStephen Warren1-1/+6
2013-12-10gpio: twl4030: Fix regression for twl gpio LED outputRoger Quadros1-3/+12
2013-12-09Merge tag 'omap-for-v3.13/yet-more-dt-regressions-take2' of git://git.kernel....Kevin Hilman9-42/+64
2013-12-09gpiolib: update inline documentation of gpiod_get_index()Andy Shevchenko1-1/+1
2013-12-09gpiolib: introduce chip_* to print with chip->label prefixAndy Shevchenko1-15/+26
2013-12-09gpiolib: unify pr_* messages formatAndy Shevchenko1-37/+37
2013-12-09gpio: better lookup method for platform GPIOsAlexandre Courbot1-50/+58
2013-12-09Merge tag 'v3.13-rc3' into develLinus Walleij10-46/+73
2013-12-04Merge tag 'davinci-fixes-for-v3.13-rc1' of git://git.kernel.org/pub/scm/linux...Olof Johansson1-1/+3
2013-12-04Merge branch 'mark-irqs' into develLinus Walleij5-0/+113
2013-12-04gpio: lynxpoint: lock IRQs when starting themLinus Walleij1-0/+22
2013-12-04gpio: intel-mid: lock IRQs when starting themLinus Walleij1-0/+23
2013-12-04gpio: em: lock IRQs when starting themLinus Walleij1-0/+24
2013-12-04gpio: bcm-kona: lock IRQs when starting themLinus Walleij1-0/+22
2013-12-04gpio: lock adnp IRQs when enabling themLinus Walleij1-0/+23
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij47-53/+53
2013-12-04gpio: rewrite gpiochip_offset_to_desc()Alexandre Courbot1-2/+3
2013-12-04gpio: MOXA ART: rename moxart_gpio_base to baseJonas Jensen1-14/+10
2013-12-03gpio: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han6-6/+6
2013-12-03gpiolib: change a warning to debug message when failing to get gpioHeikki Krogerus1-1/+1
2013-12-03powerpc/gpio: Fix the wrong GPIO input data on MPC8572/MPC8536Liu Gang1-2/+6
2013-12-03gpiolib: use platform GPIO mappings as fallbackAlexandre Courbot1-3/+13
2013-12-03gpiolib: fix lookup of platform-mapped GPIOsAlexandre Courbot1-1/+1