Re: [PATCH 4/9] rc: sunxi-cir: Add support for an optional reset controller

2014-11-21 Thread Maxime Ripard
Hi Mauro, On Thu, Nov 20, 2014 at 02:28:31PM -0200, Mauro Carvalho Chehab wrote: > Em Thu, 20 Nov 2014 16:55:23 +0100 > Hans de Goede escreveu: > > > On sun6i the cir block is attached to the reset controller, add support > > for de-asserting the reset if a reset controller is specified in dt. >

Re: [linux-sunxi] [PATCH 4/9] rc: sunxi-cir: Add support for an optional reset controller

2014-11-20 Thread Julian Calaby
Hi Hans, On Fri, Nov 21, 2014 at 2:55 AM, Hans de Goede wrote: > On sun6i the cir block is attached to the reset controller, add support > for de-asserting the reset if a reset controller is specified in dt. > > Signed-off-by: Hans de Goede > --- > drivers/media/rc/sunxi-cir.c | 25

Re: [PATCH 4/9] rc: sunxi-cir: Add support for an optional reset controller

2014-11-20 Thread Mauro Carvalho Chehab
Em Thu, 20 Nov 2014 16:55:23 +0100 Hans de Goede escreveu: > On sun6i the cir block is attached to the reset controller, add support > for de-asserting the reset if a reset controller is specified in dt. > > Signed-off-by: Hans de Goede As this is meant to be merged via some other tree: Acked

[PATCH 4/9] rc: sunxi-cir: Add support for an optional reset controller

2014-11-20 Thread Hans de Goede
On sun6i the cir block is attached to the reset controller, add support for de-asserting the reset if a reset controller is specified in dt. Signed-off-by: Hans de Goede --- drivers/media/rc/sunxi-cir.c | 25 +++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git