summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-rockchip.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl/rockchip: fix gpio device creationJohn Keeping2021-12-021-1/+1
* pinctrl/rockchip: Switch to use devm_kasprintf_strarray()Andy Shevchenko2021-11-181-2/+9
* pinctrl/rockchip: Convert to use dev_err_probe()Andy Shevchenko2021-11-181-20/+10
* pinctrl/rockchip: Make use of the devm_platform_get_and_ioremap_resource()Andy Shevchenko2021-11-181-4/+2
* pinctrl/rockchip: Use temporary variable for struct deviceAndy Shevchenko2021-11-181-63/+53
* pinctrl/rockchip: Drop wrong kernel doc annotationAndy Shevchenko2021-11-181-1/+1
* pinctrl/rockchip: add a queue for deferred pin output settings on probeHeiko Stuebner2021-09-181-0/+67
* pinctrl/rockchip: drop the gpio related codesJianqun Xu2021-08-171-628/+17
* pinctrl/rockchip: separate struct rockchip_pin_bank to a head fileJianqun Xu2021-08-171-225/+1
* pinctrl/rockchip: always enable clock for gpio controllerJianqun Xu2021-08-171-39/+1
* Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-301-572/+384
|\
| * pinctrl: rockchip: do coding style for mux route structJianqun Xu2021-04-221-570/+80
| * pinctrl: rockchip: add support for rk3568Jianqun Xu2021-04-081-2/+290
| * pinctrl: rockchip: make driver be tristate moduleJianqun Xu2021-03-151-0/+13
| * pinctrl: rockchip: clear int status when driver probedJianqun Xu2021-03-101-0/+1
* | pinctrl: rockchip: fix restore error in resumeWang Panzhenzhuan2021-03-101-5/+8
|/
* pinctrl: rockchip: create irq mapping in gpio_to_irqJianqun Xu2020-11-041-16/+12
* pinctrl: rockchip: enable gpio pclk for rockchip_gpio_to_irqJianqun Xu2020-11-041-0/+2
* pinctrl: rockchip: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-171-1/+1
* pinctrl: pinctrl-rockchip: Fix a bunch of kerneldoc misdemeanoursLee Jones2020-07-161-10/+12
* pinctrl: rockchip: fix memleak in rockchip_dt_node_to_mapDafna Hirschfeld2020-05-121-3/+4
* pinctrl: rockchip: return ENOMEM instead of EINVAL if allocation failsDafna Hirschfeld2020-05-121-2/+2
* pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2020-02-211-1/+4
* pinctrl: rockchip: add rk3308 SoC supportJianqun Xu2019-10-161-1/+381
* pinctrl: rockchip: Mark expected switch fall-throughAnders Roxell2019-08-051-0/+1
* Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-07-131-0/+1
|\
| * pinctrl: rockchip: fix leaked of_node referencesWen Yang2019-05-231-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
|/
* pinctrl: rockchip: add rk3188 routes to switch between nand and emmcHeiko Stuebner2018-11-171-0/+22
* pinctrl: rockchip: allow specifying the regmap location for pin-routesHeiko Stuebner2018-11-171-5/+25
* pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij2018-09-141-1/+1
* pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-291-4/+4
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-10/+14
* pinctrl: rockchip: Add set_config callback support for gpiolibShawn Lin2018-05-231-0/+52
* pinctrl: rockchip: Add pinctrl support for PX30David Wu2018-05-231-0/+194
* pinctrl: rockchip: Fix a typo in four comment linesMarkus Elfring2018-01-031-4/+4
* pinctrl: rockchip: Improve a size determination in rockchip_pinctrl_probe()Markus Elfring2018-01-031-1/+1
* pinctrl: rockchip: Delete error messages for a failed memory allocation in tw...Markus Elfring2018-01-031-9/+4
* pinctrl: rockchip: enable clock when reading pin direction registerBrian Norris2017-12-201-0/+8
* pinctrl: rockchip: Add iomux-route switching support for rk3288Heiko Stuebner2017-10-311-0/+20
* pinctrl: rockchip: rk3328: Fix the correct routing configDavid Wu2017-10-071-2/+9
* pinctrl: rockchip: Fix the rk3399 gpio0 and gpio1 banks' drv_offset at pmu grfDavid Wu2017-10-071-6/+6
* pinctrl: rockchip: Add rv1108 recalculated iomux supportDavid Wu2017-08-311-1/+67
* pinctrl: rockchip: add input schmitt support for rv1108Andy Yan2017-08-141-0/+31
* pinctrl: rockchip: Add rk3128 pinctrl supportDavid Wu2017-08-141-0/+129
* pinctrl: rockchip: Use common interface for recalced iomuxDavid Wu2017-08-141-39/+50
* Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-07-061-12/+331
|\
| * pinctrl: rockchip: Add iomux-route switching support for rk3399David Wu2017-05-291-0/+41
| * pinctrl: rockchip: Add iomux-route switching support for rk3328David Wu2017-05-291-0/+83
| * pinctrl: rockchip: Add iomux-route switching support for rk3228David Wu2017-05-291-0/+132