summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/mediatek/pinctrl-mtk-common.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-16pinctrl: mediatek: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko1-1/+0
2022-12-03pinctrl: mediatek: common: Remove check for pins-are-numberedBernhard Rosenkränzer1-6/+0
2022-11-07pinctrl: mediatek: common: add mt8365_set_clr_mode() callback for broken SET/...Balsam CHIHI1-0/+15
2022-03-27pinctrl: mediatek: common-v1: fix semicolon.cocci warningskernel test robot1-1/+1
2022-03-17pinctrl: mediatek: common-v1: Commonize spec_ies_smt_set callbackAngeloGioacchino Del Regno1-6/+23
2022-03-17pinctrl: mediatek: common-v1: Commonize spec_pupd callbackAngeloGioacchino Del Regno1-9/+12
2022-03-17pinctrl: mediatek: common-v1: Add common probe functionAngeloGioacchino Del Regno1-0/+11
2022-03-15pinctrl: mediatek: pinctrl-mtk-common: Simplify with dev_err_probe()AngeloGioacchino Del Regno1-14/+11
2022-03-15pinctrl: mediatek: Fix missing of_node_put() in mtk_pctrl_initMiaoqian Lin1-0/+2
2021-06-09pinctrl: mediatek: fix mode encodingMatthias Brugger1-2/+2
2021-05-28pinctrl: mediatek: move bit assignmentLinus Walleij1-1/+1
2021-05-27pinctrl: mediatek: don't hardcode mode encoding in common codeFabien Parent1-10/+9
2020-02-21pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen1-1/+4
2019-10-24pinctrl: mediatek: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2018-08-29pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-06-18pinctrl: mediatek: remove redundant return value check of platform_get_resour...Wei Yongjun1-5/+0
2018-05-24pinctrl: mediatek: use generic EINT register maps for each SoCSean Wang1-1/+5
2018-05-24pinctrl: mediatek: refactor EINT related code for all MediaTek pinctrl can fitSean Wang1-494/+110
2018-03-26pintcrl: mtk: support bias-disable of generic and special pins simultaneouslyZhiyong Tao1-2/+6
2018-03-23pinctrl: mediatek: mtk-common: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg1-1/+13
2016-09-13pinctrl: mediatek: constify gpio_chip structuresJulia Lawall1-1/+1
2016-08-27pinctrl: mediatek: make mtk-common explicitly non-modularPaul Gortmaker1-5/+0
2016-07-29Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-2/+2
2016-06-08pinctrl: mediatek: fix suspend/resume timing issuehongkun.cao1-2/+2
2016-05-31pinctrl: mediatek: fix dual-edge code defecthongkun.cao1-2/+3
2016-05-19Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-13/+8
2016-04-21pinctrl: mtk-common: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan1-11/+6
2016-04-15pinctrl: mediatek: correct debounce time unit in mtk_gpio_set_debounceYingjoe Chen1-4/+5
2016-04-01pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_mapIrina Tirdea1-2/+2
2016-03-10Merge tag 'v4.5-rc5' into develLinus Walleij1-0/+2
2016-02-19pinctrl: mediatek: add input-enable and direction setting for eint resourcesBiao Huang1-0/+4
2016-02-19pinctrl: mediatek: add input-enable setting in gpio_request_enableBiao Huang1-0/+1
2016-02-16pinctrl: mediatek: fix handling return value of mtk_pmx_find_gpio_modeAndrzej Hajda1-1/+1
2016-02-05pinctrl: mediatek: Add gpio_request_enable supportBiao Huang1-0/+36
2016-02-05pinctrl: mediatek: fix direction control issueBiao Huang1-0/+2
2016-01-28pinctrl: mediatek: Add Pinctrl/GPIO/EINT driver for mt2701Biao Huang1-0/+14
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-8/+8
2016-01-05pinctrl: mediatek: use gpiochip data pointerLinus Walleij1-6/+6
2015-12-22pinctrl: mediatek: add missing of_node_putJulia Lawall1-0/+1
2015-12-21Merge tag 'v4.4-rc6' into develLinus Walleij1-7/+4
2015-12-17Merge tag 'v4.4-rc5' into develLinus Walleij1-7/+4
2015-11-30pinctrl: mediatek: fix a memleak when do dt maps.Hongzhou Yang1-10/+17
2015-11-19gpio: change member .dev to .parentLinus Walleij1-6/+6
2015-11-18pinctrl: mediatek: Add get_direction support.Hongzhou Yang1-7/+4
2015-11-02Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-12/+2
2015-10-16pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski1-12/+2
2015-10-02pinctrl: mediatek: Remove unneded semicolonJavier Martinez Canillas1-1/+1
2015-09-25pinctrl: mediatek: Consistently use the BIT() macroJavier Martinez Canillas1-1/+1