Re: [U-Boot] [PATCH v3 3/7] MSCC: add support for Ocelot SoCs

2018-12-13 Thread Daniel Schwierzeck
Am Do., 13. Dez. 2018 um 15:05 Uhr schrieb Gregory CLEMENT : > > Hi Daniel, > > On lun., déc. 10 2018, Daniel Schwierzeck > wrote: > > >> diff --git a/arch/mips/mach-mscc/include/ioremap.h > >> b/arch/mips/mach-mscc/include/ioremap.h > >> new file mode 100644 > >> index 00..8ea5c65ce3 >

Re: [U-Boot] [PATCH v3 3/7] MSCC: add support for Ocelot SoCs

2018-12-13 Thread Gregory CLEMENT
Hi Daniel, On lun., déc. 10 2018, Daniel Schwierzeck wrote: >> diff --git a/arch/mips/mach-mscc/include/ioremap.h >> b/arch/mips/mach-mscc/include/ioremap.h >> new file mode 100644 >> index 00..8ea5c65ce3 >> --- /dev/null >> +++ b/arch/mips/mach-mscc/include/ioremap.h >> @@ -0,0 +1,51

Re: [U-Boot] [PATCH v3 3/7] MSCC: add support for Ocelot SoCs

2018-12-10 Thread Daniel Schwierzeck
Am 05.12.18 um 18:10 schrieb Gregory CLEMENT: > This family of SoCs are found in the Microsemi Switches solution and have > already a support in the linux kernel. > > Signed-off-by: Gregory CLEMENT > --- > MAINTAINERS | 7 + > arch/mips/Kconfig

[U-Boot] [PATCH v3 3/7] MSCC: add support for Ocelot SoCs

2018-12-05 Thread Gregory CLEMENT
This family of SoCs are found in the Microsemi Switches solution and have already a support in the linux kernel. Signed-off-by: Gregory CLEMENT --- MAINTAINERS | 7 + arch/mips/Kconfig | 6 + arch/mips/Makefile