Re: [PATCH 2/5] MIPS: lantiq: use a generic "EBU" driver for Falcon and XWAY SoCs

2019-07-27 Thread Martin Blumenstingl
Hi John, On Sat, Jul 27, 2019 at 8:35 PM John Crispin wrote: > > > On 27/07/2019 19:53, Martin Blumenstingl wrote: > > + * Copyright (C) 2011-2012 John Crispin > > could you change that to j...@phrozen.org please sure, I'll update it when I have to re-send this series Martin

Re: [PATCH 2/5] MIPS: lantiq: use a generic "EBU" driver for Falcon and XWAY SoCs

2019-07-27 Thread John Crispin
On 27/07/2019 19:53, Martin Blumenstingl wrote: + * Copyright (C) 2011-2012 John Crispin could you change that to j...@phrozen.org please     John

[PATCH 2/5] MIPS: lantiq: use a generic "EBU" driver for Falcon and XWAY SoCs

2019-07-27 Thread Martin Blumenstingl
Both SoC types have the EBU registers and exposing the ltq_ebu_membase in (the SoC-independent) arch/mips/include/asm/mach-lantiq/lantiq.h. The only difference is the initialization logic: XWAY clears the WRDIS (write disable) bit of the BUSCON0 register, while Falcon leaves it as is. Move the exi