summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sunxi
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: sunxi: Add support for the Allwinner H616-R pin controllerAndre Przywara2021-01-213-0/+62
* pinctrl: sunxi: Add support for the Allwinner H616 pin controllerAndre Przywara2021-01-213-0/+554
* pinctrl: sunxi: h6-r: Add s_rsb pin functionsSamuel Holland2021-01-061-0/+2
* pinctrl: sunxi: Always call chained_irq_{enter, exit} in sunxi_pinctrl_irq_ha...Yangtao Li2020-11-241-2/+4
* pinctrl: sunxi: Mark the irq bank not found in sunxi_pinctrl_irq_handler() wi...Yangtao Li2020-11-241-2/+1
* pinctrl: sunxi: fix irq bank map for the Allwinner A100 pin controllerYangtao Li2020-11-241-1/+1
* pinctrl: sunxi: add support for the Allwinner A100 pin controllerYangtao Li2020-09-124-0/+825
* pinctrl: sunxi: handle probe defferalCorentin Labbe2020-04-161-2/+5
* pinctrl: sunxi: Mask non-wakeup IRQs on suspendSamuel Holland2020-02-211-0/+2
* pinctrl: sunxi: Forward calls to irq_set_irq_wakeSamuel Holland2020-02-211-2/+12
* pinctrl: sunxi: sun50i-h5 use platform_irq_countPeng Fan2020-01-071-2/+11
* pinctrl: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-11-051-3/+1
* pinctrl: sunxi: v3s: introduce support for V3Icenowy Zheng2019-08-052-5/+262
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* pinctrl: sunxi: Support I/O bias voltage setting on H6Ondrej Jirman2019-04-233-0/+19
* pinctrl: sunxi: Prepare for alternative bias voltage setting methodsOndrej Jirman2019-04-234-23/+39
* pinctrl: sunxi: Allow to disable pinctrl driversMaxime Ripard2019-04-041-19/+38
* pinctrl: sunxi: Declare set_config on the GPIO chipMaxime Ripard2019-04-041-0/+1
* pinctrl: sunxi: Fix variable assignment syntaxMaxime Ripard2019-04-041-10/+10
* pinctrl: sunxi: implement pin_config_setMaxime Ripard2019-04-041-6/+13
* pinctrl: sunxi: Support I/O bias voltage setting on A80Chen-Yu Tsai2019-02-114-0/+55
* pinctrl: sunxi: Correct number of IRQ banks on H6 main pin controllerChen-Yu Tsai2019-01-221-1/+1
* pinctrl: sunxi: Consider pin_base when calculating regulator array indexChen-Yu Tsai2019-01-142-3/+7
* pinctrl: sunxi: Fix and simplify pin bank regulator handlingChen-Yu Tsai2019-01-141-20/+16
* Merge tag 'pinctrl-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-016-26/+516
|\
| * pinctrl: sunxi: Deal with per-bank regulatorsMaxime Ripard2018-12-142-0/+69
| * pinctrl: sunxi: a64: Rename function ts0 to tsChen-Yu Tsai2018-12-071-12/+12
| * pinctrl: sunxi: a64: Rename function csi0 to csiChen-Yu Tsai2018-12-071-14/+14
| * pinctrl: sunxi: add support for suniv F1C100s (newer F-series SoCs)Mesih Kilinc2018-11-253-0/+421
* | pinctrl: sunxi: a83t: Fix IRQ offset typo for PH11Chen-Yu Tsai2018-12-071-1/+1
|/
* pinctrl: sunxi: Fix a memory leak in 'sunxi_pinctrl_build_state()'Christophe JAILLET2018-10-161-4/+7
* pinctrl: sunxi: fix 'pctrl->functions' allocation in sunxi_pinctrl_build_stateYueHaibing2018-09-211-6/+9
* pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-291-4/+4
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-8/+10
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-06-091-2/+2
|\
| * pinctrl: sunxi: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven2018-05-021-2/+2
* | pinctrl: sunxi: add support for H6 R_PIO pin controllerIcenowy Zheng2018-05-163-0/+133
|/
* pinctrl: sunxi: add support for the Allwinner H6 main pin controllerIcenowy Zheng2018-03-273-0/+619
* pinctrl: sunxi: change irq_bank_base to irq_bank_mapIcenowy Zheng2018-03-273-4/+11
* pinctrl: sunxi: introduce IRQ bank conversion functionIcenowy Zheng2018-03-271-11/+12
* pinctrl: sunxi: refactor irq related register function to have descIcenowy Zheng2018-03-272-20/+28
* pinctrl: sunxi: always look for apb blockAndre Przywara2018-03-231-1/+2
* Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-022-3/+6
|\
| * pinctrl: sunxi: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven2018-01-221-1/+2
| * pinctrl: sunxi-pinctrl: fix pin funtion can not be match correctly.hao_zhang2018-01-101-1/+3
| * pinctrl: sunxi: fix a typo when merging A20 support to A10 driverIcenowy Zheng2017-12-281-1/+1
* | pinctrl: sunxi: Disable strict mode for H5 driverAndre Przywara2017-11-301-2/+4
* | pinctrl: sunxi: Fix A64 UART mux valueAndre Przywara2017-11-301-1/+1