Re: [PATCH] mfd: vexpress: Remove non-DT code

2015-02-16 Thread Lee Jones
On Tue, 20 Jan 2015, Pawel Moll wrote: > Now, as all VE platforms have to be booted with DT, > the code handling non-DT case can be removed. > > Signed-off-by: Pawel Moll > --- > drivers/mfd/vexpress-sysreg.c | 71 > +-- > 1 file changed, 15 insertions(+

[PATCH] mfd: vexpress: Remove non-DT code

2015-01-20 Thread Pawel Moll
Now, as all VE platforms have to be booted with DT, the code handling non-DT case can be removed. Signed-off-by: Pawel Moll --- drivers/mfd/vexpress-sysreg.c | 71 +-- 1 file changed, 15 insertions(+), 56 deletions(-) diff --git a/drivers/mfd/vexpress-sys