summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/mediatek/pinctrl-paris.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-24pinctrl: mediatek: Add missing header(s)Andy Shevchenko1-0/+5
2022-03-17pinctrl: mediatek: paris: Unify probe function by using OF match dataAngeloGioacchino Del Regno1-3/+6
2022-03-15pinctrl: mediatek: pinctrl-paris: Simplify with dev_err_probe()AngeloGioacchino Del Regno1-12/+7
2022-03-15pinctrl: mediatek: paris: Support generic PIN_CONFIG_DRIVE_STRENGTH_UAChen-Yu Tsai1-0/+99
2022-03-15pinctrl: mediatek: paris: Rework mtk_pinconf_{get,set} switch/case logicChen-Yu Tsai1-83/+61
2022-03-15pinctrl: mediatek: paris: Skip custom extra pin config dump for virtual GPIOsChen-Yu Tsai1-0/+3
2022-03-15pinctrl: mediatek: paris: Drop extra newline in mtk_pctrl_show_one_pin()Chen-Yu Tsai1-8/+4
2022-03-15pinctrl: mediatek: paris: Fix pingroup pin config state readbackChen-Yu Tsai1-5/+3
2022-03-15pinctrl: mediatek: paris: Fix "argument" argument type for mtk_pinconf_get()Chen-Yu Tsai1-2/+1
2022-03-15pinctrl: mediatek: paris: Fix PIN_CONFIG_BIAS_* readbackChen-Yu Tsai1-10/+6
2022-03-15pinctrl: canonical rsel resistance selection propertyGuodong Liu1-1/+1
2021-12-16pinctrl: Get rid of duplicate of_node assignment in the driversAndy Shevchenko1-3/+2
2021-12-02pinctrl: mediatek: uninitialized variable in mtk_pctrl_show_one_pin()Dan Carpenter1-1/+1
2021-10-03pinctrl: mediatek: support rsel featureZhiyong Tao1-18/+42
2021-10-03pinctrl: mediatek: fix coding styleZhiyong Tao1-4/+4
2021-04-22pinctrl: mediatek: use spin lock in mtk_rmwTzung-Bi Shih1-1/+1
2021-03-25pinctrl: add lock in mtk_rmw function.Zhiyong Tao1-0/+2
2021-01-04pinctrl: mediatek: paris: convert comma to semicolonZheng Yongjun1-2/+2
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