aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/sunxi
AgeCommit message (Expand)Author
2019-12-01pinctrl: sunxi: Fix a memory leak in 'sunxi_pinctrl_build_state()'Christophe JAILLET
2019-02-15pinctrl: sunxi: Correct number of IRQ banks on H6 main pin controllerChen-Yu Tsai
2018-12-19pinctrl: sunxi: a83t: Fix IRQ offset typo for PH11Chen-Yu Tsai
2018-11-13pinctrl: sunxi: fix 'pctrl->functions' allocation in sunxi_pinctrl_build_stateYueHaibing
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
2017-12-28pinctrl: sunxi: fix a typo when merging A20 support to A10 driverIcenowy Zheng
2017-11-30pinctrl: sunxi: Disable strict mode for H5 driverAndre Przywara
2017-11-30pinctrl: sunxi: Fix A64 UART mux valueAndre Przywara
2017-11-30pinctrl: sunxi: Fix A80 interrupt pin bankAndre Przywara
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31pinctrl: sunxi: Enforce the strict mode by defaultMaxime Ripard
2017-10-31pinctrl: sunxi: Disable strict mode for old pinctrl driversMaxime Ripard
2017-10-31pinctrl: sunxi: Introduce the strict flagMaxime Ripard
2017-08-31Revert "pinctrl: sunxi: Don't enforce bias disable (for now)"Priit Laes
2017-08-22pinctrl: sunxi: fix wrong irq_banks number for H5 pinctrlIcenowy Zheng
2017-08-14pinctrl: sunxi: fix V3s pinctrl driver IRQ bank baseIcenowy Zheng
2017-08-14pinctrl: sunxi: explicitly request exclusive reset controlPhilipp Zabel
2017-08-14pinctrl: sunxi: rename R_PIO i2c pin function nameIcenowy Zheng
2017-08-14pinctrl: sunxi: add support of R40 to A10 pinctrl driverIcenowy Zheng
2017-07-31pinctrl: sunxi: add a missing function of A10/A20 pinctrl driverIcenowy Zheng
2017-06-09pinctrl: sunxi: Add support for A83T R_PIOChen-Yu Tsai
2017-06-09pinctrl: sunxi: constify irq_domain_opsTobias Klauser
2017-05-29pinctrl: sunxi: drop dedicated A20 driverIcenowy Zheng
2017-05-29pinctrl: sunxi: add A20 support to A10 driverIcenowy Zheng
2017-05-29pinctrl: sunxi: Add SoC ID definitions for A10, A20 and R40 SoCsIcenowy Zheng
2017-05-23pinctrl: sunxi: Fix SPDIF function name for A83TChen-Yu Tsai
2017-03-16pinctrl: sunxi: make use of raw_spinlock variantsJulia Cartwright
2017-03-14pinctrl: sunxi: select GPIOLIBIcenowy Zheng
2017-03-14pinctrl: sunxi: Add A64 R_PIO controller supportIcenowy Zheng
2017-03-14pinctrl: sunxi: refactor pinctrl choice selecting for ARM64Icenowy Zheng
2017-02-21Merge tag 'pinctrl-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-02-06pinctrl: sunxi: make sun5i explicitly non-modularPaul Gortmaker
2017-02-06pinctrl: sunxi: Remove stray printk call in sun5i driver's probe functionChen-Yu Tsai
2017-02-06pinctrl: sunxi: Remove redundant A31s pinctrl driverChen-Yu Tsai
2017-02-06pinctrl: sunxi: Support A31/A31s with pinctrl variantsChen-Yu Tsai
2017-01-30drivers: pinctrl: add driver for Allwinner H5 SoCIcenowy Zheng