aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/mediatek (follow)
AgeCommit message (Expand)AuthorFilesLines
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/linusw/linux-pinctrlLinus 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-03-09pinctrl: pinctrl-mt6397 driver explicitly non-modularPaul Gortmaker1-8/+2
2016-02-25pinctrl: mediatek/7623: delete unnecessary .ownerLinus Walleij1-1/+0
2016-02-19pinctrl: mediatek: Add Pinctrl/GPIO/EINT driver for MT7623John Crispin4-0/+2323
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-17pinctrl: mtk2701: skip setting .ownerLinus Walleij1-1/+0
2016-02-16pinctrl: mediatek: fix handling return value of mtk_pmx_find_gpio_modeAndrzej Hajda1-1/+1
2016-02-13pinctrl: mediatek: guard sub-directory with CONFIG_PINCTRL_MTKMasahiro Yamada2-12/+12
2016-02-09Merge branch 'devel-mt2701' into develLinus Walleij6-1/+2977
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 Huang6-1/+2941
2016-01-27pinctrl: mediatek: mt8* make driver explicitly non-modularPaul Gortmaker3-21/+3
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-8/+8
2016-01-05pinctrl: mediatek: use gpiochip data pointerLinus Walleij1-6/+6
2015-12-22pinctrl: mediatek: convert to arch_initcallDaniel Kurtz3-3/+3
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-29pinctrl: 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/linusw/linux-gpioLinus 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
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-08-26pinctrl: mediatek: Implement wake handler and suspend resumeMaoguang Meng3-1/+95
2015-08-26pinctrl: mediatek: Fix multiple registration issue.Hongzhou Yang2-11/+11
2015-08-13pinctrl/mediatek: fix spelling mistake in dev_err error messageColin Ian King1-1/+1
2015-07-28pinctrl: kill off set_irq_flags usageRob Herring1-2/+0
2015-07-17pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-2/+2
2015-07-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2015-06-25pinctrl/mediatek: Fix race in installing chained IRQ handlerThomas Gleixner1-2/+1
2015-06-24Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds10-260/+2558
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada1-2/+2
2015-06-04pinctrl: Remove .owner fieldFabio Estevam3-3/+0
2015-06-02pinctrl: mediatek: Fix pinctrl register irq fail bug.Hongzhou Yang1-2/+2
2015-06-02pinctrl: mediatek: Fix bug of ies/smt setting for mt8173.Hongzhou Yang1-1/+9
2015-05-20pinctrl: mediatek: add OF dependency to MT6397Linus Walleij1-0/+1
2015-05-19pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt8127Yingjoe Chen4-0/+1684
2015-05-19pinctrl: mediatek: Add Pinctrl/GPIO driver for mt6397.Hongzhou Yang8-5/+524
2015-05-19pinctrl: mediatek: add ies/smt control to common code.Hongzhou Yang3-116/+198
2015-05-19pinctrl: mediatek: add mtk_pctrl_spec_pull_set_samereg common codeYingjoe Chen3-121/+136