Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1285766
| From | Tomi Valkeinen <tomi.valkeinen@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v5 2/2] video: fbdev: pxafb: initial devicetree conversion |
| Date | 2015-12-07 17:30 +0100 |
| Message-ID | <qD6PM-6WV-13@gated-at.bofh.it> (permalink) |
| References | <qvVcJ-1sl-7@gated-at.bofh.it> <qvVcJ-1sl-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On 17/11/15 22:32, Robert Jarzmik wrote: > This patch brings a first support of pxa framebuffer devices to a > devicetree pxa platform, as was before platform data. > > There are restrictions with this port, the biggest one being the lack of > support of smart panels. Moreover the conversion doesn't provide a way > to declare multiple framebuffer configurations with different bits per > pixel, only the LCD hardware bus width is used. > > The patch was tested on both pxa25x, pxa27x and pxa3xx platform (namely > lubbock, mainstone and zylonite). > > Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> > --- > Since v1: Philipp's review: of_graph usage > Since v3: of_device_id sentinel, and all compatible ids added > Since v4: fixed of_device_id table : rebase error on my side, with > braces which were incorrectly added > --- > drivers/video/fbdev/Kconfig | 2 + > drivers/video/fbdev/pxafb.c | 163 +++++++++++++++++++++++++++++++++++++++++++- > 2 files changed, 162 insertions(+), 3 deletions(-) I see we already have Documentation/devicetree/bindings/display/marvell,pxa2xx-lcdc.txt in the mainline. I think the patch adding the binding doc should have been kept in this series. It seems that at least "depth" is missing from the binding document. Tomi
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH v5 2/2] video: fbdev: pxafb: initial devicetree conversion Tomi Valkeinen <tomi.valkeinen@ti.com> - 2015-12-07 17:30 +0100
Re: [PATCH v5 2/2] video: fbdev: pxafb: initial devicetree conversion Robert Jarzmik <robert.jarzmik@free.fr> - 2015-12-07 22:00 +0100
Re: [PATCH v5 2/2] video: fbdev: pxafb: initial devicetree conversion Tomi Valkeinen <tomi.valkeinen@ti.com> - 2015-12-10 16:30 +0100
Re: [PATCH v5 2/2] video: fbdev: pxafb: initial devicetree conversion Robert Jarzmik <robert.jarzmik@free.fr> - 2015-12-10 18:40 +0100
csiph-web