Age | Commit message (Expand) | Author | Files | Lines |
2019-07-14 | Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 3 | -0/+22 |
2019-06-27 | pinctrl: mediatek: Update cur_mask in mask/mask ops | Nicolas Boichat | 1 | -14/+4 |
2019-06-26 | pinctrl: mediatek: Ignore interrupts that are wake only during resume | Nicolas Boichat | 1 | -1/+15 |
2019-06-01 | pinctrl: mediatek: mt8183: Add pm_ops | Nicolas Boichat | 1 | -0/+1 |
2019-06-01 | pinctrl: mediatek: Add pm_ops to pinctrl-paris | Nicolas Boichat | 2 | -0/+21 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 10 | -90/+10 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-03 | pinctrl: mediatek: Add MT8516 Pinctrl driver | Fabien Parent | 4 | -0/+1552 |
2019-04-08 | pinctrl: add drive for I2C related pins on MT8183 | Zhiyong Tao | 4 | -0/+131 |
2019-02-11 | Merge tag 'v5.0-rc6' into devel | Linus Walleij | 1 | -0/+3 |
2019-01-11 | pinctrl: mediatek: fix Kconfig build errors for moore core | Ryder Lee | 1 | -0/+3 |
2019-01-11 | pinctrl: mediatek: add EINT support to virtual GPIOs | chuanjia.liu | 1 | -1/+7 |
2018-12-21 | pinctrl: mediatek: improve Kconfig dependencies | Ryder Lee | 1 | -8/+8 |
2018-11-19 | pinctrl: mediatek: Convert to using %pOFn instead of device_node.name | Rob Herring | 1 | -2/+2 |
2018-11-19 | pinctrl: mediatek: add pinctrl support for MT7629 SoC | Ryder Lee | 3 | -0/+457 |
2018-11-15 | pinctrl: mediatek: Add initial pinctrl driver for MT6797 SoC | Manivannan Sadhasivam | 4 | -0/+2519 |
2018-11-15 | pinctrl: mediatek: Fix dependencies for EINT_MTK | Olof Johansson | 1 | -1/+1 |
2018-11-09 | pinctrl: mediatek: clean up indentation issues, add missing tab | Colin Ian King | 2 | -4/+4 |
2018-10-15 | pinctrl: mediatek: Make eint_m u16 | Manivannan Sadhasivam | 1 | -1/+1 |
2018-10-10 | pinctrl: mediatek: select GPIOLIB | Arnd Bergmann | 1 | -0/+1 |
2018-09-28 | pinctrl: mediatek: mark dummy helpers as 'static inline' | Arnd Bergmann | 1 | -2/+2 |
2018-09-26 | pinctrl: mediatek: fix check on EINT_NA comparison | Colin Ian King | 1 | -2/+2 |
2018-09-21 | pinctrl: mediatek: add eint support to MT6765 pinctrl driver | Mars Cheng | 1 | -0/+8 |
2018-09-21 | pinctrl: mediatek: add MT6765 pinctrl driver | ZH Chen | 4 | -0/+2862 |
2018-09-21 | pinctrl: mediatek: add no eint function for pin define | Mars Cheng | 1 | -0/+1 |
2018-09-21 | pinctrl: mediatek: fix static checker warning caused by EINT_NA | Sean Wang | 1 | -1/+1 |
2018-09-21 | pinctrl: mediatek: moore: fix return value check in mtk_moore_pinctrl_probe() | Wei Yongjun | 1 | -4/+4 |
2018-09-21 | pinctrl: mediatek: make symbol 'mtk_drive' static | Wei Yongjun | 1 | -1/+1 |
2018-09-21 | pinctrl: mediatek: paris: fix return value check in mtk_paris_pinctrl_probe() | Wei Yongjun | 1 | -4/+4 |
2018-09-19 | pinctrl: mtk: Fix up GPIO includes | Linus Walleij | 6 | -5/+5 |
2018-09-19 | Merge branch 'ib-mtk' into devel | Linus Walleij | 12 | -1190/+6833 |
2018-09-19 | pinctrl: mediatek: add eint support to MT8183 pinctrl driver | Sean Wang | 2 | -0/+30 |
2018-09-19 | pinctrl: mediatek: extend eint build to pinctrl-mtk-common-v2.c | Sean Wang | 3 | -124/+137 |
2018-09-19 | pintcrl: mediatek: add pull tweaks for I2C related pins on MT8183 | Zhiyong Tao | 1 | -0/+24 |
2018-09-19 | pinctrl: mediatek: extend advanced pull support in pinctrl-mtk-common-v2.c | Sean Wang | 1 | -5/+32 |
2018-09-19 | pinctrl: mediatek: add MT8183 pinctrl driver | Zhiyong Tao | 4 | -0/+2436 |
2018-09-19 | pinctrl: mediatek: add pinctrl-paris that implements the vendor dt-bindings | Zhiyong Tao | 5 | -0/+967 |
2018-09-19 | pinctrl: mediatek: extend struct mtk_pin_desc which per-pin driver depends on | Sean Wang | 5 | -20/+62 |
2018-09-19 | pinctrl: mediatek: adjust error code and message when some register not suppo... | Sean Wang | 1 | -17/+18 |
2018-09-19 | pinctrl: mediatek: add multiple register bases support to pinctrl-mtk-common-... | Sean Wang | 5 | -33/+75 |
2018-09-19 | pinctrl: mediatek: use pin descriptor all in pinctrl-mtk-common-v2.c | Sean Wang | 3 | -60/+88 |
2018-09-19 | pinctrl: mediatek: add MT7623 pinctrl driver based on generic pinctrl binding | Sean Wang | 3 | -0/+1447 |
2018-09-19 | pinctrl: mediatek: add pullen, pullsel register support to pinctrl-mtk-common... | Sean Wang | 2 | -0/+91 |
2018-09-19 | pinctrl: mediatek: add ies register support to pinctrl-mtk-common-v2.c | Sean Wang | 3 | -7/+22 |
2018-09-19 | pinctrl: mediatek: add advanced pull related support to pinctrl-mtk-common-v2.c | Sean Wang | 3 | -0/+105 |
2018-09-19 | pinctrl: mediatek: add pull related support to pinctrl-mtk-common-v2.c | Sean Wang | 4 | -29/+148 |
2018-09-19 | pinctrl: mediatek: add drv register support to pinctrl-mtk-common-v2.c | Sean Wang | 2 | -0/+43 |
2018-09-19 | pinctrl: mediatek: add driving strength related support to pinctrl-mtk-common... | Sean Wang | 4 | -31/+112 |
2018-09-19 | pinctrl: mediatek: extend struct mtk_pin_soc to pinctrl-mtk-common-v2.c | Sean Wang | 3 | -3/+8 |
2018-09-19 | pinctrl: mediatek: extend struct mtk_pin_desc to pinctrl-mtk-common-v2.c | Sean Wang | 4 | -115/+183 |