
30 Apr
2017
30 Apr
'17
8:32 p.m.
Am 25.04.2017 um 00:39 schrieb Álvaro Fernández Rojas:
Signed-off-by: Álvaro Fernández Rojas noltari@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
v6: Introduce changes suggested by Simon Glass:
- Use read/write instead of __raw_read/__raw_write.
v5: Add specific desc functions. v4: No changes. v3: Several improvements:
- Probe driver correctly.
- Allocate size for priv struct.
- Cosmetic fixes.
v2: Introduce changes suggested by Daniel Schwierzeck:
- Split BMIPS support patches.
- Get register base from DT.
drivers/cpu/Makefile | 2 + drivers/cpu/bmips_cpu.c | 310 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 312 insertions(+) create mode 100644 drivers/cpu/bmips_cpu.c
applied to u-boot-mips/next, thanks!
--
- Daniel