Re: [PATCH v4 0/5] Add support for Realtek RTL838x/RTL839x switch SoCs

2021-02-04 Thread Thomas Bogendoerfer
On Tue, Jan 19, 2021 at 10:21:04AM +0100, Bert Vermeulen wrote: > v4: > - Device tree bindings for SoC in separate patch. > - Removed ioremap.h, and declare physical address bases in device tree. > > v3: > - all code removed, the base system is now only device tree files and docs >and some bui

[PATCH v4 0/5] Add support for Realtek RTL838x/RTL839x switch SoCs

2021-01-19 Thread Bert Vermeulen
v4: - Device tree bindings for SoC in separate patch. - Removed ioremap.h, and declare physical address bases in device tree. v3: - all code removed, the base system is now only device tree files and docs and some build config. - ioremap.h restored to the v1 version, with hardcoded I/O ranges,