summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/mediatek
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: mt8173: set GPIO16 to usb iddig modeChunfeng Yun2016-12-071-1/+1
* pinctrl: mediatek: use builtin_platform_driverGeliang Tang2016-11-221-5/+1
* 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: pinctrl-mt6397 driver explicitly non-modularPaul Gortmaker2016-03-091-8/+2
* | pinctrl: mediatek/7623: delete unnecessary .ownerLinus Walleij2016-02-251-1/+0
* | pinctrl: mediatek: Add Pinctrl/GPIO/EINT driver for MT7623John Crispin2016-02-194-0/+2323
* | 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: mtk2701: skip setting .ownerLinus Walleij2016-02-171-1/+0
* | pinctrl: mediatek: fix handling return value of mtk_pmx_find_gpio_modeAndrzej Hajda2016-02-161-1/+1
* | pinctrl: mediatek: guard sub-directory with CONFIG_PINCTRL_MTKMasahiro Yamada2016-02-132-12/+12
* | Merge branch 'devel-mt2701' into develLinus Walleij2016-02-096-1/+2977
|\ \
| * | pinctrl: mediatek: Add gpio_request_enable supportBiao Huang2016-02-051-0/+36
| * | pinctrl: mediatek: Add Pinctrl/GPIO/EINT driver for mt2701Biao Huang2016-01-286-1/+2941
| |/
* | pinctrl: mediatek: mt8* make driver explicitly non-modularPaul Gortmaker2016-01-273-21/+3
|/
* 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: convert to arch_initcallDaniel Kurtz2015-12-223-3/+3
* | | pinctrl: mediatek: add missing of_node_putJulia Lawall2015-12-221-0/+1
* | | Merge tag 'v4.4-rc5' into develLinus Walleij2015-12-171-7/+4
|\ \ \ | | |/ | |/|
| * | pinctrl: mediatek: Add get_direction support.Hongzhou Yang2015-11-181-7/+4
| |/
* | pinctrl: mediatek: fix a memleak when do dt maps.Hongzhou Yang2015-11-291-10/+17
|/
* Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-11-021-12/+2
|\
| * pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski2015-10-161-12/+2
* | pinctrl: mediatek: Remove unneded semicolonJavier Martinez Canillas2015-10-021-1/+1
* | pinctrl: mediatek: Consistently use the BIT() macroJavier Martinez Canillas2015-09-251-1/+1
|/
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* pinctrl: mediatek: Implement wake handler and suspend resumeMaoguang Meng2015-08-263-1/+95
* pinctrl: mediatek: Fix multiple registration issue.Hongzhou Yang2015-08-262-11/+11
* pinctrl/mediatek: fix spelling mistake in dev_err error messageColin Ian King2015-08-131-1/+1
* pinctrl: kill off set_irq_flags usageRob Herring2015-07-281-2/+0
* pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-171-2/+2
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-011-2/+1
|\
| * pinctrl/mediatek: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-2/+1
* | Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-06-2410-260/+2558
|\ \ | |/ |/|
| * pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada2015-06-101-2/+2
| * pinctrl: Remove .owner fieldFabio Estevam2015-06-043-3/+0
| * pinctrl: mediatek: Fix pinctrl register irq fail bug.Hongzhou Yang2015-06-021-2/+2
OpenPOWER on IntegriCloud