summaryrefslogtreecommitdiff
path: root/drivers/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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