| Commit message (Expand) | Author | Age | Files | Lines |
* | pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE | Chen-Yu Tsai | 2024-04-04 | 1 | -27/+11 |
* | pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback | Chen-Yu Tsai | 2024-04-04 | 1 | -0/+2 |
* | pinctrl: mediatek: Switch to use no-IRQ PM helpers | Andy Shevchenko | 2023-12-04 | 1 | -3/+2 |
* | treewide: rename pinctrl_gpio_direction_output_new() | Bartosz Golaszewski | 2023-11-04 | 1 | -1/+1 |
* | treewide: rename pinctrl_gpio_direction_input_new() | Bartosz Golaszewski | 2023-11-04 | 1 | -1/+1 |
* | pinctrl: mediatek: paris: use new pinctrl GPIO helpers | Bartosz Golaszewski | 2023-11-04 | 1 | -2/+2 |
* | pinctrl: mediatek: paris: handle mtk_hw_set_value() errors in mtk_pmx_set_mux() | Karina Yankevich | 2023-09-27 | 1 | -3/+1 |
* | pinctrl: mediatek: Initialize variable *buf to zero | Guodong Liu | 2023-01-26 | 1 | -1/+1 |
* | pinctrl: mediatek: Initialize variable pullen and pullup to zero | Guodong Liu | 2023-01-26 | 1 | -1/+1 |
* | pinctrl: mediatek: Remove duplicate assignment of of_gpio_n_cells | Andy Shevchenko | 2023-01-16 | 1 | -1/+0 |
* | pinctrl: mediatek: Add missing header(s) | Andy Shevchenko | 2022-10-24 | 1 | -0/+5 |
* | pinctrl: mediatek: paris: Unify probe function by using OF match data | AngeloGioacchino Del Regno | 2022-03-17 | 1 | -3/+6 |
* | pinctrl: mediatek: pinctrl-paris: Simplify with dev_err_probe() | AngeloGioacchino Del Regno | 2022-03-15 | 1 | -12/+7 |
* | pinctrl: mediatek: paris: Support generic PIN_CONFIG_DRIVE_STRENGTH_UA | Chen-Yu Tsai | 2022-03-15 | 1 | -0/+99 |
* | pinctrl: mediatek: paris: Rework mtk_pinconf_{get,set} switch/case logic | Chen-Yu Tsai | 2022-03-15 | 1 | -83/+61 |
* | pinctrl: mediatek: paris: Skip custom extra pin config dump for virtual GPIOs | Chen-Yu Tsai | 2022-03-15 | 1 | -0/+3 |
* | pinctrl: mediatek: paris: Drop extra newline in mtk_pctrl_show_one_pin() | Chen-Yu Tsai | 2022-03-15 | 1 | -8/+4 |
* | pinctrl: mediatek: paris: Fix pingroup pin config state readback | Chen-Yu Tsai | 2022-03-15 | 1 | -5/+3 |
* | pinctrl: mediatek: paris: Fix "argument" argument type for mtk_pinconf_get() | Chen-Yu Tsai | 2022-03-15 | 1 | -2/+1 |
* | pinctrl: mediatek: paris: Fix PIN_CONFIG_BIAS_* readback | Chen-Yu Tsai | 2022-03-15 | 1 | -10/+6 |
* | pinctrl: canonical rsel resistance selection property | Guodong Liu | 2022-03-15 | 1 | -1/+1 |
* | pinctrl: Get rid of duplicate of_node assignment in the drivers | Andy Shevchenko | 2021-12-16 | 1 | -3/+2 |
* | pinctrl: mediatek: uninitialized variable in mtk_pctrl_show_one_pin() | Dan Carpenter | 2021-12-02 | 1 | -1/+1 |
* | pinctrl: mediatek: support rsel feature | Zhiyong Tao | 2021-10-03 | 1 | -18/+42 |
* | pinctrl: mediatek: fix coding style | Zhiyong Tao | 2021-10-03 | 1 | -4/+4 |
* | pinctrl: mediatek: use spin lock in mtk_rmw | Tzung-Bi Shih | 2021-04-22 | 1 | -1/+1 |
* | pinctrl: add lock in mtk_rmw function. | Zhiyong Tao | 2021-03-25 | 1 | -0/+2 |
* | pinctrl: mediatek: paris: convert comma to semicolon | Zheng Yongjun | 2021-01-04 | 1 | -2/+2 |
* | pinctrl: mtk: Fix low level output voltage issue | Zhiyong Tao | 2020-12-04 | 1 | -4/+4 |
* | pinctrl: mediatek: use devm_platform_ioremap_resource_byname() | Wang Xiaojun | 2020-09-30 | 1 | -9/+2 |
* | pinctrl: mediatek: avoid virtual gpio trying to set reg | Hanks Chen | 2020-08-04 | 1 | -0/+7 |
* | Merge tag 'pinctrl-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 2020-06-08 | 1 | -0/+6 |
|\ |
|
| * | pinctrl: mediatek: make MediaTek pinctrl v2 driver ready for buidling loadabl... | Light Hsieh | 2020-04-16 | 1 | -0/+6 |
* | | pinctrl: mediatek: remove shadow variable declaration | Light Hsieh | 2020-04-16 | 1 | -2/+0 |
|/ |
|
* | pinctrl: mediatek: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai | 2020-03-27 | 1 | -3/+3 |
* | pinctrl: mediatek: Fix some off by one bugs | Dan Carpenter | 2020-02-21 | 1 | -7/+7 |
* | pinctrl: Use new GPIO_LINE_DIRECTION | Matti Vaittinen | 2020-02-21 | 1 | -1/+4 |
* | pinctrl: mediatek: Add support for pin configuration dump via debugfs. | Light Hsieh | 2020-02-14 | 1 | -0/+109 |
* | pinctrl: mediatek: Backward compatible to previous Mediatek's bias-pull usage | Light Hsieh | 2020-02-14 | 1 | -20/+29 |
* | pinctrl: mediatek: Refine mtk_pinconf_get() | Light Hsieh | 2020-02-14 | 1 | -25/+15 |
* | pinctrl: mediatek: Refine mtk_pinconf_get() and mtk_pinconf_set() | Light Hsieh | 2020-02-14 | 1 | -106/+65 |
* | pinctrl: mediatek: Check gpio pin number and use binary search in mtk_hw_pin_... | Light Hsieh | 2020-02-14 | 1 | -0/+25 |
* | pinctrl: mediatek: Add pm_ops to pinctrl-paris | Nicolas Boichat | 2019-06-01 | 1 | -0/+19 |
* | pinctrl: add drive for I2C related pins on MT8183 | Zhiyong Tao | 2019-04-08 | 1 | -0/+21 |
* | pinctrl: mediatek: Convert to using %pOFn instead of device_node.name | Rob Herring | 2018-11-19 | 1 | -2/+2 |
* | pinctrl: mediatek: clean up indentation issues, add missing tab | Colin Ian King | 2018-11-09 | 1 | -2/+2 |
* | pinctrl: mediatek: paris: fix return value check in mtk_paris_pinctrl_probe() | Wei Yongjun | 2018-09-21 | 1 | -4/+4 |
* | pinctrl: mtk: Fix up GPIO includes | Linus Walleij | 2018-09-19 | 1 | -0/+1 |
* | pinctrl: mediatek: add eint support to MT8183 pinctrl driver | Sean Wang | 2018-09-18 | 1 | -0/+22 |
* | pinctrl: mediatek: add pinctrl-paris that implements the vendor dt-bindings | Zhiyong Tao | 2018-09-18 | 1 | -0/+884 |