aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/freescale (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-31pinctrl: freescale: make mxs_regs constBhumika Goyal2-2/+2
2017-08-14pinctrl: Convert to using %pOF instead of full_nameRob Herring1-5/+3
2017-08-14pinctrl: pinctrl-imx7ulp: add gpio_set_direction supportDong Aisheng1-0/+26
2017-08-14pinctrl: imx: make imx_pmx_ops.gpio_set_direction platform specific callbacksDong Aisheng3-44/+49
2017-08-14pinctrl: imx: remove gpio_request_enable and gpio_disable_freeDong Aisheng1-69/+0
2017-08-14pinctrl: imx: add imx7ulp driverDong Aisheng3-0/+346
2017-08-14pinctrl: imx: switch to use the generic pinmux propertyDong Aisheng1-3/+3
2017-06-29pinctrl: freescale: imx7d: make of_device_ids const.Arvind Yadav1-3/+3
2017-06-29Merge tag 'v4.12-rc7' into develLinus Walleij1-4/+12
2017-05-23pinctrl: mxs: atomically switch mux and drive strength configUwe Kleine-König1-4/+12
2017-05-22pinctrl: imx: add soc specific mux_mode mask and shift propertyDong Aisheng3-5/+11
2017-05-22pinctrl: imx: add generic pin config core supportDong Aisheng3-11/+124
2017-05-22pinctrl: imx: fix debug message for SHARE_MUX_CONF_REG caseDong Aisheng1-4/+8
2017-05-22pinctrl: imx: Check for memory allocation failureChristophe JAILLET1-2/+3
2017-04-07pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()Tony Lindgren1-1/+1
2017-01-13pinctrl: core: Fix regression caused by delayed work for hogsTony Lindgren1-4/+4
2017-01-03pinctrl: imx: use generic pinmux helpers for managing functionsGary Bisson3-94/+18
2017-01-03pinctrl: imx: use generic pinctrl helpers for managing groupsGary Bisson3-141/+69
2016-12-30pinctrl: imx: use radix trees for groups and functionsGary Bisson2-28/+141
2016-12-30pinctrl: imx: remove const qualifier of imx_pinctrl_soc_infoGary Bisson1-17/+17
2016-12-13Merge tag 'pinctrl-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-4/+4
2016-11-25pinctrl: imx: fix imx_pinctrl_desc initializationGary Bisson1-4/+4
2016-10-31pinctrl: imx: reset group index on probeStefan Agner1-0/+1
2016-09-12pinctrl: imx: accept gpio request/free from pinctrlVladimir Zapolskiy1-2/+2
2016-09-06pinctrl: imx: output one pin/config pair per line in pinconf-groupsVladimir Zapolskiy1-1/+1
2016-07-28Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds21-203/+44
2016-07-06pinctrl: imx21: Remove the MODULE_DEVICE_TABLE() macroFabio Estevam1-1/+0
2016-06-29pinctrl: remove orphaned exported ".remove" functionPaul Gortmaker2-13/+0
2016-06-29pinctrl: imx28: make it explicitly non-modularPaul Gortmaker1-13/+4
2016-06-29pinctrl: imx23: make it explicitly non-modularPaul Gortmaker1-13/+4
2016-06-29pinctrl: vf610: make it explicitly non-modularPaul Gortmaker1-10/+0
2016-06-29pinctrl: imx7d: make it explicitly non-modularPaul Gortmaker1-11/+3
2016-06-29pinctrl: imx6ul: make it explicitly non-modularPaul Gortmaker1-11/+3
2016-06-29pinctrl: imx6sx: make it explicitly non-modularPaul Gortmaker1-11/+3
2016-06-29pinctrl: imx6sl: make it explicitly non-modularPaul Gortmaker1-12/+3
2016-06-29pinctrl: imx6q: make it explicitly non-modularPaul Gortmaker1-10/+0
2016-06-29pinctrl: imx6dl: make it explicitly non-modularPaul Gortmaker1-11/+3
2016-06-29pinctrl: imx53: make it explicitly non-modularPaul Gortmaker1-10/+0
2016-06-29pinctrl: imx51: make it explicitly non-modularPaul Gortmaker1-10/+0
2016-06-29pinctrl: imx50: make it explicitly non-modularPaul Gortmaker1-9/+0
2016-06-29pinctrl: imx35: make it explicitly non-modularPaul Gortmaker1-10/+0
2016-06-29pinctrl: imx27: make it explicitly non-modularPaul Gortmaker1-10/+0
2016-06-29pinctrl: imx25: make it explicitly non-modularPaul Gortmaker1-10/+0
2016-06-29pinctrl: imx21: make it explicitly non-modularPaul Gortmaker1-6/+2
2016-06-29pinctrl: imx1: make it explicitly non-modularPaul Gortmaker1-7/+2
2016-06-29pinctrl: freescale: remove needless module.h includePaul Gortmaker2-2/+0
2016-06-22pinctrl: imx: Do not treat a PIN without MUX register as an errorAlexander Shiyan1-2/+2
2016-06-15pinctrl: fix incorrect inline keyword in multiple driversArnd Bergmann2-2/+2
2016-05-31pinctrl: imx: fix initialization of imx_pinctrl_descPeng Fan1-11/+15