summaryrefslogtreecommitdiffstats
path: root/drivers/soc/imx
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm-drivers-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-201-12/+72
|\
| * soc: imx8m: change to use platform driverAlice Guo2021-01-111-12/+72
* | ARM: imx: fix imx8m dependenciesArnd Bergmann2021-01-111-1/+1
|/
* soc: imx: gpcv2: Use dev_err_probe() to simplify error handlingAnson Huang2020-08-221-10/+5
* Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-033-197/+1
|\
| * soc: imx: select ARM_GIC_V3 for i.MX8MPeng Fan2020-07-131-0/+1
| * firmware: imx: Move i.MX SCU soc driver into imx firmware folderAnson Huang2020-07-133-182/+0
| * soc: imx: scu: use devm_kasprintfPeng Fan2020-06-231-26/+11
* | soc: imx: check ls1021aPeng Fan2020-07-131-0/+3
* | soc: imx8m: fix build warningPeng Fan2020-06-241-1/+1
* | soc: imx8m: Correct i.MX8MP UID fuse offsetAnson Huang2020-06-231-2/+6
|/
* Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-041-4/+3
|\
| * Merge tag 'imx-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2020-05-261-4/+3
| |\
| | * soc: imx8m: No need to put node when of_find_compatible_node() failedAnson Huang2020-04-141-4/+3
* | | Merge tag 'imx-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Arnd Bergmann2020-05-262-0/+195
|\ \ \ | |/ / |/| |
| * | soc: imx: move cpu code to drivers/soc/imxPeng Fan2020-05-202-0/+195
| |/
* / soc: imx8: select SOC_BUSArnd Bergmann2020-04-171-0/+1
|/
* Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-04-035-13/+25
|\
| * soc: imx: drop COMPILE_TEST for IMX_SCU_SOCPeng Fan2020-03-161-1/+1
| * soc: imx: gpc: fix power up sequencingLucas Stach2020-03-161-11/+13
| * soc: imx: increase build coverage for imx8m soc driverPeng Fan2020-03-163-1/+10
| * soc: imx: gpcv2: include linux/sizes.hLeonard Crestez2020-02-141-0/+1
* | soc: imx-scu: Align imx sc msg structs to 4Leonard Crestez2020-02-241-1/+1
|/
* soc: imx: Enable compile testing of IMX_SCU_SOCKrzysztof Kozlowski2020-01-091-1/+1
* soc: imx: Add i.MX8MP SoC driver supportAnson Huang2020-01-091-0/+6
* soc: imx8: print SoC type and revisionLucas Stach2019-12-091-0/+3
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-12-052-29/+54
|\
| * soc: imx8mq: Read SOC revision from TF-ALeonard Crestez2019-11-041-3/+29
| * soc: imx-scu: Using existing serial_number instead of UIDAnson Huang2019-10-281-15/+19
| * soc: imx8: Using existing serial_number instead of UIDAnson Huang2019-10-281-14/+9
* | soc: imx: gpc: fix initialiser formatBen Dooks2019-10-261-4/+4
* | soc: imx: imx-scu: Getting UID from SCU should have responseAnson Huang2019-10-061-1/+1
|/
* soc: imx: gpcv2: Print the correct error codeGuido Günther2019-08-241-1/+1
* soc: imx-scu: Add SoC UID(unique identifier) supportAnson Huang2019-08-121-0/+39
* soc: imx8: Add i.MX8MM UID(unique identifier) supportAnson Huang2019-07-221-0/+23
* soc: imx8: Add i.MX8MQ UID(unique identifier) supportAnson Huang2019-07-221-0/+22
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-07-194-13/+204
|\
| * Merge tag 'imx-drivers-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2019-06-254-13/+204
| |\
| | * soc: imx: Add i.MX8MN SoC driver supportAnson Huang2019-06-241-0/+6
| | * soc: imx8: Use existing of_root directlyAnson Huang2019-06-181-7/+2
| | * soc: imx8: Fix potential kernel dump in error pathAnson Huang2019-06-181-1/+2
| | * soc: imx: soc-imx8: Correct return value of error handleAnson Huang2019-06-051-5/+11
| | * soc: imx: soc-imx8: Avoid unnecessary of_node_put() in error handlingAnson Huang2019-06-051-2/+2
| | * soc: imx: Add SCU SoC info driver supportAnson Huang2019-06-033-0/+154
| | * soc: imx: Read imx8mm soc revision from anatopLeonard Crestez2019-05-201-0/+29
* | | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2019-06-261-0/+3
|\ \ \ | |/ / |/| |
| * | cpufreq: Add imx-cpufreq-dt driverLeonard Crestez2019-05-201-0/+3
| |/
* / treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-05-164-31/+132
|\
| * soc: imx: Add generic i.MX8 SoC driverAbel Vesa2019-04-202-0/+116