summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/mediatek
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-02-226-5/+1056
|\
| * pinctrl: add mt7981 pinctrl driverDaniel Golle2023-02-073-0/+1054
| * pinctrl: mediatek: Initialize variable *buf to zeroGuodong Liu2023-01-261-1/+1
| * pinctrl: mediatek: Initialize variable pullen and pullup to zeroGuodong Liu2023-01-261-1/+1
| * pinctrl: mediatek: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko2023-01-163-3/+0
* | pinctrl: mediatek: Fix the drive register definition of some PinsGuodong Liu2023-01-261-2/+2
|/
* Merge tag 'pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2022-12-136-33/+183
|\
| * pinctrl: mediatek: common: Remove check for pins-are-numberedBernhard Rosenkränzer2022-12-031-6/+0
| * pinctrl: mediatek: add pull_type attribute for mediatek MT7986 SoCSam Shih2022-11-101-0/+56
| * pinctrl: mediatek: extend pinctrl-moore to support new bias functionsSam Shih2022-11-101-7/+42
| * pinctrl: mediatek: fix the pinconf register offset of some pinsSam Shih2022-11-101-12/+12
| * pinctrl: mediatek: mt8365: use mt8365_set_clr_mode() callbackBalsam CHIHI2022-11-071-0/+18
| * pinctrl: mediatek: common: add mt8365_set_clr_mode() callback for broken SET/...Balsam CHIHI2022-11-072-1/+22
| * Merge tag 'intel-pinctrl-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2022-10-262-0/+8
| |\
| | * pinctrl: mediatek: Add missing header(s)Andy Shevchenko2022-10-242-0/+8
| * | pinctrl: mt7986: allow configuring uart rx/tx and rts/cts separatelySam Shih2022-10-171-7/+25
| |/
* | pinctrl: meditatek: Startup with the IRQs disabledRicardo Ribalda2022-11-221-3/+6
* | pinctrl: mediatek: Export debounce time tablesLinus Walleij2022-11-151-0/+3
* | pinctrl: mediatek: Fix EINT pins input debounce time configurationAngeloGioacchino Del Regno2022-11-1422-5/+53
* | pinctrl: mediatek: common-v2: Fix bias-disable for PULL_PU_PD_RSEL_TYPEAngeloGioacchino Del Regno2022-11-091-0/+3
|/
* pinctrl: mediatek: add mt8188 driverHui.Liu2022-08-254-0/+3945
* pinctrl: mediatek: mt8192: Fix compile warningsLinus Walleij2022-06-271-9/+9
* pinctrl: mediatek: fix the pinconf definition of some GPIO pinsGuodong Liu2022-06-261-60/+0
* pinctrl: mediatek: dropping original advanced drive configuration functionGuodong Liu2022-06-261-2/+0
* pinctrl: mediatek: add rsel setting on mt8192Guodong Liu2022-06-261-0/+136
* pinctrl: mediatek: add drive for I2C related pins on mt8192Guodong Liu2022-06-261-70/+26
* pinctrl: mediatek: add generic driving setup property on mt8192Guodong Liu2022-06-261-2/+2
* Merge tag 'pinctrl-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-284-0/+2330
|\
| * pinctrl: mediatek: Add pinctrl driver for MT6795 Helio X10AngeloGioacchino Del Regno2022-05-194-0/+2329
| * Merge tag 'v5.18-rc5' into develLinus Walleij2022-05-011-0/+1
| |\
| * | pinctrl: mediatek: mt8195: enable driver on mtk platformsFabien Parent2022-04-221-0/+1
* | | pinctrl: mediatek: mt8365: fix IES control pinsMattijs Korpershoek2022-05-011-1/+1
| |/ |/|
* | pinctrl: mediatek: moore: Fix build errorYueHaibing2022-04-211-0/+1
|/
* pinctrl: mediatek: common-v1: fix semicolon.cocci warningskernel test robot2022-03-271-1/+1
* pinctrl: mediatek: mt8186: Account for probe refactoringLinus Walleij2022-03-241-6/+2
* pinctrl: mediatek: common-v1: Commonize spec_ies_smt_set callbackAngeloGioacchino Del Regno2022-03-179-103/+71
* pinctrl: mediatek: common-v1: Commonize spec_pupd callbackAngeloGioacchino Del Regno2022-03-1710-75/+46
* pinctrl: mediatek: common-v1: Use common probe functionAngeloGioacchino Del Regno2022-03-177-60/+15
* pinctrl: mediatek: common-v1: Add common probe functionAngeloGioacchino Del Regno2022-03-172-0/+13
* pinctrl: mediatek: paris: Unify probe function by using OF match dataAngeloGioacchino Del Regno2022-03-178-47/+19
* pinctrl: mediatek: pinctrl-mtk-common: Simplify with dev_err_probe()AngeloGioacchino Del Regno2022-03-151-14/+11
* pinctrl: mediatek: pinctrl-paris: Simplify with dev_err_probe()AngeloGioacchino Del Regno2022-03-151-12/+7
* pinctrl: mediatek: pinctrl-moore: Simplify with dev_err_probe()AngeloGioacchino Del Regno2022-03-151-16/+9
* pinctrl: mediatek: paris: Support generic PIN_CONFIG_DRIVE_STRENGTH_UAChen-Yu Tsai2022-03-151-0/+99
* pinctrl: mediatek: paris: Rework mtk_pinconf_{get,set} switch/case logicChen-Yu Tsai2022-03-151-83/+61
* pinctrl: mediatek: paris: Skip custom extra pin config dump for virtual GPIOsChen-Yu Tsai2022-03-151-0/+3
* pinctrl: mediatek: paris: Drop extra newline in mtk_pctrl_show_one_pin()Chen-Yu Tsai2022-03-151-8/+4
* pinctrl: mediatek: paris: Fix pingroup pin config state readbackChen-Yu Tsai2022-03-151-5/+3
* pinctrl: mediatek: paris: Fix "argument" argument type for mtk_pinconf_get()Chen-Yu Tsai2022-03-151-2/+1
* pinctrl: mediatek: paris: Fix PIN_CONFIG_BIAS_* readbackChen-Yu Tsai2022-03-151-10/+6