[U-Boot] [PATCH 2/2] sunxi: rsb: Move rsb_set_device_mode() call to rsb_init()

2015-01-27 Thread Hans de Goede
It turns out that the device_mode_data is rsn specific, rather then slave specific, so integrate the rsb_set_device_mode() call into rsb_init(). Signed-off-by: Hans de Goede --- arch/arm/cpu/armv7/sunxi/rsb.c| 11 --- arch/arm/include/asm/arch-sunxi/rsb.h | 4 ++-- drivers/power

Re: [U-Boot] [PATCH 2/2] sunxi: rsb: Move rsb_set_device_mode() call to rsb_init()

2015-01-28 Thread Ian Campbell
On Tue, 2015-01-27 at 11:27 +0100, Hans de Goede wrote: > It turns out that the device_mode_data is rsn specific, rather then slave > specific, so integrate the rsb_set_device_mode() call into rsb_init(). > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell ___