Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
2ff6197f94be2c1c4efddeec9ae1a9065620cfe7
/
drivers
/
pinctrl
/
mediatek
/
pinctrl-mtk-common.c
3c82787
pinctrl: Use new GPIO_LINE_DIRECTION
by Matti Vaittinen
· 4 years, 11 months ago
6571317
pinctrl: mediatek: use devm_platform_ioremap_resource() to simplify code
by YueHaibing
· 5 years ago
1802d0b
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
by Thomas Gleixner
· 6 years ago
94f4e54
pinctrl: Convert to using %pOFn instead of device_node.name
by Rob Herring
· 6 years ago
fb7298e
pinctrl: mediatek: remove redundant return value check of platform_get_resource()
by Wei Yongjun
· 7 years ago
e6612a6
pinctrl: mediatek: use generic EINT register maps for each SoC
by Sean Wang
· 7 years ago
e46df23
pinctrl: mediatek: refactor EINT related code for all MediaTek pinctrl can fit
by Sean Wang
· 7 years ago
6af8df4c
pintcrl: mtk: support bias-disable of generic and special pins simultaneously
by Zhiyong Tao
· 7 years ago
b2f7890
pinctrl: mediatek: mtk-common: use true and false for boolean values
by Gustavo A. R. Silva
· 7 years ago
2956b5d
pinctrl / gpio: Introduce .set_config() callback for GPIO chips
by Mika Westerberg
· 8 years ago
03e9888
pinctrl: mediatek: constify gpio_chip structures
by Julia Lawall
· 8 years ago
4394a63
pinctrl: mediatek: make mtk-common explicitly non-modular
by Paul Gortmaker
· 8 years ago
d94ba9e7d
Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 8 years ago
d2fcd62
pinctrl: mediatek: fix suspend/resume timing issue
by hongkun.cao
· 9 years ago
5edf673
pinctrl: mediatek: fix dual-edge code defect
by hongkun.cao
· 9 years ago
a37571a
Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 9 years ago
03a3a55
pinctrl: mtk-common: Use devm_pinctrl_register() for pinctrl registration
by Laxman Dewangan
· 9 years ago
5fedbb9
pinctrl: mediatek: correct debounce time unit in mtk_gpio_set_debounce
by Yingjoe Chen
· 9 years ago
d32f7fd
pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_map
by Irina Tirdea
· 9 years ago
cc998d8
Merge tag 'v4.5-rc5' into devel
by Linus Walleij
· 9 years ago
b1c5b77
pinctrl: mediatek: add input-enable and direction setting for eint resources
by Biao Huang
· 9 years ago
31763d3
pinctrl: mediatek: add input-enable setting in gpio_request_enable
by Biao Huang
· 9 years ago
740f5b0
pinctrl: mediatek: fix handling return value of mtk_pmx_find_gpio_mode
by Andrzej Hajda
· 9 years ago
59ee9c9
pinctrl: mediatek: Add gpio_request_enable support
by Biao Huang
· 9 years ago
eceb3e6
pinctrl: mediatek: fix direction control issue
by Biao Huang
· 9 years ago
148b95e
pinctrl: mediatek: Add Pinctrl/GPIO/EINT driver for mt2701
by Biao Huang
· 9 years ago
58cf279a
Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 9 years ago
11aa679
pinctrl: mediatek: use gpiochip data pointer
by Linus Walleij
· 9 years ago
4fc8a4b
pinctrl: mediatek: add missing of_node_put
by Julia Lawall
· 9 years ago
0529357
Merge tag 'v4.4-rc6' into devel
by Linus Walleij
· 9 years ago
4dccc93
Merge tag 'v4.4-rc5' into devel
by Linus Walleij
· 9 years ago
b04a23b
pinctrl: mediatek: fix a memleak when do dt maps.
by Hongzhou Yang
· 9 years ago
58383c78
gpio: change member .dev to .parent
by Linus Walleij
· 9 years ago
f97c230
pinctrl: mediatek: Add get_direction support.
by Hongzhou Yang
· 9 years ago
e86328c
Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 9 years ago
98c85d5
pinctrl: replace trivial implementations of gpio_chip request/free
by Jonas Gorski
· 9 years ago
e441189
pinctrl: mediatek: Remove unneded semicolon
by Javier Martinez Canillas
· 9 years ago
b4b05b9
pinctrl: mediatek: Consistently use the BIT() macro
by Javier Martinez Canillas
· 9 years ago
bd0b9ac
genirq: Remove irq argument from irq flow handlers
by Thomas Gleixner
· 9 years ago
58a5e1b
pinctrl: mediatek: Implement wake handler and suspend resume
by Maoguang Meng
· 9 years ago
d48c2c0
pinctrl: mediatek: Fix multiple registration issue.
by Hongzhou Yang
· 9 years ago
c70336c
pinctrl/mediatek: fix spelling mistake in dev_err error message
by Colin Ian King
· 9 years ago
9458120
pinctrl: kill off set_irq_flags usage
by Rob Herring
· 9 years ago
5663bb2
pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
by Jiang Liu
· 10 years ago
d5fb821
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
1e10592
pinctrl/mediatek: Fix race in installing chained IRQ handler
by Thomas Gleixner
· 10 years ago
93a4b1b
Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 10 years ago
323de9e
pinctrl: make pinctrl_register() return proper error code
by Masahiro Yamada
· 10 years ago
fc63d854
pinctrl: mediatek: Fix pinctrl register irq fail bug.
by Hongzhou Yang
· 10 years ago
fc59e66
pinctrl: mediatek: Add Pinctrl/GPIO driver for mt6397.
by Hongzhou Yang
· 10 years ago
25d76b2
pinctrl: mediatek: add ies/smt control to common code.
by Hongzhou Yang
· 10 years ago
e73fe27
pinctrl: mediatek: add mtk_pctrl_spec_pull_set_samereg common code
by Yingjoe Chen
· 10 years ago
74d77e5
pinctrl: mediatek: mtk-common: initialize unmask
by Colin Ian King
· 10 years ago
0206caa
pinctrl: mediatek: mtk-common: Use devm_kcalloc at appropriate places
by Axel Lin
· 10 years ago
61a3557
pinctrl: mediatek: mtk-common: Remove kfree
by Axel Lin
· 10 years ago
c445cac
pinctrl: mediatek: fix build error
by Hongzhou Yang
· 10 years ago
3221f40
pinctrl: mediatek: emulate GPIO interrupt on both-edges
by Yingjoe Chen
· 10 years ago
30f010f
arm64: mediatek: Add Pinctrl/GPIO/EINT driver for mt8173.
by Hongzhou Yang
· 10 years ago
d9819eb
pinctrl: mediatek: Add EINT support to MTK pinctrl driver.
by Maoguang Meng
· 10 years ago
a6df410
pinctrl: mediatek: Add Pinctrl/GPIO driver for mt8135.
by Hongzhou Yang
· 10 years ago