aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/imx (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-197/+1
2020-07-13soc: imx: select ARM_GIC_V3 for i.MX8MPeng Fan1-0/+1
2020-07-13soc: imx: check ls1021aPeng Fan1-0/+3
2020-07-13firmware: imx: Move i.MX SCU soc driver into imx firmware folderAnson Huang3-182/+0
2020-06-24soc: imx8m: fix build warningPeng Fan1-1/+1
2020-06-23soc: imx8m: Correct i.MX8MP UID fuse offsetAnson Huang1-2/+6
2020-06-23soc: imx: scu: use devm_kasprintfPeng Fan1-26/+11
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-4/+3
2020-05-26Merge tag 'imx-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/socArnd Bergmann2-0/+195
2020-05-26Merge tag 'imx-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/driversArnd Bergmann1-4/+3
2020-05-20soc: imx: move cpu code to drivers/soc/imxPeng Fan2-0/+195
2020-04-17soc: imx8: select SOC_BUSArnd Bergmann1-0/+1
2020-04-14soc: imx8m: No need to put node when of_find_compatible_node() failedAnson Huang1-4/+3
2020-04-03Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds5-13/+25
2020-03-16soc: imx: drop COMPILE_TEST for IMX_SCU_SOCPeng Fan1-1/+1
2020-03-16soc: imx: gpc: fix power up sequencingLucas Stach1-11/+13
2020-03-16soc: imx: increase build coverage for imx8m soc driverPeng Fan3-1/+10
2020-02-24soc: imx-scu: Align imx sc msg structs to 4Leonard Crestez1-1/+1
2020-02-14soc: imx: gpcv2: include linux/sizes.hLeonard Crestez1-0/+1
2020-01-09soc: imx: Enable compile testing of IMX_SCU_SOCKrzysztof Kozlowski1-1/+1
2020-01-09soc: imx: Add i.MX8MP SoC driver supportAnson Huang1-0/+6
2019-12-09soc: imx8: print SoC type and revisionLucas Stach1-0/+3
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-29/+54
2019-11-04soc: imx8mq: Read SOC revision from TF-ALeonard Crestez1-3/+29
2019-10-28soc: imx-scu: Using existing serial_number instead of UIDAnson Huang1-15/+19
2019-10-28soc: imx8: Using existing serial_number instead of UIDAnson Huang1-14/+9
2019-10-26soc: imx: gpc: fix initialiser formatBen Dooks1-4/+4
2019-10-06soc: imx: imx-scu: Getting UID from SCU should have responseAnson Huang1-1/+1
2019-08-24soc: imx: gpcv2: Print the correct error codeGuido Günther1-1/+1
2019-08-12soc: imx-scu: Add SoC UID(unique identifier) supportAnson Huang1-0/+39
2019-07-22soc: imx8: Add i.MX8MM UID(unique identifier) supportAnson Huang1-0/+23
2019-07-22soc: imx8: Add i.MX8MQ UID(unique identifier) supportAnson Huang1-0/+22
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-13/+204
2019-06-26Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-0/+3
2019-06-25Merge tag 'imx-drivers-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/driversOlof Johansson4-13/+204
2019-06-24soc: imx: Add i.MX8MN SoC driver supportAnson Huang1-0/+6
2019-06-18soc: imx8: Use existing of_root directlyAnson Huang1-7/+2
2019-06-18soc: imx8: Fix potential kernel dump in error pathAnson Huang1-1/+2
2019-06-05soc: imx: soc-imx8: Correct return value of error handleAnson Huang1-5/+11
2019-06-05soc: imx: soc-imx8: Avoid unnecessary of_node_put() in error handlingAnson Huang1-2/+2
2019-06-03soc: imx: Add SCU SoC info driver supportAnson Huang3-0/+154
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-20soc: imx: Read imx8mm soc revision from anatopLeonard Crestez1-0/+29
2019-05-20cpufreq: Add imx-cpufreq-dt driverLeonard Crestez1-0/+3
2019-05-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-31/+132
2019-05-13soc: imx: gpc: Use GENPD_FLAG_RPM_ALWAYS_ON for ERR009619Leonard Crestez1-2/+11
2019-04-20soc: imx: Add generic i.MX8 SoC driverAbel Vesa2-0/+116
2019-04-11soc: imx: gpcv2: use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-04-11soc: imx: gpc: use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-03-19soc: imx: gpcv2: Make use of regmap_read_poll_timeout()Andrey Smirnov1-25/+14