summaryrefslogtreecommitdiff
path: root/drivers/cpu
AgeCommit message (Expand)Author
2020-05-22cpu: imx8: use intended cpu-thermal device when getting temp valueAnatolij Gustschin
2020-05-22cpu: imx8: fix type and rate detectionAnatolij Gustschin
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-03cpu: imx8: show RevC instead of Rev? at boot logFrank Li
2020-05-03cpu: imx_cpu: Print the CPU temperature for iMX8QM A72Ye Li
2020-05-03cpu: imx8: fix get core name and ratePeng Fan
2020-05-03cpu: imx8: support a72 as boot cpuPeng Fan
2020-05-03cpu: imx8: reimplement get cpu countPeng Fan
2020-05-03cpu: sandbox: support is_currentPeng Fan
2020-05-03uclass: cpu: Add new API to get udevice for current CPUPeng Fan
2020-04-16cpu: Support querying the address widthSimon Glass
2019-12-02Move strtomhz() to vsprintf.hSimon Glass
2019-10-08imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.cPeng Fan
2019-09-03riscv: cpu: Skip unavailable hart in the get_count() opBin Meng
2019-02-27cpu: Bind timer driver for boot hartAtish Patra
2018-12-18cpu: Add a RISC-V CPU driverBin Meng
2018-11-14cpu: mpc83xx: Remove unnecessary characters in the description stringBin Meng
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay
2018-09-18cpu: Add MPC83xx CPU driverMario Six
2018-09-18test: Add tests for CPU uclassMario Six
2018-09-18cpu: Add cpu_probe_all methodMario Six
2018-08-08bcm6838: add initial supportPhilippe Reynes
2018-07-11cpu: bmips: fix probe to get the addressPhilippe Reynes
2018-06-01cpu: bmips: convert to use live dtÁlvaro Fernández Rojas
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-03-21dm: cpu: bmips: add BCM6362 supportÁlvaro Fernández Rojas
2018-01-26dm: cpu: bmips: add BCM6318 supportÁlvaro Fernández Rojas
2018-01-26dm: cpu: bmips: add BCM6368 supportÁlvaro Fernández Rojas
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-05-31dm: cpu: bmips: add BCM6338 supportÁlvaro Fernández Rojas
2017-05-31dm: cpu: bmips: add BCM3380 supportÁlvaro Fernández Rojas
2017-05-31dm: cpu: bmips: add BCM6348 supportÁlvaro Fernández Rojas
2017-05-31dm: cpu: bmips: rename cpu_desc specific functionsÁlvaro Fernández Rojas
2017-05-10cpu: add CPU driver for Broadcom MIPS SoCsÁlvaro Fernández Rojas
2016-10-19cpu: Add get_vendor callbackAlexander Graf
2015-07-14x86: Move MP initialization codes into a common placeBin Meng
2015-07-14dm: cpu: Add a new get_count method to cpu uclassBin Meng
2015-07-14dm: cpu: Test against cpu_ops->get_info in cpu_get_info()Bin Meng
2015-07-14dm: cpu: Fix undefined ENOSYS build errorBin Meng
2015-04-29dm: Implement a CPU uclassSimon Glass