aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-dwapb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-06gpio: dwapb: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-05-23gpio: dwapb: Rework support for 1 interrupt per port A GPIOPhil Edworthy1-31/+22
2018-05-16gpio: dwapb: Use of_device_get_match_data()Thierry Reding1-7/+1
2018-05-16gpio: dwapb: Add support for 1 interrupt per port A GPIOPhil Edworthy1-9/+37
2018-03-27gpio: dwapb: Add support for a bus clockPhil Edworthy1-1/+19
2018-02-22gpio: dwapb: Call directly into the gpiochip to read valueLinus Walleij1-7/+30
2018-02-22gpio: dwapb: Use "stride" rather than "size" for register distanceLinus Walleij1-12/+12
2017-10-25gpio: dwapb: fix bgpio usageLinus Walleij1-2/+2
2017-10-19gpio: gpio-dwapb: add optional resetAlan Tull1-0/+9
2017-09-19gpio: dwapb: Add wakeup source supportHoan Tran1-1/+22
2017-06-21gpio: dwapb: fix missing first irq for edgeboth irq typeXiaoguang Chen1-1/+2
2017-04-24gpio: dwapb: use dwapb_read instead of readl_relaxedJisheng Zhang1-1/+1
2017-03-06gpio: dwapb: Add support for next generation of X-Gene SoCHoan Tran1-17/+74
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg1-1/+13
2016-07-22gpio: dwapb: add missing fwnode_handle_put() in dwapb_gpio_get_pdata()Wei Yongjun1-0/+1
2016-05-11gpio: dwapb: Add ACPI device ID for DWAPB GPIO controller on X-Gene platformsDuc Dang1-0/+1
2016-04-29gpio: dwapb: add gpio-signaled acpi event supportJiang Qiu1-0/+17
2016-04-29gpio: dwapb: convert device node to fwnodeJiang Qiu1-19/+17
2016-04-29gpio: dwapb: remove name from dwapb_port_propertyJiang Qiu1-13/+11
2016-01-05gpio: generic: factor into gpio_chip structLinus Walleij1-49/+43
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2015-06-25gpio/dwapb: Fix race in installing chained IRQ handlerThomas Gleixner1-2/+2
2015-01-15gpio: dwapb: Convert to use resource managed APIsAxel Lin1-39/+14
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot1-2/+2
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-24gpio: dwapb: fix pointer to integer castLinus Walleij1-2/+2
2014-09-23GPIO: gpio-dwapb: Suspend & Resume PM enablingWeike Chen1-0/+115
2014-09-23GPIO: gpio-dwapb: Support DebounceWeike Chen1-2/+34
2014-09-23GPIO: gpio-dwapb: Change readl&writel to dwapb_read&dwapb_writeWeike Chen1-10/+27
2014-09-23GPIO: gpio-dwapb: Enable platform driver binding to MFD driverWeike Chen1-57/+167
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-1/+1
2014-05-27gpio: dwapb: use a second irq chipSebastian Andrzej Siewior1-13/+22
2014-04-28gpio: dwapb: drop irq_setup_generic_chip()Sebastian Andrzej Siewior1-3/+0
2014-03-18gpio: switch drivers to use new callbackLinus Walleij1-7/+7
2014-03-05gpio: add a driver for the Synopsys DesignWare APB GPIO blockJamie Iles1-0/+438