summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/mediatek/pinctrl-paris.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-04pinctrl: mtk: Fix low level output voltage issueZhiyong Tao1-4/+4
2020-09-30pinctrl: mediatek: use devm_platform_ioremap_resource_byname()Wang Xiaojun1-9/+2
2020-08-04pinctrl: mediatek: avoid virtual gpio trying to set regHanks Chen1-0/+7
2020-06-07Merge tag 'pinctrl-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-0/+6
2020-04-16pinctrl: mediatek: remove shadow variable declarationLight Hsieh1-2/+0
2020-04-16pinctrl: mediatek: make MediaTek pinctrl v2 driver ready for buidling loadabl...Light Hsieh1-0/+6
2020-03-27pinctrl: mediatek: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-3/+3
2020-02-21pinctrl: mediatek: Fix some off by one bugsDan Carpenter1-7/+7
2020-02-21pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen1-1/+4
2020-02-14pinctrl: mediatek: Add support for pin configuration dump via debugfs.Light Hsieh1-0/+109
2020-02-14pinctrl: mediatek: Backward compatible to previous Mediatek's bias-pull usageLight Hsieh1-20/+29
2020-02-14pinctrl: mediatek: Refine mtk_pinconf_get()Light Hsieh1-25/+15
2020-02-14pinctrl: mediatek: Refine mtk_pinconf_get() and mtk_pinconf_set()Light Hsieh1-106/+65
2020-02-14pinctrl: mediatek: Check gpio pin number and use binary search in mtk_hw_pin_...Light Hsieh1-0/+25
2019-06-01pinctrl: mediatek: Add pm_ops to pinctrl-parisNicolas Boichat1-0/+19
2019-04-08pinctrl: add drive for I2C related pins on MT8183Zhiyong Tao1-0/+21
2018-11-19pinctrl: mediatek: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-11-09pinctrl: mediatek: clean up indentation issues, add missing tabColin Ian King1-2/+2
2018-09-21pinctrl: mediatek: paris: fix return value check in mtk_paris_pinctrl_probe()Wei Yongjun1-4/+4
2018-09-18pinctrl: mtk: Fix up GPIO includesLinus Walleij1-0/+1
2018-09-18pinctrl: mediatek: add eint support to MT8183 pinctrl driverSean Wang1-0/+22
2018-09-18pinctrl: mediatek: add pinctrl-paris that implements the vendor dt-bindingsZhiyong Tao1-0/+884