aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-rockchip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-16pinctrl: rockchip: add rk3308 SoC supportJianqun Xu1-1/+381
2019-08-05pinctrl: rockchip: Mark expected switch fall-throughAnders Roxell1-0/+1
2019-07-13Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-05-23pinctrl: rockchip: fix leaked of_node referencesWen Yang1-0/+1
2018-11-17pinctrl: rockchip: add rk3188 routes to switch between nand and emmcHeiko Stuebner1-0/+22
2018-11-17pinctrl: rockchip: allow specifying the regmap location for pin-routesHeiko Stuebner1-5/+25
2018-09-14pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij1-1/+1
2018-08-29pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring1-4/+4
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-10/+14
2018-05-23pinctrl: rockchip: Add set_config callback support for gpiolibShawn Lin1-0/+52
2018-05-23pinctrl: rockchip: Add pinctrl support for PX30David Wu1-0/+194
2018-01-03pinctrl: rockchip: Fix a typo in four comment linesMarkus Elfring1-4/+4
2018-01-03pinctrl: rockchip: Improve a size determination in rockchip_pinctrl_probe()Markus Elfring1-1/+1
2018-01-03pinctrl: rockchip: Delete error messages for a failed memory allocation in two functionsMarkus Elfring1-9/+4
2017-12-20pinctrl: rockchip: enable clock when reading pin direction registerBrian Norris1-0/+8
2017-10-31pinctrl: rockchip: Add iomux-route switching support for rk3288Heiko Stuebner1-0/+20
2017-10-07pinctrl: rockchip: rk3328: Fix the correct routing configDavid Wu1-2/+9
2017-10-07pinctrl: rockchip: Fix the rk3399 gpio0 and gpio1 banks' drv_offset at pmu grfDavid Wu1-6/+6
2017-08-31pinctrl: rockchip: Add rv1108 recalculated iomux supportDavid Wu1-1/+67
2017-08-14pinctrl: rockchip: add input schmitt support for rv1108Andy Yan1-0/+31
2017-08-14pinctrl: rockchip: Add rk3128 pinctrl supportDavid Wu1-0/+129
2017-08-14pinctrl: rockchip: Use common interface for recalced iomuxDavid Wu1-39/+50
2017-07-06Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-12/+331
2017-06-29Revert "pinctrl: rockchip: avoid hardirq-unsafe functions in irq_chip"Brian Norris1-40/+4
2017-05-29pinctrl: rockchip: Add iomux-route switching support for rk3399David Wu1-0/+41
2017-05-29pinctrl: rockchip: Add iomux-route switching support for rk3328David Wu1-0/+83
2017-05-29pinctrl: rockchip: Add iomux-route switching support for rk3228David Wu1-0/+132
2017-05-29pinctrl: rockchip: Add iomux-route switching supportDavid Wu1-1/+64
2017-05-22pinctrl: rockchip: remove unneeded (void *) casts in of_match_tableMasahiro Yamada1-11/+11
2017-03-28pinctrl: rockchip: avoid hardirq-unsafe functions in irq_chipJohn Keeping1-4/+40
2017-03-28pinctrl: rockchip: split out verification of mux settingsJohn Keeping1-16/+30
2017-03-28pinctrl: rockchip: convert to raw spinlockJohn Keeping1-13/+13
2017-03-28pinctrl: rockchip: remove unnecessary lockingJohn Keeping1-31/+2
2017-03-23pinctrl: rockchip: rename RK1108 to RV1108Andy Yan1-38/+38
2017-03-23pinctrl: rockchip: add irq_enable & irq_disable opsJeffy Chen1-5/+6
2017-03-14pinctrl: rockchip: Add input schmitt support for rk3328david.wu1-0/+23
2017-03-14pinctrl: rockchip:Add input schmitt supportdavid.wu1-0/+73
2017-03-14pinctrl: rockchip: Add rk3328 pinctrl supportdavid.wu1-0/+70
2017-03-14pinctrl: rockchip: Add mux recalculation supportdavid.wu1-6/+35
2017-03-14pinctrl: rockchip: Add 3bit width mux supportdavid.wu1-3/+17
2017-01-26pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg1-1/+1
2016-11-16pinctrl: rockchip: add support for rk1108Andy Yan1-0/+86
2016-08-27pinctrl: rockchip: make it explicitly non-modularPaul Gortmaker1-6/+1
2016-06-23pinctrl: rockchip: make rockchip_irq_gc_mask_set_bit staticBen Dooks1-1/+1
2016-06-15pinctrl: fix incorrect inline keyword in multiple driversArnd Bergmann1-1/+1
2016-05-11pinctrl: rockchip: fix pull setting error for rk3399David Wu1-52/+127
2016-04-21pinctrl: rockchip: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan1-1/+1
2016-04-13pinctrl: rockchip: add support the get_directionCaesar Wang1-0/+11
2016-02-10pinctrl: rockchip: add support for the rk3399David Wu1-14/+355