summaryrefslogtreecommitdiff
path: root/drivers/cpu
Commit message (Expand)AuthorAgeFilesLines
* cpu: imx8: use intended cpu-thermal device when getting temp valueAnatolij Gustschin2020-05-221-25/+25
* cpu: imx8: fix type and rate detectionAnatolij Gustschin2020-05-221-6/+6
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-184-0/+4
* common: Drop log.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* cpu: imx8: show RevC instead of Rev? at boot logFrank Li2020-05-031-0/+2
* cpu: imx_cpu: Print the CPU temperature for iMX8QM A72Ye Li2020-05-031-6/+12
* cpu: imx8: fix get core name and ratePeng Fan2020-05-031-10/+17
* cpu: imx8: support a72 as boot cpuPeng Fan2020-05-031-0/+19
* cpu: imx8: reimplement get cpu countPeng Fan2020-05-031-1/+18
* cpu: sandbox: support is_currentPeng Fan2020-05-031-0/+9
* uclass: cpu: Add new API to get udevice for current CPUPeng Fan2020-05-031-0/+34
* cpu: Support querying the address widthSimon Glass2020-04-161-0/+1
* Move strtomhz() to vsprintf.hSimon Glass2019-12-021-0/+1
* imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.cPeng Fan2019-10-082-0/+183
* riscv: cpu: Skip unavailable hart in the get_count() opBin Meng2019-09-031-0/+4
* cpu: Bind timer driver for boot hartAtish Patra2019-02-271-3/+4
* cpu: Add a RISC-V CPU driverBin Meng2018-12-183-0/+123
* cpu: mpc83xx: Remove unnecessary characters in the description stringBin Meng2018-11-141-1/+1
* drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay2018-10-281-2/+2
* cpu: Add MPC83xx CPU driverMario Six2018-09-184-0/+483
* test: Add tests for CPU uclassMario Six2018-09-182-0/+62
* cpu: Add cpu_probe_all methodMario Six2018-09-181-0/+23
* bcm6838: add initial supportPhilippe Reynes2018-08-081-0/+33
* cpu: bmips: fix probe to get the addressPhilippe Reynes2018-07-111-1/+1
* cpu: bmips: convert to use live dtÁlvaro Fernández Rojas2018-06-011-9/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-072-4/+2
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* dm: cpu: bmips: add BCM6362 supportÁlvaro Fernández Rojas2018-03-211-0/+51
* dm: cpu: bmips: add BCM6318 supportÁlvaro Fernández Rojas2018-01-261-0/+35
* dm: cpu: bmips: add BCM6368 supportÁlvaro Fernández Rojas2018-01-261-0/+36
* dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass2017-06-011-3/+3
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: cpu: bmips: add BCM6338 supportÁlvaro Fernández Rojas2017-05-311-0/+14
* dm: cpu: bmips: add BCM3380 supportÁlvaro Fernández Rojas2017-05-311-0/+14
* dm: cpu: bmips: add BCM6348 supportÁlvaro Fernández Rojas2017-05-311-0/+34
* dm: cpu: bmips: rename cpu_desc specific functionsÁlvaro Fernández Rojas2017-05-311-5/+5
* cpu: add CPU driver for Broadcom MIPS SoCsÁlvaro Fernández Rojas2017-05-102-0/+312
* cpu: Add get_vendor callbackAlexander Graf2016-10-191-0/+10
* x86: Move MP initialization codes into a common placeBin Meng2015-07-141-0/+2
* dm: cpu: Add a new get_count method to cpu uclassBin Meng2015-07-141-0/+10
* dm: cpu: Test against cpu_ops->get_info in cpu_get_info()Bin Meng2015-07-141-1/+1
* dm: cpu: Fix undefined ENOSYS build errorBin Meng2015-07-141-0/+1
* dm: Implement a CPU uclassSimon Glass2015-04-293-0/+76