summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/bcm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2022-08-101-9/+12
|\
| * pinctrl: bcm2835: Make the irqchip immutableStefan Wahren2022-06-261-3/+8
| * pinctrl: bcm2835: drop irq_enable/disable callbacksStefan Wahren2022-06-261-6/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-105-54/+8
|/
* pinctrl: bcm2835: implement hook for missing gpio-rangesStefan Wahren2022-04-211-0/+18
* Merge tag 'pinctrl-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-283-0/+578
|\
| * pinctrl: bcm: add driver for BCM4908 pinmuxRafał Miłecki2022-01-253-0/+578
* | pinctrl: bcm63xx: fix unmet dependency on REGMAP for GPIO_REGMAPJulian Braha2022-01-301-0/+1
* | pinctrl: bcm2835: Fix a few error pathsFlorian Fainelli2022-01-301-8/+15
|/
* Merge tag 'pinctrl-v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-125-122/+60
|\
| * pinctrl: bcm: ns: use generic groups & functions helpersRafał Miłecki2021-12-262-115/+50
| * pinctrl: Get rid of duplicate of_node assignment in the driversAndy Shevchenko2021-12-163-3/+0
| * pinctrl-bcm2835: don't call pinctrl_gpio_direction()Hans Verkuil2021-12-161-3/+9
| * pinctrl: bcm2835: Silence uninit warningLinus Walleij2021-12-101-1/+1
* | pinctrl: bcm2835: Change init order for gpio hogsPhil Elwell2021-12-101-13/+16
|/
* Merge tag 'pinctrl-v5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-052-2/+9
|\
| * pinctrl: bcm2835: Allow building driver as a moduleFlorian Fainelli2021-10-252-2/+9
* | Revert "pinctrl: bcm: ns: support updated DT binding as syscon subnode"Rafał Miłecki2021-10-141-19/+10
|/
* Merge tag 'pinctrl-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-2/+1
|\
| * pinctrl: bcm2835: Replace BUG with BUG_ONJason Wang2021-07-231-2/+1
* | pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-123-6/+4
|/
* pinctrl: bcm: Constify static pinmux_opsRikard Falkeborn2021-06-097-7/+7
* pinctrl: bcm: Constify static pinctrl_opsRikard Falkeborn2021-06-097-7/+7
* pinctrl: bcm2835: Accept fewer than expected IRQsPhil Elwell2021-05-281-2/+6
* pinctrl: iproc-gpio: Remove redundant error printing in iproc_gpio_probe()Zhen Lei2021-05-201-3/+1
* pinctrl: bcm63xx: Fix More dependenciesRandy Dunlap2021-04-081-1/+6
* pinctrl: bcm63xx: Fix dependenciesLinus Walleij2021-03-311-2/+4
* pinctrl: bcm: bcm6362: fix warningÁlvaro Fernández Rojas2021-03-311-3/+3
* pinctrl: add a pincontrol driver for BCM6318Álvaro Fernández Rojas2021-03-293-0/+507
* pinctrl: add a pincontrol driver for BCM63268Álvaro Fernández Rojas2021-03-293-0/+652
* pinctrl: add a pincontrol driver for BCM6368Álvaro Fernández Rojas2021-03-293-0/+532
* pinctrl: add a pincontrol driver for BCM6362Álvaro Fernández Rojas2021-03-293-0/+626
* pinctrl: add a pincontrol driver for BCM6358Álvaro Fernández Rojas2021-03-293-0/+378
* pinctrl: add a pincontrol driver for BCM6328Álvaro Fernández Rojas2021-03-293-0/+413
* pinctrl: bcm: add bcm63xx base codeÁlvaro Fernández Rojas2021-03-294-0/+160
* pinctrl: bcm: Simplify bool comparisonJiapeng Zhong2021-01-181-1/+1
* pinctrl: bcm: fix kconfig dependency warning when !GPIOLIBNecip Fazil Yildiran2020-09-291-0/+1
* pinctrl: bcm: pinctrl-iproc-gpio: Rename incorrectly documented function paramLee Jones2020-07-161-1/+1
* pinctrl: bcm: pinctrl-bcm281xx: Demote obvious misuse of kerneldoc to standar...Lee Jones2020-07-161-3/+3
* pinctrl: nsp: Set irq handler based on trig typeMark Tomlinson2020-07-111-9/+9
* pinctrl: bcm2835: Add support for wake-up interruptsFlorian Fainelli2020-06-031-1/+75
* pinctrl: bcm2835: Match BCM7211 compatible stringFlorian Fainelli2020-06-031-0/+4
* pinctrl: Fix return value about devm_platform_ioremap_resource()Tiezhu Yang2020-05-251-1/+1
* pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2020-02-212-2/+8
* pinctrl: bcm2835: Add support for all GPIOs on BCM2711Stefan Wahren2020-02-141-12/+42
* pinctrl: bcm2835: Refactor platform dataStefan Wahren2020-02-141-13/+44
* pinctrl: bcm2835: Drop unused defineStefan Wahren2020-02-141-3/+0
* Merge tag 'pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-01-291-2/+8
|\
| * pinctrl: iproc: Use platform_get_irq_optional() to avoid error messageRayagonda Kokatanur2020-01-151-1/+1
| * pinctrl: iproc: Set irq handler based on trig typeHamish Martin2019-12-161-1/+7