summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/mediatek/pinctrl-mtk-common.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: mediatek: Switch to use no-IRQ PM helpersAndy Shevchenko2023-12-041-3/+2
* pinctrl: mediatek: common: drop the wrappers around pinctrl_gpio_direction_in...Bartosz Golaszewski2023-11-041-7/+1
* treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski2023-11-041-1/+1
* treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski2023-11-041-1/+1
* pinctrl: mediatek: common: use new pinctrl GPIO helpersBartosz Golaszewski2023-11-041-2/+2
* pinctrl: Explicitly include correct DT includesRob Herring2023-07-201-2/+0
* pinctrl: mediatek: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko2023-01-161-1/+0
* pinctrl: mediatek: common: Remove check for pins-are-numberedBernhard Rosenkränzer2022-12-031-6/+0
* pinctrl: mediatek: common: add mt8365_set_clr_mode() callback for broken SET/...Balsam CHIHI2022-11-071-0/+15
* pinctrl: mediatek: common-v1: fix semicolon.cocci warningskernel test robot2022-03-271-1/+1
* pinctrl: mediatek: common-v1: Commonize spec_ies_smt_set callbackAngeloGioacchino Del Regno2022-03-171-6/+23
* pinctrl: mediatek: common-v1: Commonize spec_pupd callbackAngeloGioacchino Del Regno2022-03-171-9/+12
* pinctrl: mediatek: common-v1: Add common probe functionAngeloGioacchino Del Regno2022-03-171-0/+11
* pinctrl: mediatek: pinctrl-mtk-common: Simplify with dev_err_probe()AngeloGioacchino Del Regno2022-03-151-14/+11
* pinctrl: mediatek: Fix missing of_node_put() in mtk_pctrl_initMiaoqian Lin2022-03-151-0/+2
* pinctrl: mediatek: fix mode encodingMatthias Brugger2021-06-091-2/+2
* pinctrl: mediatek: move bit assignmentLinus Walleij2021-05-281-1/+1
* pinctrl: mediatek: don't hardcode mode encoding in common codeFabien Parent2021-05-271-10/+9
* pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2020-02-211-1/+4
* pinctrl: mediatek: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-241-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-291-2/+2
* pinctrl: mediatek: remove redundant return value check of platform_get_resour...Wei Yongjun2018-06-181-5/+0
* pinctrl: mediatek: use generic EINT register maps for each SoCSean Wang2018-05-241-1/+5
* pinctrl: mediatek: refactor EINT related code for all MediaTek pinctrl can fitSean Wang2018-05-241-494/+110
* pintcrl: mtk: support bias-disable of generic and special pins simultaneouslyZhiyong Tao2018-03-261-2/+6
* pinctrl: mediatek: mtk-common: use true and false for boolean valuesGustavo A. R. Silva2018-03-231-2/+2
* pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg2017-01-261-1/+13
* pinctrl: mediatek: constify gpio_chip structuresJulia Lawall2016-09-131-1/+1
* pinctrl: mediatek: make mtk-common explicitly non-modularPaul Gortmaker2016-08-271-5/+0
* Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-07-281-2/+2
|\
| * pinctrl: mediatek: fix suspend/resume timing issuehongkun.cao2016-06-081-2/+2
* | pinctrl: mediatek: fix dual-edge code defecthongkun.cao2016-05-311-2/+3
|/
* Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-05-191-13/+8
|\
| * pinctrl: mtk-common: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-11/+6
| * pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_mapIrina Tirdea2016-04-011-2/+2
* | pinctrl: mediatek: correct debounce time unit in mtk_gpio_set_debounceYingjoe Chen2016-04-151-4/+5
|/
* Merge tag 'v4.5-rc5' into develLinus Walleij2016-03-101-0/+2
|\
| * pinctrl: mediatek: fix direction control issueBiao Huang2016-02-051-0/+2
* | pinctrl: mediatek: add input-enable and direction setting for eint resourcesBiao Huang2016-02-191-0/+4
* | pinctrl: mediatek: add input-enable setting in gpio_request_enableBiao Huang2016-02-191-0/+1
* | pinctrl: mediatek: fix handling return value of mtk_pmx_find_gpio_modeAndrzej Hajda2016-02-161-1/+1
* | pinctrl: mediatek: Add gpio_request_enable supportBiao Huang2016-02-051-0/+36
* | pinctrl: mediatek: Add Pinctrl/GPIO/EINT driver for mt2701Biao Huang2016-01-281-0/+14
|/
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-8/+8
|\
| * pinctrl: mediatek: use gpiochip data pointerLinus Walleij2016-01-051-6/+6
| * Merge tag 'v4.4-rc6' into develLinus Walleij2015-12-211-7/+4
| |\
| * | gpio: change member .dev to .parentLinus Walleij2015-11-191-6/+6
* | | pinctrl: mediatek: add missing of_node_putJulia Lawall2015-12-221-0/+1
* | | Merge tag 'v4.4-rc5' into develLinus Walleij2015-12-171-7/+4
|\ \ \ | | |/ | |/|