summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sunxi
Commit message (Expand)AuthorAgeFilesLines
* 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
* | pinctrl: sunxi: Fix A80 interrupt pin bankAndre Przywara2017-11-301-3/+3
|/
* Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-1613-3/+26
|\
| * pinctrl: sunxi: Enforce the strict mode by defaultMaxime Ripard2017-10-311-0/+1
| * pinctrl: sunxi: Disable strict mode for old pinctrl driversMaxime Ripard2017-10-3111-2/+13
| * pinctrl: sunxi: Introduce the strict flagMaxime Ripard2017-10-312-1/+12
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Revert "pinctrl: sunxi: Don't enforce bias disable (for now)"Priit Laes2017-08-311-1/+2
* pinctrl: sunxi: fix wrong irq_banks number for H5 pinctrlIcenowy Zheng2017-08-221-3/+23
* pinctrl: sunxi: fix V3s pinctrl driver IRQ bank baseIcenowy Zheng2017-08-141-0/+1
* pinctrl: sunxi: explicitly request exclusive reset controlPhilipp Zabel2017-08-142-2/+2
* pinctrl: sunxi: rename R_PIO i2c pin function nameIcenowy Zheng2017-08-143-6/+6
* pinctrl: sunxi: add support of R40 to A10 pinctrl driverIcenowy Zheng2017-08-142-79/+196
* pinctrl: sunxi: add a missing function of A10/A20 pinctrl driverIcenowy Zheng2017-07-311-0/+1