aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-lynxpoint.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-16gpio: lynxpoint: Include the right headerLinus Walleij1-1/+1
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2016-06-23gpio: lynxpoint: avoid potential warning on error pathAndy Shevchenko1-1/+0
2016-02-23gpio: lynxpoint: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-3/+1
2016-01-05gpio: lynxpoint: use gpiochip data pointerLinus Walleij1-11/+11
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-05-19Drivers: gpio: Fix spelling errorsColin Cronin1-1/+1
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-21gpio-lynxpoint: enable input sensing in resumeMathias Nyman1-0/+18
2014-07-28gpio: lynxpoint: Convert to use gpiolib irqchipMika Westerberg1-68/+25
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-4/+1
2014-05-09gpio: lynxpoint: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-03-28gpio-lynxpoint: force gpio_get() to return "1" and "0" onlyMathias Nyman1-1/+1
2014-03-18gpio: switch drivers to use new callbackLinus Walleij1-7/+7
2013-12-04Merge branch 'mark-irqs' into develLinus Walleij1-0/+22
2013-12-04gpio: lynxpoint: lock IRQs when starting themLinus Walleij1-0/+22
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-12-03gpio-lynxpoint: Allow building as a moduleJean Delvare1-0/+11
2013-12-03gpio: drop users of irq_set_chip_and_handler_name()Linus Walleij1-2/+1
2013-11-25gpio/lynxpoint: add new ACPI IDMika Westerberg1-0/+1
2013-10-19Merge tag 'v3.12-rc6' into develLinus Walleij1-2/+3
2013-10-16gpio: lynxpoint: drop references to "virtual" IRQLinus Walleij1-9/+10
2013-10-11gpio/lynxpoint: check if the interrupt is enabled in IRQ handlerMika Westerberg1-2/+3
2013-08-16gpio-lynxpoint: Fix warning about unbalanced pm_runtime_enableMathias Nyman1-0/+1
2013-05-30gpio: lynxpoint: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-03-27gpio-lynxpoint: Add X86 dependency and io-port handling header.Mathias Nyman1-0/+1
2013-02-05gpio/lynxpoint: add chipset gpio driver.Mathias Nyman1-0/+469