aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-brcmstb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-30gpio: brcmstb: allow 0 width GPIO banksJustin Chen1-3/+12
2018-01-31Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+0
2017-12-29gpio: brcmstb: Make really use of the new lockdep classThomas Gleixner1-1/+1
2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn1-1/+3
2017-12-20drivers: gpio: remove duplicate includesPravin Shedge1-1/+0
2017-10-31gpio: brcmstb: implement suspend/resume/shutdownDoug Berger1-50/+151
2017-10-31gpio: brcmstb: consolidate interrupt domainsDoug Berger1-43/+145
2017-10-31gpio: brcmstb: correct the configuration of level interruptsDoug Berger1-2/+2
2017-10-31gpio: brcmstb: switch to handle_level_irq flowDoug Berger1-6/+12
2017-10-31gpio: brcmstb: release the bgpio lock during irq handlersDoug Berger1-5/+16
2017-10-31gpio: brcmstb: allow all instances to be wakeup sourcesDoug Berger1-7/+7
2017-10-25gpio: brcmstb: Do not use gc->pin2mask()Linus Walleij1-3/+3
2017-09-21gpio: brcmstb: Handle return value of devm_kasprintfArvind Yadav1-0/+4
2017-08-22gpio: brcmstb: check return value of gpiochip_irqchip_add()Masahiro Yamada1-4/+5
2017-08-14gpio: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2016-04-15gpio: brcmstb: Return proper error if bank width is invalidAxel Lin1-0/+1
2016-02-25gpio: brcmstb: Use list_for_each_entry at appropriate placesAxel Lin1-9/+4
2016-01-07gpio: brcmstb: Set endian flags for big-endian MIPSFlorian Fainelli1-1/+14
2016-01-05gpio: generic: factor into gpio_chip structLinus Walleij1-46/+34
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-08-13Merge tag 'v4.2-rc4' into develLinus Walleij1-3/+11
2015-08-13gpio: brcmstb: support wakeup from S5 cold bootGregory Fong1-6/+50
2015-08-13gpio: brcmstb: Add interrupt and wakeup source supportGregory Fong1-6/+256
2015-07-16gpio: brcmstb: fix null ptr dereference in driver removeGregory Fong1-3/+11
2015-06-02gpio: Add GPIO support for Broadcom STB SoCsGregory Fong1-0/+252