summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sunxi
Commit message (Expand)AuthorAgeFilesLines
* 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
* pinctrl: sunxi: Add support for A83T R_PIOChen-Yu Tsai2017-06-093-0/+133
* pinctrl: sunxi: constify irq_domain_opsTobias Klauser2017-06-091-1/+1
* pinctrl: sunxi: drop dedicated A20 driverIcenowy Zheng2017-05-293-1061/+0
* pinctrl: sunxi: add A20 support to A10 driverIcenowy Zheng2017-05-292-65/+226
* pinctrl: sunxi: Add SoC ID definitions for A10, A20 and R40 SoCsIcenowy Zheng2017-05-291-0/+3
* pinctrl: sunxi: Fix SPDIF function name for A83TChen-Yu Tsai2017-05-231-1/+1
* pinctrl: sunxi: make use of raw_spinlock variantsJulia Cartwright2017-03-162-14/+14
* pinctrl: sunxi: select GPIOLIBIcenowy Zheng2017-03-141-0/+1
* pinctrl: sunxi: Add A64 R_PIO controller supportIcenowy Zheng2017-03-143-0/+130
* pinctrl: sunxi: refactor pinctrl choice selecting for ARM64Icenowy Zheng2017-03-141-4/+4
* Merge tag 'pinctrl-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-2111-1916/+1225
|\
| * pinctrl: sunxi: make sun5i explicitly non-modularPaul Gortmaker2017-02-061-8/+3
| * pinctrl: sunxi: Remove stray printk call in sun5i driver's probe functionChen-Yu Tsai2017-02-061-2/+0
| * pinctrl: sunxi: Remove redundant A31s pinctrl driverChen-Yu Tsai2017-02-063-814/+0
| * pinctrl: sunxi: Support A31/A31s with pinctrl variantsChen-Yu Tsai2017-02-062-65/+121
| * drivers: pinctrl: add driver for Allwinner H5 SoCIcenowy Zheng2017-01-303-0/+563
| * Merge branch 'ib-pinctrl-genprops' into develLinus Walleij2017-01-261-1/+1
| |\
| | * pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg2017-01-261-1/+1
| * | pinctrl: sunxi: add driver for V3s SoCIcenowy Zheng2017-01-113-0/+326
| * | pinctrl: sunxi: Remove old sun5i pinctrl driversMaxime Ripard2017-01-095-1638/+0
| * | pinctrl: sunxi: Add common sun5i pinctrl driverMaxime Ripard2017-01-094-0/+764
| * | pinctrl: sunxi: Add pinctrl variantsMaxime Ripard2017-01-092-22/+81
| |/
* / pinctrl: sunxi: Don't enforce bias disable (for now)Maxime Ripard2017-01-301-2/+1
|/
* pinctrl: sunxi: Testing the wrong variableDan Carpenter2016-11-221-2/+3
* pinctrl: sunxi: fix theoretical uninitialized variable accessArnd Bergmann2016-11-161-2/+5
* pinctrl: sunxi: Add support for interrupt debouncingMaxime Ripard2016-11-152-0/+91
* pinctrl: sunxi: Make sunxi_pconf_group_set use sunxi_pconf_reg helperChen-Yu Tsai2016-11-151-32/+32
* pinctrl: sunxi: Add support for fetching pinconf settings from hardwareChen-Yu Tsai2016-11-152-6/+81
* pinctrl: sunxi: Fix PIN_CONFIG_BIAS_PULL_{DOWN,UP} argumentChen-Yu Tsai2016-11-151-1/+5
* pinctrl: sunxi: Free configs in pinctrl_map only if it is a config mapChen-Yu Tsai2016-11-151-2/+15
* pinctrl: sunxi: make bool drivers explicitly non-modularPaul Gortmaker2016-11-0413-95/+26