summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-bcm-kona.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-3/+4
* Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-01-311-4/+4
|\
| * gpio: bcm-kona: Include proper headerLinus Walleij2018-01-131-4/+4
* | kernel/irq: Extend lockdep class for request mutexAndrew Lunn2017-12-281-1/+2
|/
* gpio: bcm-kona: make use of raw_spinlock variantsJulia Cartwright2017-03-161-24/+24
* pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg2017-01-261-1/+13
* gpio: constify gpio_chip structuresJulia Lawall2016-09-131-1/+1
* gpio: bcm-kona: fix bcm_kona_gpio_reset() warningsBen Dooks2016-06-081-2/+2
* gpio: bcm-kona: make explicitly non-modularPaul Gortmaker2016-03-311-9/+5
* gpio: bcm-kona: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan2016-02-231-1/+1
* gpio: bcm-kona: use gpiochip data pointerLinus Walleij2016-01-051-15/+10
* gpio: change member .dev to .parentLinus Walleij2015-11-191-3/+3
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* gpio: kill off set_irq_flags usageRob Herring2015-07-281-15/+0
* gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-141-1/+1
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-011-2/+3
|\
| * gpio/bcm-kona: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-2/+3
* | Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-06-241-1/+1
|\ \
| * | gpio: Constify irq_domain_opsKrzysztof Kozlowski2015-05-061-1/+1
| |/
* | gpio: bcm-kona: Implement get_direction callbackAxel Lin2015-04-271-10/+16
|/
* 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, bcm-kona, LLVMLinux: Remove use of __initconstBehan Webster2014-09-241-1/+1
* gpio: switch drivers to use new callbackLinus Walleij2014-03-181-7/+7
* Merge tag 'v3.14-rc6' into develLinus Walleij2014-03-141-2/+2
|\
| * gpio: bcm281xx: Update MODULE_AUTHORMarkus Mayer2014-02-051-2/+2
* | gpio: bcm281xx: Use "unsigned gpio" consistently throughout the codeMarkus Mayer2014-02-061-4/+4
* | gpio: bcm281xx: Centralize register lockingMarkus Mayer2014-02-061-33/+49
* | gpio: bcm281xx: Fix parameter name for GPIO_CONTROL macroMarkus Mayer2014-02-061-1/+4
|/
* Merge tag 'v3.13-rc3' into develLinus Walleij2013-12-091-1/+1
|\
| * gpio: bcm281xx: Fix return value of bcm_kona_gpio_get()Markus Mayer2013-11-271-1/+1
* | gpio: bcm-kona: lock IRQs when starting themLinus Walleij2013-12-041-0/+22
|/
* gpio: bcm-kona: add missing .owner to struct gpio_chipWei Yongjun2013-10-301-0/+1
* gpio: bcm281xx: Don't print addresses of GPIO area in probe()Markus Mayer2013-10-181-2/+1
* gpio: bcm_kona: rename confusing variablesLinus Walleij2013-10-161-7/+8
* gpio: bcm281xx: Fix nested interrupt handler issueMarkus Mayer2013-10-111-1/+0
* gpio: bcm-kona: only use set_irq_flags() on ARMLinus Walleij2013-09-201-6/+14
* gpio: bcm281xx: Add GPIO driverMarkus Mayer2013-09-201-0/+632
OpenPOWER on IntegriCloud