Re: [PATCH 2/4] video: fbdev: amba-clcd: Retire elder CLCD driver

2020-09-23 Thread Peter Collingbourne
On Mon, Sep 21, 2020 at 9:10 PM Peter Collingbourne wrote: > > On Mon, Sep 21, 2020 at 2:32 PM Linus Walleij > wrote: > > > > On Tue, Sep 15, 2020 at 3:10 AM Peter Collingbourne wrote: > > > On Tue, Jun 9, 2020 at 1:08 PM Linus Walleij > > > wrote: > > > > > > > > All the functionality in thi

Re: [PATCH 2/4] video: fbdev: amba-clcd: Retire elder CLCD driver

2020-09-22 Thread Peter Collingbourne
On Mon, Sep 21, 2020 at 2:32 PM Linus Walleij wrote: > > On Tue, Sep 15, 2020 at 3:10 AM Peter Collingbourne wrote: > > On Tue, Jun 9, 2020 at 1:08 PM Linus Walleij > > wrote: > > > > > > All the functionality in this driver has been reimplemented > > > in the new DRM driver in drivers/gpu/drm/

Re: [PATCH 2/4] video: fbdev: amba-clcd: Retire elder CLCD driver

2020-09-21 Thread Linus Walleij
On Tue, Sep 15, 2020 at 3:10 AM Peter Collingbourne wrote: > On Tue, Jun 9, 2020 at 1:08 PM Linus Walleij wrote: > > > > All the functionality in this driver has been reimplemented > > in the new DRM driver in drivers/gpu/drm/pl111/* and all > > the boards using it have been migrated to use the D

[PATCH 2/4] video: fbdev: amba-clcd: Retire elder CLCD driver

2020-06-09 Thread Linus Walleij
All the functionality in this driver has been reimplemented in the new DRM driver in drivers/gpu/drm/pl111/* and all the boards using it have been migrated to use the DRM driver with all configuration coming from the device tree. I started the work to migrate the CLCD driver to DRM in april 2017 a