summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/bcm
AgeCommit message (Expand)Author
2019-02-08pinctrl: bcm2835: Direct GPIO config changes to generic pinctrlStefan Wahren
2019-02-08pinctrl: bcm2835: declare pin config as genericStefan Wahren
2018-12-21pinctrl: bcm: ns: support updated DT binding as syscon subnodeRafał Miłecki
2018-11-16pinctrl: bcm2835: Switch to SPDX identifierStefan Wahren
2018-11-09pinctrl: bcm2835: Use define directive for BCM2835_PINCONF_PARAM_PULLNathan Chancellor
2018-11-05pinctrl: bcm2835: Use raw spinlock for RT compatibilityLukas Wunner
2018-10-12pinctrl: bcm: ns: Use uintptr_t for casting dataRafał Miłecki
2018-10-10pinctrl: bcm: add Northstar driverRafał Miłecki
2018-07-14pinctrl: nsp: Fix potential NULL dereferenceWei Yongjun
2018-07-14pinctrl: nsp: off by ones in nsp_pinmux_enable()Dan Carpenter
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-16pinctrl: bcm2835: Add support for output-low output-high propertiesMatheus Castello
2018-05-16pinctrl: bcm2835: Add support for generic pinctrl bindingMatheus Castello
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-09Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij
2017-11-09pinctrl: bcm2835: Fix some merge falloutLinus Walleij
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-07pinctrl: bcm: nsp: Use library functionsLinus Walleij
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij
2017-09-21pinctrl: bcm2835: fix build warning in bcm2835_gpio_irq_handle_bankCorentin Labbe
2017-08-22pinctrl: bcm281xx: constify pinconf_ops, pinctrl_ops, and pinmux_ops structuresJulia Lawall
2017-08-14pinctrl: bcm2835: Remove unneeded irq_group fieldThierry Reding
2017-08-14pinctrl: Convert to using %pOF instead of full_nameRob Herring
2017-08-14pinctrl: bcm2835: constify gpio_chip structureGustavo A. R. Silva
2017-06-29pinctrl: bcm2835: Avoid warning from __irq_do_set_handlerStefan Wahren
2017-06-09pinctrl: bcm: cleanup Broadcom license headersScott Branden
2017-05-29pinctrl: bcm: clean up modular vs. non-modular distinctionsPaul Gortmaker
2017-03-16pinctrl: bcm: make use of raw_spinlock variantsJulia Cartwright
2017-02-27scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada
2017-01-26pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg
2016-12-15Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds
2016-12-13Merge tag 'pinctrl-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-12-07pinctrl: bcm2835: switch to GPIOLIB_IRQCHIPLinus Walleij
2016-11-15pinctrl: bcm2835: Return pins to inputs when freedPhil Elwell
2016-11-15pinctrl: bcm2835: Fix ints for GPIOs 28-31 & 46-53Phil Elwell
2016-11-04pinctrl: bcm2835: reduce GPPUD set-up timeStefan Wahren
2016-10-31pinctrl: iproc: Fix iProc and NSP GPIO supportRay Jui
2016-10-17pinctrl: bcm2835: add pull defines to dt bindingsGerd Hoffmann
2016-09-07pinctrl: bcm281xx: constify pinctrl_ops and pinmux_ops structuresJulia Lawall
2016-09-07pinctrl: nsp: constify pinctrl_ops and pinmux_ops structuresJulia Lawall
2016-09-07pinctrl: ns2: constify pinctrl_ops and pinmux_ops structuresJulia Lawall
2016-07-22pinctrl: iproc: Add NSP and Stingray GPIO supportRay Jui
2016-07-22pinctrl: bcm: add OF dependenciesArnd Bergmann
2016-07-22pinctrl: ns2: remove redundant dev_err call in ns2_pinmux_probe()Wei Yongjun
2016-07-11pinctrl: nsp: remove redundant dev_err call in nsp_pinmux_probe()Wei Yongjun
2016-07-11pinctrl: ns2: fix return value check in ns2_pinmux_probe()Wei Yongjun
2016-06-29pinctrl: nsp: add pinmux driver support for Broadcom NSP SoCYendapally Reddy Dhananjaya Reddy
2016-06-08pinctrl: nsp-gpio: fix non-static functionsBen Dooks