| Commit message (Expand) | Author | Age | Files | Lines |
* | gpio: davinci: use devm_irq_alloc_descs() | Bartosz Golaszewski | 2017-03-15 | 1 | -1/+1 |
* | gpio: davinci: Remove custom .xlate | Keerthy | 2017-01-26 | 1 | -22/+0 |
* | gpio: davinci: Add support for multiple GPIO controllers | Keerthy | 2017-01-26 | 1 | -1/+3 |
* | gpio: davinci: Redesign driver to accommodate ngpios in one gpio chip | Keerthy | 2017-01-26 | 1 | -54/+73 |
* | gpio: davinci: Remove gpio2regs function | Keerthy | 2017-01-26 | 1 | -24/+11 |
* | gpio: davinci: Remove redundant members davinci_gpio_controller stuct | Keerthy | 2017-01-11 | 1 | -3/+0 |
* | gpio: davinci: Use unique labels for each gpio chip | Axel Haslam | 2016-11-09 | 1 | -1/+6 |
* | Merge branch 'devel' into for-next | Linus Walleij | 2016-02-22 | 1 | -2/+3 |
|\ |
|
| * | gpio: davinci: Fix possible NULL pointer deference | Nicholas Krause | 2016-02-16 | 1 | -0/+2 |
| * | gpio: davinci: use irq_data_get_chip_type | Geliang Tang | 2016-01-28 | 1 | -2/+1 |
* | | gpio: davinci: Fix the number of controllers allocated | Lokesh Vutla | 2016-02-10 | 1 | -2/+3 |
* | | gpio: davinci: Add the missing of-node pointer | Keerthy | 2016-02-10 | 1 | -1/+1 |
|/ |
|
* | gpio: davinci: use gpiochip data pointer | Linus Walleij | 2016-01-05 | 1 | -9/+6 |
* | gpio: davinci: Be sure to clamp return value | Linus Walleij | 2015-12-26 | 1 | -1/+1 |
* | gpio: davinci: fix missed parent conversion | Linus Walleij | 2015-12-04 | 1 | -1/+1 |
* | gpio: use dev_get_platdata() | Nizam Haider | 2015-11-30 | 1 | -1/+1 |
* | gpio: change member .dev to .parent | Linus Walleij | 2015-11-19 | 1 | -2/+2 |
* | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 2015-09-16 | 1 | -2/+1 |
* | gpio: kill off set_irq_flags usage | Rob Herring | 2015-07-28 | 1 | -1/+0 |
* | Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Walleij | 2015-07-17 | 1 | -10/+9 |
|\ |
|
| * | gpio/davinci: Fix race in installing chained irq handler | Thomas Gleixner | 2015-07-14 | 1 | -4/+2 |
| * | gpio/davinci: Avoid redundant lookup of irq_data | Thomas Gleixner | 2015-07-14 | 1 | -4/+4 |
| * | gpio/davinci: Prepare gpio_irq_handler for irq argument removal | Thomas Gleixner | 2015-07-14 | 1 | -1/+2 |
| * | gpio/davinci: Use accessor function irq_data_get_irq_handler_data() | Jiang Liu | 2015-07-14 | 1 | -1/+1 |
* | | gpio/davinci: add interrupt support for GPIOs 16-31 | Vitaly Andrianov | 2015-07-17 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-14 | 1 | -1/+0 |
|\ |
|
| * | gpio: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | gpio: gpio-davinci: remove duplicate check on resource | Varka Bhadram | 2014-10-31 | 1 | -5/+0 |
|/ |
|
* | gpio: davinci: remove unnecessary OOM messages | Jingoo Han | 2014-05-09 | 1 | -3/+1 |
* | gpio: davinci: fix gpio selection for OF | Alexander Holler | 2014-03-11 | 1 | -0/+24 |
* | gpio: davinci: reuse for keystone soc | Grygorii Strashko | 2014-03-04 | 1 | -8/+40 |
* | gpio: davinci: Use signed type for 'irq' variable | Alexander Shiyan | 2014-02-24 | 1 | -1/+2 |
* | gpio: davinci: don't create irq_domain in case of unbanked irqs | Grygorii Strashko | 2013-12-26 | 1 | -15/+19 |
* | gpio: davinci: use chained_irq_enter/chained_irq_exit API | Grygorii Strashko | 2013-12-26 | 1 | -3/+3 |
* | gpio: davinci: add OF support | KV Sujith | 2013-12-26 | 1 | -3/+54 |
* | gpio: davinci: convert to use irqdomain support. | Lad, Prabhakar | 2013-12-26 | 1 | -33/+47 |
* | gpio: davinci: get rid of DAVINCI_N_GPIO | Grygorii Strashko | 2013-12-26 | 1 | -2/+2 |
* | gpio: davinci: use {readl|writel}_relaxed() instead of __raw_* | Lad, Prabhakar | 2013-12-26 | 1 | -18/+18 |
* | gpio: davinci: fix check for unbanked gpio | Lad, Prabhakar | 2013-11-21 | 1 | -1/+3 |
* | gpio: davinci: move to platform device | KV Sujith | 2013-09-24 | 1 | -38/+81 |
* | gpio: davinci: coding style correction | Philip Avinash | 2013-09-24 | 1 | -4/+9 |
* | gpio: davinci: preparation for switch to common clock framework | Murali Karicheri | 2012-09-01 | 1 | -1/+1 |
* | gpio/davinci: fix enabling unbanked GPIO IRQs | Sekhar Nori | 2012-03-12 | 1 | -5/+6 |
* | gpio/davinci: fix oops on unbanked gpio irq request | Sekhar Nori | 2012-03-12 | 1 | -5/+10 |
* | ARM: 7074/1: gpio: davinci: eliminate unused variable warnings | Axel Lin | 2011-09-05 | 1 | -3/+0 |
* | ARM: 7038/1: mach-davinci: move GPIO driver to GPIO subsystem | Linus Walleij | 2011-08-22 | 1 | -0/+458 |