summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/nxp
AgeCommit message (Expand)AuthorFilesLines
2021-08-09pinctrl: Add pinctrl driver for imx8ulpYe Li3-0/+59
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn3-3/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass3-0/+3
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass9-9/+9
2020-08-02drivers: rename more drivers to match compatible stringWalter Lozano1-2/+4
2020-07-14pinctrl: imx5: move soc info to data sectionPeng Fan1-1/+1
2020-07-14pinctrl: imx8m: move soc info to data sectionPeng Fan1-1/+1
2020-07-14pinctrl: imx7: move soc info to data sectionPeng Fan1-1/+1
2020-07-10core: add support for U_BOOT_DRIVER_ALIASWalter Lozano1-0/+2
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-2/+2
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-10pinctrl: nxp: scu: Check the pad partition before set pinmuxYe Li1-2/+7
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass2-0/+3
2020-02-06dm: core: Require users of devres to include the headerSimon Glass2-0/+2
2020-01-15pinctrl: add i.MXRT driverGiulio Benetti3-0/+55
2020-01-08pinctrl: imx8m: support i.MX8MPPeng Fan1-0/+1
2019-11-05pinctrl: imx8m: support i.MX8MNPeng Fan1-0/+1
2019-10-08pinctrl: nxp: DM_FLAG_PRE_RELOC by defaultIgor Opaniuk4-8/+0
2019-10-08pinctrl: imx: use devfdt_get_addr_size_indexPeng Fan1-3/+1
2019-07-19pinctrl: mxs: Add support for i.MX2[38] mxs pinctrl driverLukasz Majewski4-0/+262
2019-06-11pinctrl: imx: Define imx6_pinctrl_soc_info in .data sectionLukasz Majewski1-1/+1
2019-04-25pinctrl: imx8: add i.MX8QM compatiblePeng Fan1-0/+1
2019-03-13pinctrl: add imx8m driverPeng Fan3-0/+51
2019-01-28pinctrl: imx: Fix select input issueYe Li1-1/+2
2019-01-01ARM: vybrid: Provide pinctrl driver for Vybrid (vf610)Lukasz Majewski3-0/+55
2018-11-14pinctrl: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng4-0/+8
2018-10-22pinctrl: Add pinctrl driver for i.MX8Peng Fan6-93/+258
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini6-12/+6
2017-11-27pinctrl: imx6ul: Fix pinctrl data overlapped with DT areaJagan Teki1-1/+6
2017-08-23pinctrl: imx7ulp: Add new info instance for iomuxc1Peng Fan1-3/+7
2017-08-23pinctrl: imx: Fix mask when SHARE_MUX_CONF_REG is setPeng Fan1-1/+1
2017-06-01dm: Fix up inclusion of common.hSimon Glass4-0/+4
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass5-5/+5
2017-05-18pinctrl: imx: fix memory leakPeng Fan1-0/+4
2017-03-17pinctrl: Add i.MX7ULP pinctrl driverPeng Fan5-4/+65
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-3/+4
2016-12-16arm: imx: add i.MX53 Beckhoff CX9020 Embedded PCPatrick Bruenn3-0/+59
2016-12-16pinctrl: imx6: support i.MX6SLLPeng Fan1-0/+2
2016-10-07pinctrl: imx: do not announce driver initializationStefan Agner1-1/+1
2016-10-04pinctrl: imx6: support i.MX6ULLPeng Fan1-0/+5
2016-02-21pinctrl: imx: Support i.MX7DPeng Fan3-0/+56
2016-02-21pinctrl: imx: Introduce pinctrl driver for i.MX6Peng Fan5-0/+350