aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpio/gpio-dwapb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-25gpio: dwapb: Remove unneeded has_irq member in struct dwapb_port_propertyAndy Shevchenko1-7/+7
2020-05-25gpio: dwapb: Don't use IRQ 0 as valid Linux interruptAndy Shevchenko1-7/+7
2020-05-25gpio: dwapb: avoid error message for optional IRQAndy Shevchenko1-1/+1
2020-05-25gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de-registrationAndy Shevchenko1-9/+16
2020-04-28gpio: dwapb: Amend indentation in some casesAndy Shevchenko1-8/+6
2020-04-28gpio: dwapb: Get rid of unnecessary conjunction over 32-bit valueAndy Shevchenko1-2/+1
2020-04-17gpio: dwapb: Split out dwapb_get_irq() helperAndy Shevchenko1-27/+29
2020-04-17gpio: dwapb: Drop of_match_ptr() & ACPI_PTR() callsAndy Shevchenko1-2/+2
2020-04-17gpio: dwapb: Drop bogus BUG_ON()sAndy Shevchenko1-4/+0
2020-04-17gpio: dwapb: Switch to more usual pattern of RMW in dwapb_gpio_set_debounce()Andy Shevchenko1-2/+3
2020-04-17gpio: dwapb: Convert to use IRQ core provided macrosAndy Shevchenko1-8/+2
2020-04-17gpio: dwapb: Use device_get_match_data() to simplify codeAndy Shevchenko1-12/+1
2020-04-17gpio: dwapb: Convert to use irqd_to_hwirq()Andy Shevchenko1-7/+9
2020-04-17gpio: dwapb: Deduplicate IRQ resource managementAndy Shevchenko1-27/+0
2020-04-17gpio: dwapb: set default handler to be handle_bad_irq()Andy Shevchenko1-1/+2
2020-04-17gpio: dwapb: Use chained IRQ prologue and epilogueAndy Shevchenko1-3/+2
2020-04-17gpio: dwapb: Refactor IRQ handler to use bit operationsAndy Shevchenko1-8/+7
2020-04-17gpio: dwapb: Append MODULE_ALIAS for platform driverAndy Shevchenko1-3/+6
2020-04-17gpio: dwapb: Add debounce reference clock supportSerge Semin1-13/+22
2020-04-17gpio: dwapb: Use optional-clocks interface for APB ref-clockSerge Semin1-9/+11
2019-07-31gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.hAndy Shevchenko1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-05drivers: gpio: dwap: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult1-3/+1
2018-11-05gpio: gpio-dwapb: simplify getting .driver_dataWolfram Sang1-4/+2
2018-08-29gpio: dwapb: Fix error handling in dwapb_gpio_probe()Alexey Khoroshilov1-0/+1
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