Message ID | 20190120114318.49199-1-noralf@tronnes.org (mailing list archive) |
---|---|
Headers | show |
Series | drm/tinydrm: Remove tinydrm_device | expand |
Hi Noralf. On Sun, Jan 20, 2019 at 12:43:07PM +0100, Noralf Trønnes wrote: > This patchset is part of the effort to remove tinydrm.ko. It removes > struct tinydrm_device and tinydrm.h. > > While doing this refactoring I have ensured that device unplug is > working. Very nice series, it looks good the way the core get a little extra functionality thus the tinydrm drivers are now more normal drivers. A few comments for some patches, and those where I felt confident that I could follow the code got a "Reviewed-by:". Sam
Den 21.01.2019 09.34, skrev Sam Ravnborg: > Hi Noralf. > > On Sun, Jan 20, 2019 at 12:43:07PM +0100, Noralf Trønnes wrote: >> This patchset is part of the effort to remove tinydrm.ko. It removes >> struct tinydrm_device and tinydrm.h. >> >> While doing this refactoring I have ensured that device unplug is >> working. > > Very nice series, it looks good the way the core get a little extra > functionality thus the tinydrm drivers are now more normal drivers. Yes, I'm happy to see these drivers act more like normal drivers now. Daniel wasn't happy about the tinydrm midlayer so I'm glad it's going away. > > A few comments for some patches, and those where I felt confident > that I could follow the code got a "Reviewed-by:". Thanks for going through the patches. Noralf.