Re: [PATCH v2 1/4] drm/tiny/repaper: Make driver OF-independent

2020-02-09 Thread Sam Ravnborg
Hi Andy. On Fri, Jan 31, 2020 at 10:49:22PM +0200, Andy Shevchenko wrote: > There is one OF call in the driver that limits its area of use. > Replace it to generic device_get_match_data() and get rid of OF dependency. > > While here, cast SPI driver data to certain enumerator type. > > Cc: Noral

Re: [PATCH v2 1/4] drm/tiny/repaper: Make driver OF-independent

2020-02-05 Thread David Lechner
On 2/5/20 3:31 PM, Sam Ravnborg wrote: Hi David. Are you planning to pick this series and apply it? Unless I get any other info I plan to process it tomorrow. Sam I won't be able to do it before then, so please go ahead. ___ dri-devel ma

Re: [PATCH v2 1/4] drm/tiny/repaper: Make driver OF-independent

2020-02-05 Thread Sam Ravnborg
Hi David. Are you planning to pick this series and apply it? Unless I get any other info I plan to process it tomorrow. Sam On Fri, Jan 31, 2020 at 10:49:22PM +0200, Andy Shevchenko wrote: > There is one OF call in the driver that limits its area of use. > Replace it to generic device_ge

[PATCH v2 1/4] drm/tiny/repaper: Make driver OF-independent

2020-02-03 Thread Andy Shevchenko
There is one OF call in the driver that limits its area of use. Replace it to generic device_get_match_data() and get rid of OF dependency. While here, cast SPI driver data to certain enumerator type. Cc: Noralf Trønnes Cc: dri-devel@lists.freedesktop.org Cc: David Airlie Cc: Daniel Vetter Cc