Re: [U-Boot] [PATCH v4 3/9] rockchip: video: refactor rk_vop and split RK3328-specific code off

2017-06-02 Thread Anatolij Gustschin
On Wed, 31 May 2017 17:59:30 +0200 Philipp Tomsich philipp.toms...@theobroma-systems.com wrote: ... > Changes in v4: > - added to break down into smaller changes > > Changes in v3: None > Changes in v2: None > > arch/arm/include/asm/arch-rockchip/vop_rk3288.h | 1 + >

Re: [U-Boot] [PATCH v4 3/9] rockchip: video: refactor rk_vop and split RK3328-specific code off

2017-06-01 Thread Eric
headline is wrong. it should be "rockchip: video: refactor rk_vop and split RK3288-specific code off On 2017年05月31日 23:59, Philipp Tomsich wrote: To prepare for adding the RK3399 VOP driver (which shares most of its registers and config logic with the RK3228 VOP), this change refactors the

Re: [U-Boot] [PATCH v4 3/9] rockchip: video: refactor rk_vop and split RK3328-specific code off

2017-06-01 Thread Simon Glass
On 31 May 2017 at 09:59, Philipp Tomsich wrote: > To prepare for adding the RK3399 VOP driver (which shares most of its > registers and config logic with the RK3228 VOP), this change refactors > the driver and splits the RK3288-specific driver off. > > The

[U-Boot] [PATCH v4 3/9] rockchip: video: refactor rk_vop and split RK3328-specific code off

2017-05-31 Thread Philipp Tomsich
To prepare for adding the RK3399 VOP driver (which shares most of its registers and config logic with the RK3228 VOP), this change refactors the driver and splits the RK3288-specific driver off. The changes in detail are: - introduces a data-structure for chip-specific drivers to register