index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
mediatek
/
pinctrl-mtk-common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-09
pinctrl: mediatek: fix mode encoding
Matthias Brugger
1
-2
/
+2
2021-05-28
pinctrl: mediatek: move bit assignment
Linus Walleij
1
-1
/
+1
2021-05-27
pinctrl: mediatek: don't hardcode mode encoding in common code
Fabien Parent
1
-10
/
+9
2020-02-21
pinctrl: Use new GPIO_LINE_DIRECTION
Matti Vaittinen
1
-1
/
+4
2019-10-24
pinctrl: mediatek: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
1
-9
/
+1
2018-08-29
pinctrl: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-2
/
+2
2018-06-18
pinctrl: mediatek: remove redundant return value check of platform_get_resour...
Wei Yongjun
1
-5
/
+0
2018-05-24
pinctrl: mediatek: use generic EINT register maps for each SoC
Sean Wang
1
-1
/
+5
2018-05-24
pinctrl: mediatek: refactor EINT related code for all MediaTek pinctrl can fit
Sean Wang
1
-494
/
+110
2018-03-26
pintcrl: mtk: support bias-disable of generic and special pins simultaneously
Zhiyong Tao
1
-2
/
+6
2018-03-23
pinctrl: mediatek: mtk-common: use true and false for boolean values
Gustavo A. R. Silva
1
-2
/
+2
2017-01-26
pinctrl / gpio: Introduce .set_config() callback for GPIO chips
Mika Westerberg
1
-1
/
+13
2016-09-13
pinctrl: mediatek: constify gpio_chip structures
Julia Lawall
1
-1
/
+1
2016-08-27
pinctrl: mediatek: make mtk-common explicitly non-modular
Paul Gortmaker
1
-5
/
+0
2016-07-28
Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-2
/
+2
2016-06-08
pinctrl: mediatek: fix suspend/resume timing issue
hongkun.cao
1
-2
/
+2
2016-05-31
pinctrl: mediatek: fix dual-edge code defect
hongkun.cao
1
-2
/
+3
2016-05-19
Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-13
/
+8
2016-04-21
pinctrl: mtk-common: Use devm_pinctrl_register() for pinctrl registration
Laxman Dewangan
1
-11
/
+6
2016-04-15
pinctrl: mediatek: correct debounce time unit in mtk_gpio_set_debounce
Yingjoe Chen
1
-4
/
+5
2016-04-01
pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_map
Irina Tirdea
1
-2
/
+2
2016-03-10
Merge tag 'v4.5-rc5' into devel
Linus Walleij
1
-0
/
+2
2016-02-19
pinctrl: mediatek: add input-enable and direction setting for eint resources
Biao Huang
1
-0
/
+4
2016-02-19
pinctrl: mediatek: add input-enable setting in gpio_request_enable
Biao Huang
1
-0
/
+1
2016-02-16
pinctrl: mediatek: fix handling return value of mtk_pmx_find_gpio_mode
Andrzej Hajda
1
-1
/
+1
2016-02-05
pinctrl: mediatek: Add gpio_request_enable support
Biao Huang
1
-0
/
+36
2016-02-05
pinctrl: mediatek: fix direction control issue
Biao Huang
1
-0
/
+2
2016-01-28
pinctrl: mediatek: Add Pinctrl/GPIO/EINT driver for mt2701
Biao Huang
1
-0
/
+14
2016-01-17
Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-8
/
+8
2016-01-05
pinctrl: mediatek: use gpiochip data pointer
Linus Walleij
1
-6
/
+6
2015-12-22
pinctrl: mediatek: add missing of_node_put
Julia Lawall
1
-0
/
+1
2015-12-21
Merge tag 'v4.4-rc6' into devel
Linus Walleij
1
-7
/
+4
2015-12-17
Merge tag 'v4.4-rc5' into devel
Linus Walleij
1
-7
/
+4
2015-11-29
pinctrl: mediatek: fix a memleak when do dt maps.
Hongzhou Yang
1
-10
/
+17
2015-11-19
gpio: change member .dev to .parent
Linus Walleij
1
-6
/
+6
2015-11-18
pinctrl: mediatek: Add get_direction support.
Hongzhou Yang
1
-7
/
+4
2015-11-02
Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-12
/
+2
2015-10-16
pinctrl: replace trivial implementations of gpio_chip request/free
Jonas Gorski
1
-12
/
+2
2015-10-02
pinctrl: mediatek: Remove unneded semicolon
Javier Martinez Canillas
1
-1
/
+1
2015-09-25
pinctrl: mediatek: Consistently use the BIT() macro
Javier Martinez Canillas
1
-1
/
+1
2015-09-16
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
1
-1
/
+1
2015-08-26
pinctrl: mediatek: Implement wake handler and suspend resume
Maoguang Meng
1
-1
/
+90
2015-08-26
pinctrl: mediatek: Fix multiple registration issue.
Hongzhou Yang
1
-11
/
+10
2015-08-13
pinctrl/mediatek: fix spelling mistake in dev_err error message
Colin Ian King
1
-1
/
+1
2015-07-28
pinctrl: kill off set_irq_flags usage
Rob Herring
1
-2
/
+0
2015-07-17
pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
1
-2
/
+2
2015-07-01
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+1
2015-06-25
pinctrl/mediatek: Fix race in installing chained IRQ handler
Thomas Gleixner
1
-2
/
+1
2015-06-24
Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-26
/
+135
[next]