aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sirf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4Thomas Gleixner5-10/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-01-28pinctrl: sirf: drop pointless static qualifier in sirfsoc_gpio_probeYueHaibing1-1/+1
2019-01-11pinctrl: sirf: atlas7: use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+2
2018-09-14pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij2-3/+2
2018-09-05pinctrl: sirf: atlas7: remove set but not used variables 'conf, bank'YueHaibing1-4/+0
2018-08-29pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-11-09Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij2-2/+2
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2-2/+2
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij2-4/+4
2017-08-22pinctrl: sirf: constify pinconf_ops, pinctrl_ops, and pinmux_ops structuresJulia Lawall1-2/+2
2017-08-22pinctrl: sirf: atlas7: constify pinconf_ops, pinctrl_ops, and pinmux_ops structuresJulia Lawall1-1/+1
2017-08-14pinctrl: sirf: add static to local dataMasahiro Yamada1-3/+3
2017-08-14pinctrl: sirf: atlas7: fix of_irq_get() error checkSergei Shtylyov1-1/+3
2017-08-14pinctrl: sirf: atlas7: Initialize GPIO offsetThierry Reding1-0/+1
2017-08-14pinctrl: Convert to using %pOF instead of full_nameRob Herring1-3/+3
2017-03-16pinctrl: sirf: atlas7: make use of raw_spinlock variantsJulia Cartwright1-22/+22
2017-01-26Merge branch 'ib-pinctrl-genprops' into develLinus Walleij1-1/+2
2017-01-26pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg1-1/+2
2016-12-30pinctrl: sirf: atlas7: Improve code layoutChristophe JAILLET1-3/+3
2016-12-30pinctrl: sirf: atlas7: Add missing 'of_node_put()'Christophe JAILLET1-3/+4
2016-08-27pinctrl: sirf: make core support explicitly non-modularPaul Gortmaker1-7/+5
2016-08-27pinctrl: sirf: make atlas7 explicitly non-modularPaul Gortmaker1-4/+1
2016-06-29pinctrl: sirf: atlas7: Add missing of_node_putAmitoj Kaur Chawla1-1/+3
2016-04-28pinctrl: sirf/atlas7: fix printk spellingColin Ian King1-1/+1
2016-02-16pinctrl: sirf/atlas7: stop poking around in GPIO internalsLinus Walleij1-18/+0
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-36/+26
2016-01-05pinctrl: sirf: use gpiochip data pointerLinus Walleij1-17/+12
2016-01-05pinctrl: sirf-atlas7: use gpiochip data pointerLinus Walleij1-17/+12
2015-12-22pinctrl: sirf: add missing of_node_putJulia Lawall1-2/+6
2015-12-10pinctrl: atlas7: add pulse conter pin group without direction pinGuoying Zhang1-0/+13
2015-12-10pinctrl: atlas7: adjust vip pin groups for atlas7Wei Chen1-4/+10
2015-12-10pinctrl: atlas7: adjust pin groups of atlas7 nanddiskWei Chen1-61/+27
2015-12-10pinctrl: altas7: add sd9 function mux supportYonghui Zhang1-8/+36
2015-12-10pinctrl: atlas7: add cs line for atlas7 nandWei Chen1-0/+29
2015-11-19gpio: change member .dev to .parentLinus Walleij2-2/+2
2015-10-16pinctrl: atlas7: support atlas7 step B changesWei Chen1-288/+1540
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner2-4/+4
2015-08-13pinctrl: atlas7: clear ugly branch statements for pull and drivestrengthWei Chen1-99/+94
2015-07-28pinctrl: sirf: add power management support for atlas7Wei Chen1-67/+325
2015-07-17pinctrl/sirf: Prepare xxx_gpio-handle_irq for irq argument removalThomas Gleixner2-3/+5
2015-07-17pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2015-07-16pinctrl: sirf: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada2-4/+4
2015-06-04pinctrl: Remove .owner fieldFabio Estevam1-2/+0
2015-05-19pinctrl: sirf: add sirf atlas7 pinctrl and gpio supportWei Chen2-0/+4640
2015-04-09pinctrl: sirf: move sgpio lock into state containerLinus Walleij1-12/+12
2015-03-09pinctrl: sirf: fix typo in kernel warning on a bad interruptColin Ian King1-1/+1
2015-01-14pinctrl: sirf: drop marco supportBarry Song2-39/+13