Re: [U-Boot] [PATCH 2/4] rv1108: Enable eMMC support

2018-11-20 Thread Otavio Salvador
On Mon, Nov 19, 2018 at 1:25 AM Andy Yan wrote: > It's better to spilt the dtsi and config header file as two patches. And > when you send different versions , you should mark your series with v1, > v2... v2 has been sent. Please take a look. -- Otavio Salvador O.S.

Re: [U-Boot] [PATCH 2/4] rv1108: Enable eMMC support

2018-11-18 Thread Andy Yan
Hi Otavio: It's better to spilt the dtsi and config header file as two patches. And when you send different versions , you should mark your series with v1, v2... On 2018/11/19 上午4:56, Otavio Salvador wrote: In order to be able to build the Rockchip eMMC driver on rv1108, the CONFIG_BOUNCE_B

[U-Boot] [PATCH 2/4] rv1108: Enable eMMC support

2018-11-18 Thread Otavio Salvador
In order to be able to build the Rockchip eMMC driver on rv1108, the CONFIG_BOUNCE_BUFFER option needs to be selected. Select it like it is done on the other Rockchip SoC common files. This also adds the pinctrl handles to enable the use of eMMC on custom boards (as minievk) and makes it easier f

[U-Boot] [PATCH 2/4] rv1108: Enable eMMC support

2018-10-26 Thread Otavio Salvador
In order to be able to build the Rockchip eMMC driver on rv1108, the CONFIG_BOUNCE_BUFFER option needs to be selected. Select it like it is done on the other Rockchip SoC common files. This also adds the pinctrl handles to enable the use of eMMC on custom boards (as minievk) and makes it easier f