summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-brcmstb.c
AgeCommit message (Expand)Author
2021-12-23gpio: brcmstb: Use local variable to access OF nodeAndy Shevchenko
2021-12-17gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko
2021-09-07Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-07-29gpio: brcmstb: remove custom 'brcmstb_gpio_set_names'Sergio Paracuellos
2020-03-26gpio: brcmstb: support gpio-line-names propertyDoug Berger
2019-08-05gpio: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2018-08-30gpio: brcmstb: allow 0 width GPIO banksJustin Chen
2018-01-31Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2017-12-29gpio: brcmstb: Make really use of the new lockdep classThomas Gleixner
2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn
2017-12-20drivers: gpio: remove duplicate includesPravin Shedge
2017-10-31gpio: brcmstb: implement suspend/resume/shutdownDoug Berger
2017-10-31gpio: brcmstb: consolidate interrupt domainsDoug Berger
2017-10-31gpio: brcmstb: correct the configuration of level interruptsDoug Berger
2017-10-31gpio: brcmstb: switch to handle_level_irq flowDoug Berger
2017-10-31gpio: brcmstb: release the bgpio lock during irq handlersDoug Berger
2017-10-31gpio: brcmstb: allow all instances to be wakeup sourcesDoug Berger
2017-10-25gpio: brcmstb: Do not use gc->pin2mask()Linus Walleij
2017-09-21gpio: brcmstb: Handle return value of devm_kasprintfArvind Yadav
2017-08-22gpio: brcmstb: check return value of gpiochip_irqchip_add()Masahiro Yamada
2017-08-14gpio: Convert to using %pOF instead of full_nameRob Herring
2016-04-15gpio: brcmstb: Return proper error if bank width is invalidAxel Lin
2016-02-25gpio: brcmstb: Use list_for_each_entry at appropriate placesAxel Lin
2016-01-07gpio: brcmstb: Set endian flags for big-endian MIPSFlorian Fainelli
2016-01-05gpio: generic: factor into gpio_chip structLinus Walleij
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-08-13Merge tag 'v4.2-rc4' into develLinus Walleij
2015-08-13gpio: brcmstb: support wakeup from S5 cold bootGregory Fong
2015-08-13gpio: brcmstb: Add interrupt and wakeup source supportGregory Fong
2015-07-16gpio: brcmstb: fix null ptr dereference in driver removeGregory Fong
2015-06-02gpio: Add GPIO support for Broadcom STB SoCsGregory Fong