index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
freescale
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2019-07-13
3
-0
/
+356
|
\
|
*
pinctrl: freescale: Add i.MX8MN pinctrl driver support
Anson Huang
2019-06-25
3
-0
/
+356
*
|
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
/
*
pinctrl: imx8mq: Add suspend/resume ops
Abel Vesa
2019-04-11
3
-0
/
+21
*
pinctrl: freescale: use devm_platform_ioremap_resource() to simplify code
Anson Huang
2019-04-08
1
-3
/
+1
*
pinctrl: imx: remove an unnecessary NULL check
Dan Carpenter
2019-04-08
1
-1
/
+1
*
pinctrl: fsl: Make pinctrl_ipc_handle static
YueHaibing
2019-04-04
1
-1
/
+1
*
pinctrl: imx: fix scu link errors
Anders Roxell
2019-03-08
1
-2
/
+2
*
pinctrl: freescale: Add imx8mm pinctrl driver support
Bai Ping
2019-01-30
3
-0
/
+356
*
pinctrl: imx: add imx8qm driver
Aisheng Dong
2019-01-11
3
-0
/
+334
*
pinctrl: freescale: Break dependency on SOC_IMX8MQ for i.MX8MQ
Abel Vesa
2018-12-27
1
-1
/
+1
*
pinctrl: imx-scu: Depend on IMX_SCU
Guido Günther
2018-12-27
1
-0
/
+1
*
pinctrl: imx8qxp: break the dependency on SOC_IMX8QXP
Aisheng Dong
2018-12-21
1
-1
/
+1
*
pinctrl: imx: fix NO_PAD_CTL setting for MMIO pads
A.s. Dong
2018-11-19
1
-1
/
+12
*
pinctrl: fsl: imx7ulp: change to use imx legacy binding
A.s. Dong
2018-11-09
1
-42
/
+0
*
pinctrl: imx: add imx8qxp driver
A.s. Dong
2018-11-05
3
-0
/
+240
*
pinctrl: fsl: add scu based pinctrl support
A.s. Dong
2018-11-05
5
-170
/
+448
*
pinctrl: mxs: do not export mxs_pinctrl_probe
Fabio Estevam
2018-09-20
1
-1
/
+0
*
pinctrl: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-08-29
2
-10
/
+9
*
pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show()
Dan Carpenter
2018-08-01
1
-1
/
+1
*
pinctrl: imx: off by one in imx_pinconf_group_dbg_show()
Dan Carpenter
2018-07-29
1
-1
/
+1
*
pinctrl: imx: add driver for i.MX8MQ
Lucas Stach
2018-07-16
3
-0
/
+359
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
3
-21
/
+27
*
treewide: devm_kmalloc() -> devm_kmalloc_array()
Kees Cook
2018-06-12
1
-2
/
+3
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
2
-2
/
+4
*
pinctrl: freescale: Switch to SPDX identifier
Fabio Estevam
2018-05-24
25
-271
/
+151
*
pinctrl: imx: use seq_puts() instead of seq_printf()
Dong Aisheng
2018-05-02
1
-2
/
+2
*
pinctrl: pinctrl-imx: improve the code comments of PIN_FUNC_ID
Dong Aisheng
2018-05-02
1
-4
/
+11
*
pinctrl: imx: fix unsigned check if nfuncs with less than or equal zero
Dong Aisheng
2018-05-02
1
-1
/
+1
*
pinctrl: imx: Add pinctrl driver support for imx6sll
Bai Ping
2018-03-23
3
-0
/
+368
*
pinctrl: imx7ulp: constify struct imx_cfg_params_decode
Stefan Agner
2018-01-11
3
-3
/
+3
*
pinctrl: imx: constify struct imx_pinctrl_soc_info
Stefan Agner
2018-01-11
11
-11
/
+11
*
pinctrl: imx7d: simplify imx7d_pinctrl_probe
Stefan Agner
2018-01-11
1
-7
/
+3
*
pinctrl: imx: use struct imx_pinctrl_soc_info as a const
Stefan Agner
2018-01-11
4
-52
/
+44
*
pinctrl: imx6ul: add IOMUXC SNVS pinctrl driver for i.MX 6ULL
Bai Ping
2018-01-09
1
-4
/
+48
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
pinctrl: freescale: make mxs_regs const
Bhumika Goyal
2017-08-31
2
-2
/
+2
*
pinctrl: Convert to using %pOF instead of full_name
Rob Herring
2017-08-14
1
-5
/
+3
*
pinctrl: pinctrl-imx7ulp: add gpio_set_direction support
Dong Aisheng
2017-08-14
1
-0
/
+26
*
pinctrl: imx: make imx_pmx_ops.gpio_set_direction platform specific callbacks
Dong Aisheng
2017-08-14
3
-44
/
+49
*
pinctrl: imx: remove gpio_request_enable and gpio_disable_free
Dong Aisheng
2017-08-14
1
-69
/
+0
*
pinctrl: imx: add imx7ulp driver
Dong Aisheng
2017-08-14
3
-0
/
+346
*
pinctrl: imx: switch to use the generic pinmux property
Dong Aisheng
2017-08-14
1
-3
/
+3
*
pinctrl: freescale: imx7d: make of_device_ids const.
Arvind Yadav
2017-06-29
1
-3
/
+3
*
Merge tag 'v4.12-rc7' into devel
Linus Walleij
2017-06-29
1
-4
/
+12
|
\
|
*
pinctrl: mxs: atomically switch mux and drive strength config
Uwe Kleine-König
2017-05-23
1
-4
/
+12
*
|
pinctrl: imx: add soc specific mux_mode mask and shift property
Dong Aisheng
2017-05-22
3
-5
/
+11
*
|
pinctrl: imx: add generic pin config core support
Dong Aisheng
2017-05-22
3
-11
/
+124
*
|
pinctrl: imx: fix debug message for SHARE_MUX_CONF_REG case
Dong Aisheng
2017-05-22
1
-4
/
+8
[next]