Age | Commit message (Expand) | Author |
2019-12-02 | Move strtomhz() to vsprintf.h | Simon Glass |
2019-10-08 | imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.c | Peng Fan |
2019-09-03 | riscv: cpu: Skip unavailable hart in the get_count() op | Bin Meng |
2019-02-27 | cpu: Bind timer driver for boot hart | Atish Patra |
2018-12-18 | cpu: Add a RISC-V CPU driver | Bin Meng |
2018-11-14 | cpu: mpc83xx: Remove unnecessary characters in the description string | Bin Meng |
2018-10-28 | drivers: cosmetic: Convert SPDX license tags to Linux Kernel style | Patrick Delaunay |
2018-09-18 | cpu: Add MPC83xx CPU driver | Mario Six |
2018-09-18 | test: Add tests for CPU uclass | Mario Six |
2018-09-18 | cpu: Add cpu_probe_all method | Mario Six |
2018-08-08 | bcm6838: add initial support | Philippe Reynes |
2018-07-11 | cpu: bmips: fix probe to get the address | Philippe Reynes |
2018-06-01 | cpu: bmips: convert to use live dt | Álvaro Fernández Rojas |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-27 | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini |
2018-03-21 | dm: cpu: bmips: add BCM6362 support | Álvaro Fernández Rojas |
2018-01-26 | dm: cpu: bmips: add BCM6318 support | Álvaro Fernández Rojas |
2018-01-26 | dm: cpu: bmips: add BCM6368 support | Álvaro Fernández Rojas |
2017-06-01 | dm: core: Update device_bind_driver_to_node() to use ofnode | Simon Glass |
2017-06-01 | dm: Rename dev_addr..() functions | Simon Glass |
2017-05-31 | dm: cpu: bmips: add BCM6338 support | Álvaro Fernández Rojas |
2017-05-31 | dm: cpu: bmips: add BCM3380 support | Álvaro Fernández Rojas |
2017-05-31 | dm: cpu: bmips: add BCM6348 support | Álvaro Fernández Rojas |
2017-05-31 | dm: cpu: bmips: rename cpu_desc specific functions | Álvaro Fernández Rojas |
2017-05-10 | cpu: add CPU driver for Broadcom MIPS SoCs | Álvaro Fernández Rojas |
2016-10-19 | cpu: Add get_vendor callback | Alexander Graf |
2015-07-14 | x86: Move MP initialization codes into a common place | Bin Meng |
2015-07-14 | dm: cpu: Add a new get_count method to cpu uclass | Bin Meng |
2015-07-14 | dm: cpu: Test against cpu_ops->get_info in cpu_get_info() | Bin Meng |
2015-07-14 | dm: cpu: Fix undefined ENOSYS build error | Bin Meng |
2015-04-29 | dm: Implement a CPU uclass | Simon Glass |