summaryrefslogtreecommitdiffstats
path: root/drivers/cpu/cpu-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* cpu: Add cpu_probe_all methodMario Six2018-09-181-0/+23
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass2017-06-011-3/+3
* 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-291-0/+61