| Commit message (Expand) | Author | Age | Files | Lines |
* | pinctrl: mediatek: Add get_direction support. | Hongzhou Yang | 2015-11-18 | 1 | -7/+4 |
* | Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2015-11-02 | 1 | -12/+2 |
|\ |
|
| * | pinctrl: replace trivial implementations of gpio_chip request/free | Jonas Gorski | 2015-10-16 | 1 | -12/+2 |
* | | pinctrl: mediatek: Remove unneded semicolon | Javier Martinez Canillas | 2015-10-02 | 1 | -1/+1 |
* | | pinctrl: mediatek: Consistently use the BIT() macro | Javier Martinez Canillas | 2015-09-25 | 1 | -1/+1 |
|/ |
|
* | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 2015-09-16 | 1 | -1/+1 |
* | pinctrl: mediatek: Implement wake handler and suspend resume | Maoguang Meng | 2015-08-26 | 3 | -1/+95 |
* | pinctrl: mediatek: Fix multiple registration issue. | Hongzhou Yang | 2015-08-26 | 2 | -11/+11 |
* | pinctrl/mediatek: fix spelling mistake in dev_err error message | Colin Ian King | 2015-08-13 | 1 | -1/+1 |
* | pinctrl: kill off set_irq_flags usage | Rob Herring | 2015-07-28 | 1 | -2/+0 |
* | pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 2015-07-17 | 1 | -2/+2 |
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-07-01 | 1 | -2/+1 |
|\ |
|
| * | pinctrl/mediatek: Fix race in installing chained IRQ handler | Thomas Gleixner | 2015-06-25 | 1 | -2/+1 |
* | | Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 2015-06-24 | 10 | -260/+2558 |
|\ \
| |/
|/| |
|
| * | pinctrl: make pinctrl_register() return proper error code | Masahiro Yamada | 2015-06-10 | 1 | -2/+2 |
| * | pinctrl: Remove .owner field | Fabio Estevam | 2015-06-04 | 3 | -3/+0 |
| * | pinctrl: mediatek: Fix pinctrl register irq fail bug. | Hongzhou Yang | 2015-06-02 | 1 | -2/+2 |
| * | pinctrl: mediatek: Fix bug of ies/smt setting for mt8173. | Hongzhou Yang | 2015-06-02 | 1 | -1/+9 |
| * | pinctrl: mediatek: add OF dependency to MT6397 | Linus Walleij | 2015-05-20 | 1 | -0/+1 |
| * | pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt8127 | Yingjoe Chen | 2015-05-19 | 4 | -0/+1684 |
| * | pinctrl: mediatek: Add Pinctrl/GPIO driver for mt6397. | Hongzhou Yang | 2015-05-19 | 8 | -5/+524 |
| * | pinctrl: mediatek: add ies/smt control to common code. | Hongzhou Yang | 2015-05-19 | 3 | -116/+198 |
| * | pinctrl: mediatek: add mtk_pctrl_spec_pull_set_samereg common code | Yingjoe Chen | 2015-05-19 | 3 | -121/+136 |
| * | pinctrl: mediatek: data struct optimize and remove unused member | Yingjoe Chen | 2015-05-19 | 2 | -14/+6 |
* | | pinctrl: mediatek: mtk-common: initialize unmask | Colin Ian King | 2015-05-04 | 1 | -0/+2 |
|/ |
|
* | pinctrl: fix allmodconfig noise | Linus Walleij | 2015-04-15 | 1 | -0/+3 |
* | pinctrl: constify of_device_id array | Fabian Frederick | 2015-03-27 | 2 | -2/+6 |
* | pinctrl: mediatek: mt8135/mt8173: Constify of_device_id table | Axel Lin | 2015-03-18 | 2 | -10/+6 |
* | pinctrl: mediatek: mtk-common: Use devm_kcalloc at appropriate places | Axel Lin | 2015-03-18 | 1 | -10/+7 |
* | pinctrl: mediatek: mt8135/mt8173: Fix build error due to missing include file | Axel Lin | 2015-03-18 | 1 | -1/+1 |
* | pinctrl: mediatek: Adjust mt8173 pinctrl kconfig | Yingjoe Chen | 2015-03-18 | 1 | -3/+8 |
* | pinctrl: mediatek: mtk-common: Remove kfree | Axel Lin | 2015-03-18 | 1 | -4/+2 |
* | pinctrl: mediatek: Fix include directive | Guenter Roeck | 2015-03-18 | 1 | -1/+1 |
* | pinctrl: mediatek: fix build error | Hongzhou Yang | 2015-03-18 | 1 | -2/+3 |
* | pinctrl: mediatek: emulate GPIO interrupt on both-edges | Yingjoe Chen | 2015-03-18 | 4 | -3/+83 |
* | arm64: mediatek: Add Pinctrl/GPIO/EINT driver for mt8173. | Hongzhou Yang | 2015-03-18 | 6 | -0/+1704 |
* | pinctrl: mediatek: Add EINT support to MTK pinctrl driver. | Maoguang Meng | 2015-03-18 | 3 | -2/+435 |
* | pinctrl: mediatek: Add Pinctrl/GPIO driver for mt8135. | Hongzhou Yang | 2015-03-18 | 6 | -0/+3468 |