Re: [PATCH 2/4] ARM: multi_v7_defconfig: Switch sunxi RSB driver from module to built-in

2017-02-10 Thread Maxime Ripard
On Wed, Feb 08, 2017 at 11:08:00PM +0100, Rask Ingemann Lambertsen wrote: > The sunxi RSB bus is used for peripherals like voltage regulators and > real-time clocks which should be available early in the boot process. > As a module, the driver will not be available until the root fs has been > moun

[PATCH 2/4] ARM: multi_v7_defconfig: Switch sunxi RSB driver from module to built-in

2017-02-08 Thread Rask Ingemann Lambertsen
The sunxi RSB bus is used for peripherals like voltage regulators and real-time clocks which should be available early in the boot process. As a module, the driver will not be available until the root fs has been mounted, so build the driver into the kernel. Signed-off-by: Rask Ingemann Lambertsen