Age | Commit message (Expand) | Author | Files | Lines |
2024-04-04 | pinctrl: sunxi: sun9i-a80-r: drop driver owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
2023-09-25 | pinctrl: sunxi: h616: add extra gpio banks | iuncuim | 1 | -14/+366 |
2023-07-20 | pinctrl: Explicitly include correct DT includes | Rob Herring | 26 | -28/+0 |
2023-07-20 | pinctrl: sunxi: Add some defensiveness for regulators array | Mark Brown | 1 | -0/+3 |
2023-03-23 | pinctrl: Use of_property_present() for testing DT property presence | Rob Herring | 1 | -10/+10 |
2022-11-26 | pinctrl: sunxi: d1: Add CAN bus pinmuxes | Fabien Poussin | 1 | -0/+4 |
2022-10-24 | pinctrl: sunxi: Add missing header(s) | Andy Shevchenko | 1 | -8/+10 |
2022-10-11 | Merge tag 'pinctrl-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -6/+3 |
2022-09-20 | pinctrl: sunxi: sun50i-h5: Switch to use dev_err_probe() helper | Yang Yingliang | 1 | -6/+3 |
2022-08-26 | pinctrl: sunxi: Fix name for A100 R_PIO | Michael Wu | 1 | -1/+1 |
2022-08-10 | Merge tag 'pinctrl-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 15 | -184/+988 |
2022-07-18 | pinctrl: sunxi: Add driver for Allwinner D1 | Samuel Holland | 5 | -5/+863 |
2022-07-18 | pinctrl: sunxi: Make some layout parameters dynamic | Samuel Holland | 2 | -18/+29 |
2022-07-18 | pinctrl: sunxi: Refactor register/offset calculation | Samuel Holland | 2 | -123/+89 |
2022-07-18 | pinctrl: sunxi: Support the 2.5V I/O bias mode | Samuel Holland | 5 | -2/+20 |
2022-07-18 | pinctrl: sunxi: Add I/O bias setting for H6 R-PIO | Samuel Holland | 2 | -3/+5 |
2022-06-27 | pinctrl: sunxi: sunxi_pconf_set: use correct offset | Andrei Lalaev | 1 | -0/+2 |
2022-06-15 | pinctrl: sunxi: Remove reset controller consumers | Samuel Holland | 8 | -53/+2 |
2022-06-15 | pinctrl: sunxi: a83t: Fix NAND function name for some pins | Samuel Holland | 1 | -5/+5 |
2022-05-14 | pinctrl: sunxi: f1c100s: Fix signal name comment for PA2 SPI pin | Andre Przywara | 1 | -1/+1 |
2022-05-14 | pinctrl: sunxi: fix f1c100s uart2 function | IotaHydrae | 1 | -1/+1 |
2022-03-28 | Merge tag 'pinctrl-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -5/+4 |
2022-02-28 | pinctrl: sunxi: Use unique lockdep classes for IRQs | Samuel Holland | 1 | -0/+9 |
2022-02-28 | pinctrl-sunxi: sunxi_pinctrl_gpio_direction_in/output: use correct offset | Hans Verkuil | 1 | -2/+4 |
2022-02-19 | pinctrl: sunxi: Use unique lockdep classes for IRQs | Samuel Holland | 1 | -0/+9 |
2022-02-19 | pinctrl: sunxi: do not print error message for EPROBE_DEFER | Mans Rullgard | 1 | -5/+4 |
2022-01-24 | pinctrl: sunxi: Fix H616 I2S3 pin data | Andre Przywara | 1 | -4/+4 |
2021-12-16 | pinctrl-sunxi: don't call pinctrl_gpio_direction() | Hans Verkuil | 1 | -2/+6 |
2021-08-30 | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+3 |
2021-08-12 | pinctrl: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 1 | -5/+3 |
2021-08-10 | pinctrl: sunxi: Don't underestimate number of functions | Andre Przywara | 1 | -3/+5 |
2021-01-21 | pinctrl: sunxi: Add support for the Allwinner H616-R pin controller | Andre Przywara | 3 | -0/+62 |
2021-01-21 | pinctrl: sunxi: Add support for the Allwinner H616 pin controller | Andre Przywara | 3 | -0/+554 |
2021-01-06 | pinctrl: sunxi: h6-r: Add s_rsb pin functions | Samuel Holland | 1 | -0/+2 |
2020-11-24 | pinctrl: sunxi: Always call chained_irq_{enter, exit} in sunxi_pinctrl_irq_ha... | Yangtao Li | 1 | -2/+4 |
2020-11-24 | pinctrl: sunxi: Mark the irq bank not found in sunxi_pinctrl_irq_handler() wi... | Yangtao Li | 1 | -2/+1 |
2020-11-24 | pinctrl: sunxi: fix irq bank map for the Allwinner A100 pin controller | Yangtao Li | 1 | -1/+1 |
2020-09-12 | pinctrl: sunxi: add support for the Allwinner A100 pin controller | Yangtao Li | 4 | -0/+825 |
2020-04-16 | pinctrl: sunxi: handle probe defferal | Corentin Labbe | 1 | -2/+5 |
2020-02-21 | pinctrl: sunxi: Mask non-wakeup IRQs on suspend | Samuel Holland | 1 | -0/+2 |
2020-02-21 | pinctrl: sunxi: Forward calls to irq_set_irq_wake | Samuel Holland | 1 | -2/+12 |
2020-01-07 | pinctrl: sunxi: sun50i-h5 use platform_irq_count | Peng Fan | 1 | -2/+11 |
2019-11-05 | pinctrl: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-08-05 | pinctrl: sunxi: v3s: introduce support for V3 | Icenowy Zheng | 2 | -5/+262 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-04-23 | pinctrl: sunxi: Support I/O bias voltage setting on H6 | Ondrej Jirman | 3 | -0/+19 |
2019-04-23 | pinctrl: sunxi: Prepare for alternative bias voltage setting methods | Ondrej Jirman | 4 | -23/+39 |
2019-04-04 | pinctrl: sunxi: Allow to disable pinctrl drivers | Maxime Ripard | 1 | -19/+38 |
2019-04-04 | pinctrl: sunxi: Declare set_config on the GPIO chip | Maxime Ripard | 1 | -0/+1 |
2019-04-04 | pinctrl: sunxi: Fix variable assignment syntax | Maxime Ripard | 1 | -10/+10 |