Re: [PATCH v12 0/3] drm/rockchip: RK356x VOP2 support last fixups

2022-05-09 Thread Heiko Stübner
Am Montag, 9. Mai 2022, 11:55:59 CEST schrieb Sascha Hauer: > On Mon, May 09, 2022 at 10:44:17AM +0200, Heiko Stübner wrote: > > Hi Sascha, > > > > Am Montag, 9. Mai 2022, 10:37:35 CEST schrieb Sascha Hauer: > > > This is not the full series, if you want that, look for v11. > > > > > > This serie

Re: [PATCH v12 0/3] drm/rockchip: RK356x VOP2 support last fixups

2022-05-09 Thread Sascha Hauer
On Mon, May 09, 2022 at 10:44:17AM +0200, Heiko Stübner wrote: > Hi Sascha, > > Am Montag, 9. Mai 2022, 10:37:35 CEST schrieb Sascha Hauer: > > This is not the full series, if you want that, look for v11. > > > > This series merely has a last-minute change: The VOP2 driver used > > platform_get_r

Re: [PATCH v12 0/3] drm/rockchip: RK356x VOP2 support last fixups

2022-05-09 Thread Heiko Stübner
Hi Sascha, Am Montag, 9. Mai 2022, 10:37:35 CEST schrieb Sascha Hauer: > This is not the full series, if you want that, look for v11. > > This series merely has a last-minute change: The VOP2 driver used > platform_get_resource_byname() to get its registers, but the reg-names > property hasn't be

[PATCH v12 0/3] drm/rockchip: RK356x VOP2 support last fixups

2022-05-09 Thread Sascha Hauer
This is not the full series, if you want that, look for v11. This series merely has a last-minute change: The VOP2 driver used platform_get_resource_byname() to get its registers, but the reg-names property hasn't been documented in the binding. This series adds the missing documentation and along