summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sirf
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4Thomas Gleixner2019-05-215-10/+5Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* pinctrl: sirf: drop pointless static qualifier in sirfsoc_gpio_probeYueHaibing2019-01-281-1/+1
* pinctrl: sirf: atlas7: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-111-2/+2
* pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij2018-09-142-3/+2Star
* pinctrl: sirf: atlas7: remove set but not used variables 'conf, bank'YueHaibing2018-09-051-4/+0Star
* pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-291-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij2017-11-092-2/+2
|\
| * gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-082-2/+2
* | pinctrl/gpio: Unify namespace for cross-callsLinus Walleij2017-09-222-4/+4
|/
* pinctrl: sirf: constify pinconf_ops, pinctrl_ops, and pinmux_ops structuresJulia Lawall2017-08-221-2/+2
* pinctrl: sirf: atlas7: constify pinconf_ops, pinctrl_ops, and pinmux_ops stru...Julia Lawall2017-08-221-1/+1
* pinctrl: sirf: add static to local dataMasahiro Yamada2017-08-141-3/+3
* pinctrl: sirf: atlas7: fix of_irq_get() error checkSergei Shtylyov2017-08-141-1/+3
* pinctrl: sirf: atlas7: Initialize GPIO offsetThierry Reding2017-08-141-0/+1
* pinctrl: Convert to using %pOF instead of full_nameRob Herring2017-08-141-3/+3
* pinctrl: sirf: atlas7: make use of raw_spinlock variantsJulia Cartwright2017-03-161-22/+22
* Merge branch 'ib-pinctrl-genprops' into develLinus Walleij2017-01-261-1/+2
|\
| * pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg2017-01-261-1/+2
* | pinctrl: sirf: atlas7: Improve code layoutChristophe JAILLET2016-12-301-3/+3
* | pinctrl: sirf: atlas7: Add missing 'of_node_put()'Christophe JAILLET2016-12-301-3/+4
|/
* pinctrl: sirf: make core support explicitly non-modularPaul Gortmaker2016-08-271-7/+5Star
* pinctrl: sirf: make atlas7 explicitly non-modularPaul Gortmaker2016-08-271-4/+1Star
* pinctrl: sirf: atlas7: Add missing of_node_putAmitoj Kaur Chawla2016-06-291-1/+3
* pinctrl: sirf/atlas7: fix printk spellingColin Ian King2016-04-281-1/+1
* pinctrl: sirf/atlas7: stop poking around in GPIO internalsLinus Walleij2016-02-161-18/+0Star
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-172-36/+26Star
|\
| * pinctrl: sirf: use gpiochip data pointerLinus Walleij2016-01-051-17/+12Star
| * pinctrl: sirf-atlas7: use gpiochip data pointerLinus Walleij2016-01-051-17/+12Star
| * gpio: change member .dev to .parentLinus Walleij2015-11-192-2/+2
* | pinctrl: sirf: add missing of_node_putJulia Lawall2015-12-221-2/+6
* | pinctrl: atlas7: add pulse conter pin group without direction pinGuoying Zhang2015-12-101-0/+13
* | pinctrl: atlas7: adjust vip pin groups for atlas7Wei Chen2015-12-101-4/+10
* | pinctrl: atlas7: adjust pin groups of atlas7 nanddiskWei Chen2015-12-101-61/+27Star
* | pinctrl: altas7: add sd9 function mux supportYonghui Zhang2015-12-101-8/+36
* | pinctrl: atlas7: add cs line for atlas7 nandWei Chen2015-12-101-0/+29
|/
* pinctrl: atlas7: support atlas7 step B changesWei Chen2015-10-161-288/+1540
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-162-4/+4
* pinctrl: atlas7: clear ugly branch statements for pull and drivestrengthWei Chen2015-08-131-99/+94Star
* pinctrl: sirf: add power management support for atlas7Wei Chen2015-07-281-67/+325
* pinctrl/sirf: Prepare xxx_gpio-handle_irq for irq argument removalThomas Gleixner2015-07-172-3/+5
* pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-171-1/+1
* pinctrl: sirf: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-07-161-1/+0Star
* pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada2015-06-102-4/+4
* pinctrl: Remove .owner fieldFabio Estevam2015-06-041-2/+0Star
* pinctrl: sirf: add sirf atlas7 pinctrl and gpio supportWei Chen2015-05-192-0/+4640
* pinctrl: sirf: move sgpio lock into state containerLinus Walleij2015-04-091-12/+12
* pinctrl: sirf: fix typo in kernel warning on a bad interruptColin Ian King2015-03-091-1/+1
* pinctrl: sirf: drop marco supportBarry Song2015-01-142-39/+13Star