summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-ingenic.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-301-2/+1Star
* pinctrl: ingenic: Add LCD pins for the JZ4725B SoCPaul Cercueil2019-02-081-0/+30
* Pinctrl: Ingenic: Unify the function name prefix to "ingenic_gpio_".Zhou Yanjie2019-01-301-23/+23
* Pinctrl: Ingenic: Add missing parts for JZ4770 and JZ4780.Zhou Yanjie2019-01-301-2/+44
* Pinctrl: Ingenic: Fix bugs caused by differences between JZ4770 and JZ4780.Zhou Yanjie2019-01-301-58/+191
* Merge tag 'v4.19-rc6' into develLinus Walleij2018-10-011-2/+2
|\
| * pinctrl: ingenic: Fix group & function error checkingPaul Burton2018-08-291-2/+2
* | pinctrl: ingenic: Include the right headerLinus Walleij2018-08-291-1/+1
* | pinctrl: ingenic: Add support for the JZ4725BPaul Cercueil2018-08-291-0/+98
* | pinctrl: ingenic: Implement .get_direction for GPIO chipsPaul Cercueil2018-08-291-0/+16
* | pinctrl: ingenic: Merge GPIO functionalityPaul Cercueil2018-08-291-8/+329
* | pinctrl: ingenic: Mark probe function as __initPaul Cercueil2018-08-291-4/+3Star
* | pinctrl: ingenic: Probe driver at subsys_initcallPaul Cercueil2018-08-291-1/+1
|/
* pinctrl: ingenic: Fix inverted direction for < JZ4770Paul Cercueil2018-07-141-1/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-2/+2
* pinctrl: ingenic: Remove redundant dev_err call in ingenic_pinctrl_probe()Wei Yongjun2018-01-181-3/+1Star
* pinctrl: ingenic: make function ingenic_pinctrl_probe staticColin Ian King2017-10-091-1/+1
* pinctrl: ingenic: constify pinconf_ops, pinctrl_ops, and pinmux_ops structuresJulia Lawall2017-08-221-3/+3
* pinctrl: ingenic: checking for NULL instead of IS_ERR()Dan Carpenter2017-06-201-2/+2
* pinctrl: add a pinctrl driver for the Ingenic jz47xx SoCsPaul Cercueil2017-05-221-0/+852