RE: [PATCH 07/10] MCDE: Add display subsystem framework

2010-11-24 Thread Jimmy RUBIN
Hi, > > +struct kobj_type ovly_type = { > > + .release = overlay_release, > > +}; > > You certainly should not define a new kobj_type for use in a device > driver. > This is an internal data structure of the linux core code. It might > make > sense if you were trying to become the new frame buf

Re: [PATCH 07/10] MCDE: Add display subsystem framework

2010-11-12 Thread Arnd Bergmann
On Wednesday 10 November 2010, Jimmy Rubin wrote: > This patch adds support for the MCDE, Memory-to-display controller, > found in the ST-Ericsson ux500 products. > > This patch adds a display subsystem framework that can be used > by a frame buffer device driver to control a display and MCDE. Li

[PATCH 07/10] MCDE: Add display subsystem framework

2010-11-10 Thread Jimmy Rubin
This patch adds support for the MCDE, Memory-to-display controller, found in the ST-Ericsson ux500 products. This patch adds a display subsystem framework that can be used by a frame buffer device driver to control a display and MCDE. Signed-off-by: Jimmy Rubin Acked-by: Linus Walleij --- driv