summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2015-06-06gpio: gpio-kempld: Fix get_direction return valueMichael Brunner1-1/+1
2015-05-17gpio: sysfs: fix memory leaks and device hotplugJohan Hovold1-0/+19
2015-05-17gpio: unregister gpiochip device before removing itJohan Hovold1-3/+2
2015-05-06gpio: clamp returned values to the boolean rangeAlexandre Courbot1-6/+6
2015-05-06gpio: mvebu: Fix mask/unmask managment per irq chip typeGregory CLEMENT1-8/+16
2015-03-07gpio: tps65912: fix wrong container_of argumentsNicolas Saenz Julienne1-4/+10
2015-03-07gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per ...Hans Holmberg1-4/+5
2015-02-11gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_lowJohan Hovold1-1/+1
2015-02-11gpio: sysfs: fix memory leak in gpiod_export_linkJohan Hovold1-0/+1
2015-01-30gpio: sysfs: fix gpio device-attribute leakJohan Hovold1-14/+13
2015-01-30gpio: sysfs: fix gpio-chip device-attribute leakJohan Hovold1-11/+8
2015-01-27gpio: fix memory and reference leaks in gpiochip_add error pathJohan Hovold1-4/+7
2015-01-27gpiolib: of: Correct error handling in of_get_named_gpiod_flagsHans Holmberg1-2/+8
2014-06-11gpio: mcp23s08: Bug fix of SPI device tree registration.Michael Welling1-4/+7
2014-05-13gpio: mxs: Allow for recursive enable_irq_wake() callMarek Vasut1-1/+2
2014-02-05gpio: tb10x: GPIO_TB10X needs to select GENERIC_IRQ_CHIPAxel Lin1-0/+1
2014-02-05gpio: clps711x: Add module alias to support module auto loadingAxel Lin1-0/+1
2014-02-05gpio: bcm281xx: Update MODULE_AUTHORMarkus Mayer1-2/+2
2014-02-05gpio: intel-mid: fix the incorrect return of idle callbackxinhui.pan1-2/+2
2014-02-03gpio: xtensa: fix build when XCHAL_HAVE_CP is 0Baruch Siach1-0/+16
2014-01-24Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-59/+135
2014-01-21Merge tag 'mfd-3.14-1' of git://git.linaro.org/people/ljones/mfdLinus Torvalds3-0/+251
2014-01-21Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds67-371/+1607
2014-01-21gpio: lp3943: Remove redundant of_match_ptr helperSachin Kamat1-1/+1
2014-01-21gpio: add LP3943 I2C GPIO expander driverMilo Kim3-0/+251
2014-01-20gpio: mcp23s08: fix casting caused build warningSeongJae Park1-1/+1
2014-01-20gpio: mcp23s08: depend on OF_GPIOLinus Walleij1-1/+1
2014-01-17gpio: mcp23s08: Add irq functionality for i2c chipsLars Poeschel2-5/+244
2014-01-15ARM: S5P[v210|c100|64x0]: Fix build errorSachin Kamat1-0/+3
2014-01-15gpio: pxa: clamp gpio get value to [0,1]Neil Zhang1-1/+2
2014-01-14ARM: S3C[24|64]xx: move includes back under <mach/> scopeLinus Walleij1-6/+1
2014-01-08gpio / ACPI: get rid of acpi_gpio.hMika Westerberg3-3/+26
2014-01-08gpio / ACPI: register to ACPI events automaticallyMika Westerberg3-4/+39
2014-01-07gpio: f7188x: set can_sleep attributeSimon Guinot1-0/+1
2014-01-07gpio: samsung: Remove hardware.h inclusionSachin Kamat1-1/+0
2014-01-07gpio: xtensa: depend on HAVE_XTENSA_GPIO32Baruch Siach1-0/+1
2014-01-07gpio: clps711x: Enable driver compilation with COMPILE_TESTAlexander Shiyan1-1/+1
2014-01-07gpio: clps711x: Use of_match_ptr()Alexander Shiyan1-2/+2
2014-01-02gpio: tb10x: Remove redundant of_match_ptr helperSachin Kamat1-1/+1
2014-01-02gpio: mvebu: Do not hard code error codeSachin Kamat1-1/+1
2014-01-02gpio: mxc: Do not hard code return valueSachin Kamat1-1/+1
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-25gpio: davinci: don't create irq_domain in case of unbanked irqsGrygorii Strashko1-15/+19
2013-12-25gpio: davinci: use chained_irq_enter/chained_irq_exit APIGrygorii Strashko1-3/+3
2013-12-25gpio: davinci: add OF supportKV Sujith1-3/+54
2013-12-25gpio: davinci: convert to use irqdomain support.Lad, Prabhakar1-33/+47
2013-12-25gpio: introduce GPIO_DAVINCI kconfig optionGrygorii Strashko2-1/+8
2013-12-25gpio: davinci: get rid of DAVINCI_N_GPIOGrygorii Strashko1-2/+2
2013-12-25gpio: davinci: use {readl|writel}_relaxed() instead of __raw_*Lad, Prabhakar1-18/+18