Re: [PATCH 00/11] Add DM/DTS support for omap video driver

2020-02-10 Thread Adam Ford
On Sun, Feb 9, 2020 at 12:48 PM Dario Binacchi wrote: > > > Changes: > > * Fix coding style > * Refactor some parts of the driver > * Add support for driver model and device-tree > * Update the boards device-tree > * Add device-tree binding documentation > > > Dario Binacchi (11): > video:

[PATCH 00/11] Add DM/DTS support for omap video driver

2020-02-09 Thread Dario Binacchi
Changes: * Fix coding style * Refactor some parts of the driver * Add support for driver model and device-tree * Update the boards device-tree * Add device-tree binding documentation Dario Binacchi (11): video: omap: use BIT() macro video: omap: add missing bitfield masks video: oma