summaryrefslogtreecommitdiff
path: root/drivers/cpu/cpu-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-18cpu: Add cpu_probe_all methodMario Six1-0/+23
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass1-3/+3
2016-10-19cpu: Add get_vendor callbackAlexander Graf1-0/+10
2015-07-15x86: Move MP initialization codes into a common placeBin Meng1-0/+2
2015-07-15dm: cpu: Add a new get_count method to cpu uclassBin Meng1-0/+10
2015-07-15dm: cpu: Test against cpu_ops->get_info in cpu_get_info()Bin Meng1-1/+1
2015-07-15dm: cpu: Fix undefined ENOSYS build errorBin Meng1-0/+1
2015-04-30dm: Implement a CPU uclassSimon Glass1-0/+61