summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/sunxi
AgeCommit message (Expand)Author
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-12pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-08-10pinctrl: sunxi: Don't underestimate number of functionsAndre Przywara
2021-01-21pinctrl: sunxi: Add support for the Allwinner H616-R pin controllerAndre Przywara
2021-01-21pinctrl: sunxi: Add support for the Allwinner H616 pin controllerAndre Przywara
2021-01-06pinctrl: sunxi: h6-r: Add s_rsb pin functionsSamuel Holland
2020-11-24pinctrl: sunxi: Always call chained_irq_{enter, exit} in sunxi_pinctrl_irq_ha...Yangtao Li
2020-11-24pinctrl: sunxi: Mark the irq bank not found in sunxi_pinctrl_irq_handler() wi...Yangtao Li
2020-11-24pinctrl: sunxi: fix irq bank map for the Allwinner A100 pin controllerYangtao Li
2020-09-12pinctrl: sunxi: add support for the Allwinner A100 pin controllerYangtao Li
2020-04-16pinctrl: sunxi: handle probe defferalCorentin Labbe
2020-02-21pinctrl: sunxi: Mask non-wakeup IRQs on suspendSamuel Holland
2020-02-21pinctrl: sunxi: Forward calls to irq_set_irq_wakeSamuel Holland
2020-01-07pinctrl: sunxi: sun50i-h5 use platform_irq_countPeng Fan
2019-11-05pinctrl: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-05pinctrl: sunxi: v3s: introduce support for V3Icenowy Zheng
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-23pinctrl: sunxi: Support I/O bias voltage setting on H6Ondrej Jirman
2019-04-23pinctrl: sunxi: Prepare for alternative bias voltage setting methodsOndrej Jirman
2019-04-04pinctrl: sunxi: Allow to disable pinctrl driversMaxime Ripard
2019-04-04pinctrl: sunxi: Declare set_config on the GPIO chipMaxime Ripard
2019-04-04pinctrl: sunxi: Fix variable assignment syntaxMaxime Ripard
2019-04-04pinctrl: sunxi: implement pin_config_setMaxime Ripard
2019-02-11pinctrl: sunxi: Support I/O bias voltage setting on A80Chen-Yu Tsai
2019-01-22pinctrl: sunxi: Correct number of IRQ banks on H6 main pin controllerChen-Yu Tsai
2019-01-14pinctrl: sunxi: Consider pin_base when calculating regulator array indexChen-Yu Tsai
2019-01-14pinctrl: sunxi: Fix and simplify pin bank regulator handlingChen-Yu Tsai
2019-01-01Merge tag 'pinctrl-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-14pinctrl: sunxi: Deal with per-bank regulatorsMaxime Ripard
2018-12-07pinctrl: sunxi: a83t: Fix IRQ offset typo for PH11Chen-Yu Tsai
2018-12-07pinctrl: sunxi: a64: Rename function ts0 to tsChen-Yu Tsai
2018-12-07pinctrl: sunxi: a64: Rename function csi0 to csiChen-Yu Tsai
2018-11-25pinctrl: sunxi: add support for suniv F1C100s (newer F-series SoCs)Mesih Kilinc
2018-10-16pinctrl: sunxi: Fix a memory leak in 'sunxi_pinctrl_build_state()'Christophe JAILLET
2018-09-21pinctrl: sunxi: fix 'pctrl->functions' allocation in sunxi_pinctrl_build_stateYueHaibing
2018-08-29pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2018-05-16pinctrl: sunxi: add support for H6 R_PIO pin controllerIcenowy Zheng
2018-05-02pinctrl: sunxi: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven
2018-03-27pinctrl: sunxi: add support for the Allwinner H6 main pin controllerIcenowy Zheng
2018-03-27pinctrl: sunxi: change irq_bank_base to irq_bank_mapIcenowy Zheng
2018-03-27pinctrl: sunxi: introduce IRQ bank conversion functionIcenowy Zheng
2018-03-27pinctrl: sunxi: refactor irq related register function to have descIcenowy Zheng
2018-03-23pinctrl: sunxi: always look for apb blockAndre Przywara
2018-02-02Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-01-22pinctrl: sunxi: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven
2018-01-10pinctrl: sunxi-pinctrl: fix pin funtion can not be match correctly.hao_zhang