aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sunxi (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-21pinctrl: sunxi: Add support for the Allwinner H616-R pin controllerAndre Przywara3-0/+62
2021-01-21pinctrl: sunxi: Add support for the Allwinner H616 pin controllerAndre Przywara3-0/+554
2021-01-06pinctrl: sunxi: h6-r: Add s_rsb pin functionsSamuel Holland1-0/+2
2020-11-24pinctrl: sunxi: Always call chained_irq_{enter, exit} in sunxi_pinctrl_irq_handlerYangtao Li1-2/+4
2020-11-24pinctrl: sunxi: Mark the irq bank not found in sunxi_pinctrl_irq_handler() with WARN_ONYangtao Li1-2/+1
2020-11-24pinctrl: sunxi: fix irq bank map for the Allwinner A100 pin controllerYangtao Li1-1/+1
2020-09-12pinctrl: sunxi: add support for the Allwinner A100 pin controllerYangtao Li4-0/+825
2020-04-16pinctrl: sunxi: handle probe defferalCorentin Labbe1-2/+5
2020-02-21pinctrl: sunxi: Mask non-wakeup IRQs on suspendSamuel Holland1-0/+2
2020-02-21pinctrl: sunxi: Forward calls to irq_set_irq_wakeSamuel Holland1-2/+12
2020-01-07pinctrl: sunxi: sun50i-h5 use platform_irq_countPeng Fan1-2/+11
2019-11-05pinctrl: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-05pinctrl: sunxi: v3s: introduce support for V3Icenowy Zheng2-5/+262
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-23pinctrl: sunxi: Support I/O bias voltage setting on H6Ondrej Jirman3-0/+19
2019-04-23pinctrl: sunxi: Prepare for alternative bias voltage setting methodsOndrej Jirman4-23/+39
2019-04-04pinctrl: sunxi: Allow to disable pinctrl driversMaxime Ripard1-19/+38
2019-04-04pinctrl: sunxi: Declare set_config on the GPIO chipMaxime Ripard1-0/+1
2019-04-04pinctrl: sunxi: Fix variable assignment syntaxMaxime Ripard1-10/+10
2019-04-04pinctrl: sunxi: implement pin_config_setMaxime Ripard1-6/+13
2019-02-11pinctrl: sunxi: Support I/O bias voltage setting on A80Chen-Yu Tsai4-0/+55
2019-01-22pinctrl: sunxi: Correct number of IRQ banks on H6 main pin controllerChen-Yu Tsai1-1/+1
2019-01-14pinctrl: sunxi: Consider pin_base when calculating regulator array indexChen-Yu Tsai2-3/+7
2019-01-14pinctrl: sunxi: Fix and simplify pin bank regulator handlingChen-Yu Tsai1-20/+16
2019-01-01Merge tag 'pinctrl-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds6-26/+516
2018-12-14pinctrl: sunxi: Deal with per-bank regulatorsMaxime Ripard2-0/+69
2018-12-07pinctrl: sunxi: a83t: Fix IRQ offset typo for PH11Chen-Yu Tsai1-1/+1
2018-12-07pinctrl: sunxi: a64: Rename function ts0 to tsChen-Yu Tsai1-12/+12
2018-12-07pinctrl: sunxi: a64: Rename function csi0 to csiChen-Yu Tsai1-14/+14
2018-11-25pinctrl: sunxi: add support for suniv F1C100s (newer F-series SoCs)Mesih Kilinc3-0/+421
2018-10-16pinctrl: sunxi: Fix a memory leak in 'sunxi_pinctrl_build_state()'Christophe JAILLET1-4/+7
2018-09-21pinctrl: sunxi: fix 'pctrl->functions' allocation in sunxi_pinctrl_build_stateYueHaibing1-6/+9
2018-08-29pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring1-4/+4
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-8/+10
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-2/+2
2018-05-16pinctrl: sunxi: add support for H6 R_PIO pin controllerIcenowy Zheng3-0/+133
2018-05-02pinctrl: sunxi: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven1-2/+2
2018-03-27pinctrl: sunxi: add support for the Allwinner H6 main pin controllerIcenowy Zheng3-0/+619
2018-03-27pinctrl: sunxi: change irq_bank_base to irq_bank_mapIcenowy Zheng3-4/+11
2018-03-27pinctrl: sunxi: introduce IRQ bank conversion functionIcenowy Zheng1-11/+12
2018-03-27pinctrl: sunxi: refactor irq related register function to have descIcenowy Zheng2-20/+28
2018-03-23pinctrl: sunxi: always look for apb blockAndre Przywara1-1/+2
2018-02-02Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds2-3/+6
2018-01-22pinctrl: sunxi: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven1-1/+2
2018-01-10pinctrl: sunxi-pinctrl: fix pin funtion can not be match correctly.hao_zhang1-1/+3
2017-12-28pinctrl: sunxi: fix a typo when merging A20 support to A10 driverIcenowy Zheng1-1/+1
2017-11-30pinctrl: sunxi: Disable strict mode for H5 driverAndre Przywara1-2/+4
2017-11-30pinctrl: sunxi: Fix A64 UART mux valueAndre Przywara1-1/+1