summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/bcm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-2/+2
|/
* Merge tag 'v5.4-rc5' into develLinus Walleij2019-11-132-12/+4
|\
| * pinctrl: iproc: allow for error from platform_get_irq()Chris Packham2019-10-051-1/+1
| * pinctrl: ns2: Fix off by one bugs in ns2_pinmux_enable()Dan Carpenter2019-10-051-2/+2
| * pinctrl: bcm-iproc: Use SPDX headerLinus Walleij2019-10-051-9/+1
* | pinctrl: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-11-055-18/+8
* | pinctrl: bcm: nsp: implement get_directionChris Packham2019-11-041-0/+14
* | pinctrl: bcm: nsp: use gpiolib infrastructure for interruptsChris Packham2019-11-041-63/+42
* | pinctrl: iproc: use unique name for irq chipChris Packham2019-10-051-1/+1
|/
* pinctrl: bcm: remove redundant assignment to pointer logColin Ian King2019-09-121-1/+0
* pinctrl: iproc: Add 'get_direction' supportRayagonda Kokatanur2019-09-121-0/+10
* pinctrl: iproc-gpio: Handle interrupts for multiple instancesRayagonda Kokatanur2019-09-111-9/+12
* pinctrl: iproc-gpio: Fix incorrect pinconf configurationsLi Jin2019-09-111-19/+77
* pinctrl: bcm2835: Pass irqchip when adding gpiochipLinus Walleij2019-08-261-30/+25
* pinctrl: bcm-iproc: Pass irqchip when adding gpiochipLinus Walleij2019-08-211-14/+19
* pinctrl: bcm2835: Add support for BCM2711 pull-up functionalityStefan Wahren2019-08-051-5/+100
* Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-07-132-1/+7
|\
| * pinctrl: ns2: Fix potential NULL dereferenceYoung Xiao2019-06-081-0/+2
| * pinctrl: bcm2835: Fix build error without CONFIG_OFYueHaibing2019-06-021-1/+1
| * pinctrl: bcm: Allow PINCTRL_BCM2835 for ARCH_BRCMSTBDoug Berger2019-05-231-1/+5
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* pinctrl: bcm2835: Direct GPIO config changes to generic pinctrlStefan Wahren2019-02-081-1/+2
* pinctrl: bcm2835: declare pin config as genericStefan Wahren2019-02-081-0/+1
* pinctrl: bcm: ns: support updated DT binding as syscon subnodeRafał Miłecki2018-12-211-10/+19
* pinctrl: bcm2835: Switch to SPDX identifierStefan Wahren2018-11-161-10/+1
* pinctrl: bcm2835: Use define directive for BCM2835_PINCONF_PARAM_PULLNathan Chancellor2018-11-091-4/+2
* pinctrl: bcm2835: Use raw spinlock for RT compatibilityLukas Wunner2018-11-051-8/+8
* pinctrl: bcm: ns: Use uintptr_t for casting dataRafał Miłecki2018-10-121-2/+2
* pinctrl: bcm: add Northstar driverRafał Miłecki2018-10-103-0/+386
* pinctrl: nsp: Fix potential NULL dereferenceWei Yongjun2018-07-141-0/+2
* pinctrl: nsp: off by ones in nsp_pinmux_enable()Dan Carpenter2018-07-141-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* pinctrl: bcm2835: Add support for output-low output-high propertiesMatheus Castello2018-05-161-0/+5
* pinctrl: bcm2835: Add support for generic pinctrl bindingMatheus Castello2018-05-162-37/+59
* Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-162-21/+4
|\
| * Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij2017-11-092-3/+3
| |\