summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-03gpio: Add MOXA ART GPIO driverJonas Jensen3-0/+170
2013-12-03gpio: rcar: Support both edge trigger with DTLaurent Pinchart1-13/+43
2013-12-03gpio-lynxpoint: Allow building as a moduleJean Delvare2-1/+12
2013-12-03ARM: lpc32xx: move custom GPIO headerLinus Walleij1-1/+1
2013-12-03gpio: drop users of irq_set_chip_and_handler_name()Linus Walleij4-10/+7
2013-11-28Merge tag 'gpio-v3.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds8-35/+43
2013-11-27gpio: bcm281xx: Fix return value of bcm_kona_gpio_get()Markus Mayer1-1/+1
2013-11-27gpio: pl061: move irqdomain initializationLinus Walleij1-5/+5
2013-11-25Merge tag 'omap-for-v3.13/more-fixes-for-merge-window-take2' of git://git.ker...Olof Johansson1-4/+9
2013-11-25gpio: em: Enable mask on suspendMagnus Damm1-1/+1
2013-11-25gpio: em: Use lazy disableMagnus Damm1-2/+0
2013-11-25gpio: em: Setup gpiochip->devMagnus Damm1-0/+1
2013-11-25gpio: rcar: Enable mask on suspendMagnus Damm1-1/+2
2013-11-25gpio: rcar: Use lazy disableMagnus Damm1-2/+0
2013-11-25gpio/omap: raw read and write endian fixVictor Kamensky1-94/+94
2013-11-25gpio/lynxpoint: add new ACPI IDMika Westerberg1-0/+1
2013-11-25gpio: ucb1400: Add MODULE_ALIASAxel Lin1-0/+1
2013-11-25gpiolib: fix of_find_gpio() when OF not definedAlexandre Courbot1-1/+2
2013-11-25gpio: fix memory leak in error pathMichal Nazarewicz1-1/+3
2013-11-25gpio: rcar: NULL dereference on error in probe()Dan Carpenter1-1/+1
2013-11-25gpio: msm: make msm_gpio.summary_irq signed for error handlingDan Carpenter1-1/+1
2013-11-25gpio: mvebu: make mvchip->irqbase signed for error handlingDan Carpenter1-1/+1
2013-11-25gpiolib: use dedicated flags for GPIO propertiesAlexandre Courbot1-7/+15
2013-11-25gpiolib: fix find_chip_by_name()Alexandre Courbot1-17/+12
2013-11-25gpio: tb10x: Set output value before setting direction to outputAxel Lin1-0/+1
2013-11-21gpio: davinci: fix check for unbanked gpioLad, Prabhakar1-1/+3
2013-11-18gpio: twl4030: Fix passing of pdata in the device tree caseTony Lindgren1-2/+6
2013-11-18gpio: twl4030: Fix regression for twl gpio outputTony Lindgren1-2/+3
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki1-0/+1