summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-dwapb.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: dwapb: Rework support for 1 interrupt per port A GPIOPhil Edworthy2018-05-231-31/+22
* gpio: dwapb: Use of_device_get_match_data()Thierry Reding2018-05-161-7/+1
* gpio: dwapb: Add support for 1 interrupt per port A GPIOPhil Edworthy2018-05-161-9/+37
* gpio: dwapb: Add support for a bus clockPhil Edworthy2018-03-271-1/+19
* gpio: dwapb: Call directly into the gpiochip to read valueLinus Walleij2018-02-221-7/+30
* gpio: dwapb: Use "stride" rather than "size" for register distanceLinus Walleij2018-02-221-12/+12
* gpio: dwapb: fix bgpio usageLinus Walleij2017-10-251-2/+2
* gpio: gpio-dwapb: add optional resetAlan Tull2017-10-191-0/+9
* gpio: dwapb: Add wakeup source supportHoan Tran2017-09-191-1/+22
* gpio: dwapb: fix missing first irq for edgeboth irq typeXiaoguang Chen2017-06-211-1/+2
* gpio: dwapb: use dwapb_read instead of readl_relaxedJisheng Zhang2017-04-241-1/+1
* gpio: dwapb: Add support for next generation of X-Gene SoCHoan Tran2017-03-061-17/+74
* pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg2017-01-261-1/+13
* gpio: dwapb: add missing fwnode_handle_put() in dwapb_gpio_get_pdata()Wei Yongjun2016-07-221-0/+1
* gpio: dwapb: Add ACPI device ID for DWAPB GPIO controller on X-Gene platformsDuc Dang2016-05-111-0/+1
* gpio: dwapb: add gpio-signaled acpi event supportJiang Qiu2016-04-291-0/+17
* gpio: dwapb: convert device node to fwnodeJiang Qiu2016-04-291-19/+17
* gpio: dwapb: remove name from dwapb_port_propertyJiang Qiu2016-04-291-13/+11
* gpio: generic: factor into gpio_chip structLinus Walleij2016-01-051-49/+43
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-141-1/+1
* gpio/dwapb: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-2/+2
* gpio: dwapb: Convert to use resource managed APIsAxel Lin2015-01-151-39/+14
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * gpio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot2014-10-281-2/+2
|/
* gpio: dwapb: fix pointer to integer castLinus Walleij2014-09-241-2/+2
* GPIO: gpio-dwapb: Suspend & Resume PM enablingWeike Chen2014-09-231-0/+115
* GPIO: gpio-dwapb: Support DebounceWeike Chen2014-09-231-2/+34
* GPIO: gpio-dwapb: Change readl&writel to dwapb_read&dwapb_writeWeike Chen2014-09-231-10/+27
* GPIO: gpio-dwapb: Enable platform driver binding to MFD driverWeike Chen2014-09-231-57/+167
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-1/+1
* gpio: dwapb: use a second irq chipSebastian Andrzej Siewior2014-05-271-13/+22
* gpio: dwapb: drop irq_setup_generic_chip()Sebastian Andrzej Siewior2014-04-281-3/+0
* gpio: switch drivers to use new callbackLinus Walleij2014-03-181-7/+7
* gpio: add a driver for the Synopsys DesignWare APB GPIO blockJamie Iles2014-03-051-0/+438
OpenPOWER on IntegriCloud