index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
pinctrl-ingenic.c
Age
Commit message (
Expand
)
Author
2020-04-04
Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2020-04-02
pinctrl: Unconditionally assign .request()/.free()
Thierry Reding
2020-03-02
pinctrl: ingenic: add hdmi-ddc pin control group
Paul Boddie
2020-02-21
pinctrl: ingenic: Improve unreachable code generation
Josh Poimboeuf
2020-02-21
pinctrl: Ingenic: Add missing parts for X1830.
周琰杰 (Zhou Yanjie)
2020-02-21
pinctrl: Use new GPIO_LINE_DIRECTION
Matti Vaittinen
2020-01-07
pinctrl: ingenic: Use devm_platform_ioremap_resource()
Paul Cercueil
2020-01-07
pinctrl: ingenic: Factorize irq_set_type function
Paul Cercueil
2020-01-07
pinctrl: ingenic: Remove duplicated ingenic_chip_info structures
Paul Cercueil
2020-01-07
pinctrl: ingenic: Put ingenic_chip_info pointer in match data
Paul Cercueil
2020-01-07
pinctrl: ingenic: Remove platform ID table
Paul Cercueil
2020-01-06
pinctrl: Ingenic: Add pinctrl driver for X1830.
周琰杰 (Zhou Yanjie)
2020-01-06
pinctrl: Ingenic: Introduce reg_offset and use it instead hard code.
周琰杰 (Zhou Yanjie)
2020-01-06
pinctrl: Ingenic: Add missing parts for X1000 and X1500.
周琰杰 (Zhou Yanjie)
2020-01-06
pinctrl: Ingenic: Fix bugs in X1000 and X1500.
周琰杰 (Zhou Yanjie)
2019-12-16
pinctrl: ingenic: Fixup PIN_CONFIG_OUTPUT config
Paul Cercueil
2019-11-21
pinctrl: ingenic: Add OTG VBUS pin for the JZ4770
Paul Cercueil
2019-11-21
pinctrl: ingenic: Handle PIN_CONFIG_OUTPUT config
Paul Cercueil
2019-10-16
pinctrl: ingenic: Pass irqchip when adding gpiochip
Linus Walleij
2019-07-29
pinctrl: Ingenic: Add pinctrl driver for X1500.
Zhou Yanjie
2019-07-29
pinctrl: Ingenic: Add pinctrl driver for X1000 and X1000E.
Zhou Yanjie
2019-07-29
pinctrl: Ingenic: Add pinctrl driver for JZ4760 and JZ4760B.
Zhou Yanjie
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194
Thomas Gleixner
2019-02-08
pinctrl: ingenic: Add LCD pins for the JZ4725B SoC
Paul Cercueil
2019-01-30
Pinctrl: Ingenic: Unify the function name prefix to "ingenic_gpio_".
Zhou Yanjie
2019-01-30
Pinctrl: Ingenic: Add missing parts for JZ4770 and JZ4780.
Zhou Yanjie
2019-01-30
Pinctrl: Ingenic: Fix bugs caused by differences between JZ4770 and JZ4780.
Zhou Yanjie
2018-10-01
Merge tag 'v4.19-rc6' into devel
Linus Walleij
2018-08-29
pinctrl: ingenic: Fix group & function error checking
Paul Burton
2018-08-29
pinctrl: ingenic: Include the right header
Linus Walleij
2018-08-29
pinctrl: ingenic: Add support for the JZ4725B
Paul Cercueil
2018-08-29
pinctrl: ingenic: Implement .get_direction for GPIO chips
Paul Cercueil
2018-08-29
pinctrl: ingenic: Merge GPIO functionality
Paul Cercueil
2018-08-29
pinctrl: ingenic: Mark probe function as __init
Paul Cercueil
2018-08-29
pinctrl: ingenic: Probe driver at subsys_initcall
Paul Cercueil
2018-07-14
pinctrl: ingenic: Fix inverted direction for < JZ4770
Paul Cercueil
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-01-18
pinctrl: ingenic: Remove redundant dev_err call in ingenic_pinctrl_probe()
Wei Yongjun
2017-10-09
pinctrl: ingenic: make function ingenic_pinctrl_probe static
Colin Ian King
2017-08-22
pinctrl: ingenic: constify pinconf_ops, pinctrl_ops, and pinmux_ops structures
Julia Lawall
2017-06-20
pinctrl: ingenic: checking for NULL instead of IS_ERR()
Dan Carpenter
2017-05-22
pinctrl: add a pinctrl driver for the Ingenic jz47xx SoCs
Paul Cercueil