aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpu/imx8_cpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07cpu: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-05-21imx9: add i.MX93 variants supportPeng Fan1-0/+14
2023-05-21imx: imx8_cpu: print cpu grade temperaturePeng Fan1-0/+29
2023-05-21imx: imx8_cpu: support get temperature for i.MX9Peng Fan1-4/+8
2023-05-21imx: imx8_cpu: support i.MX9Peng Fan1-28/+55
2023-05-21imx: imx8_cpu: use static for local functionsPeng Fan1-3/+3
2023-05-21imx: move imx8 sci header file to include/firmware/imxPeng Fan1-1/+1
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-10/+10
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-6/+6
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass1-4/+4
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-4/+4
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass1-4/+4
2020-05-22cpu: imx8: use intended cpu-thermal device when getting temp valueAnatolij Gustschin1-25/+25
2020-05-22cpu: imx8: fix type and rate detectionAnatolij Gustschin1-6/+6
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-03cpu: imx8: show RevC instead of Rev? at boot logFrank Li1-0/+2
2020-05-03cpu: imx_cpu: Print the CPU temperature for iMX8QM A72Ye Li1-6/+12
2020-05-03cpu: imx8: fix get core name and ratePeng Fan1-10/+17
2020-05-03cpu: imx8: support a72 as boot cpuPeng Fan1-0/+19
2020-05-03cpu: imx8: reimplement get cpu countPeng Fan1-1/+18
2019-10-08imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.cPeng Fan1-0/+182