Re: [PATCH] ARM: uniphier: drop code for old DT binding

2016-06-01 Thread Arnd Bergmann
On Wednesday, June 1, 2016 3:30:03 PM CEST Masahiro Yamada wrote: > Hi Arnd. > > 2016-05-31 18:21 GMT+09:00 Arnd Bergmann : > > On Tuesday, May 31, 2016 5:17:08 PM CEST Masahiro Yamada wrote: > >> Commit 307d40c56b0c ("ARM: uniphier: rework SMP code to support new > >> System Bus binding") added a

Re: [PATCH] ARM: uniphier: drop code for old DT binding

2016-05-31 Thread Masahiro Yamada
Hi Arnd. 2016-05-31 18:21 GMT+09:00 Arnd Bergmann : > On Tuesday, May 31, 2016 5:17:08 PM CEST Masahiro Yamada wrote: >> Commit 307d40c56b0c ("ARM: uniphier: rework SMP code to support new >> System Bus binding") added a new DT binding for SMP code, but still >> kept old code for the backward comp

Re: [PATCH] ARM: uniphier: drop code for old DT binding

2016-05-31 Thread Arnd Bergmann
On Tuesday, May 31, 2016 5:17:08 PM CEST Masahiro Yamada wrote: > Commit 307d40c56b0c ("ARM: uniphier: rework SMP code to support new > System Bus binding") added a new DT binding for SMP code, but still > kept old code for the backward compatibility. > > Linux 4.6 was out with both bindings suppo

[PATCH] ARM: uniphier: drop code for old DT binding

2016-05-31 Thread Masahiro Yamada
Commit 307d40c56b0c ("ARM: uniphier: rework SMP code to support new System Bus binding") added a new DT binding for SMP code, but still kept old code for the backward compatibility. Linux 4.6 was out with both bindings supported, so it should not hurt to drop the old code now. Signed-off-by: Masa