aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpu/imx8_cpu.c
AgeCommit message (Expand)AuthorFilesLines
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