* [PATCH 0/9] SH Mobile LCDC and MERAM patches
@ 2012-07-19 0:39 Laurent Pinchart
2012-08-25 5:31 ` Simon Horman
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Laurent Pinchart @ 2012-07-19 0:39 UTC (permalink / raw)
To: linux-fbdev
Hi,
Here are 9 patches for the SH Mobile LCDC and MERAM drivers. Patches 1/9 to
4/9 and 9/9 have previously been posted as part of the "SH Mobile LCDC
MERAM-based frame buffer backing store" RFC series. Patch 5/9 has also been
posted as part of the same series, albeit included in patch 9/9.
As most of those patches have already been posted for review (patches 6/9 to
8/9 that haven't been posted already are small fixes), I plan to send a pull
request soon, to get the patches in v3.6 if possible.
Laurent Pinchart (9):
sh_mobile_meram: Rename operations to cache_[alloc|free|update]
sh_mobile_meram: Use direct function calls for the public API
sh_mobile_meram: Add direct MERAM allocation API
fbdev: sh_mobile_lcdc: Destroy mutex at remove time
fbdev: sh_mobile_lcdc: Fix line pitch computation
fbdev: sh_mobile_lcdc: Use channel configuration to initialize fb
device
fbdev: sh_mobile_lcdc: Support horizontal panning
fbdev: sh_mobile_lcdc: Fix overlay registers update during pan
operation
fbdev: sh_mobile_lcdc: Fix pan offset computation in YUV mode
drivers/video/sh_mobile_lcdcfb.c | 209 +++++++++++++++++----------------
drivers/video/sh_mobile_lcdcfb.h | 5 +-
drivers/video/sh_mobile_meram.c | 235 +++++++++++++++++++++-----------------
include/video/sh_mobile_meram.h | 71 ++++++++----
4 files changed, 293 insertions(+), 227 deletions(-)
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/9] SH Mobile LCDC and MERAM patches
2012-07-19 0:39 [PATCH 0/9] SH Mobile LCDC and MERAM patches Laurent Pinchart
@ 2012-08-25 5:31 ` Simon Horman
2012-08-25 9:54 ` Laurent Pinchart
2012-08-27 8:59 ` Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2012-08-25 5:31 UTC (permalink / raw)
To: linux-fbdev
On Thu, Jul 19, 2012 at 02:39:13AM +0200, Laurent Pinchart wrote:
> Hi,
>
> Here are 9 patches for the SH Mobile LCDC and MERAM drivers. Patches 1/9 to
> 4/9 and 9/9 have previously been posted as part of the "SH Mobile LCDC
> MERAM-based frame buffer backing store" RFC series. Patch 5/9 has also been
> posted as part of the same series, albeit included in patch 9/9.
>
> As most of those patches have already been posted for review (patches 6/9 to
> 8/9 that haven't been posted already are small fixes), I plan to send a pull
> request soon, to get the patches in v3.6 if possible.
Hi Laurent,
could you let me know what the status of these patches is with regards to
merging.
> Laurent Pinchart (9):
> sh_mobile_meram: Rename operations to cache_[alloc|free|update]
> sh_mobile_meram: Use direct function calls for the public API
> sh_mobile_meram: Add direct MERAM allocation API
> fbdev: sh_mobile_lcdc: Destroy mutex at remove time
> fbdev: sh_mobile_lcdc: Fix line pitch computation
> fbdev: sh_mobile_lcdc: Use channel configuration to initialize fb
> device
> fbdev: sh_mobile_lcdc: Support horizontal panning
> fbdev: sh_mobile_lcdc: Fix overlay registers update during pan
> operation
> fbdev: sh_mobile_lcdc: Fix pan offset computation in YUV mode
>
> drivers/video/sh_mobile_lcdcfb.c | 209 +++++++++++++++++----------------
> drivers/video/sh_mobile_lcdcfb.h | 5 +-
> drivers/video/sh_mobile_meram.c | 235 +++++++++++++++++++++-----------------
> include/video/sh_mobile_meram.h | 71 ++++++++----
> 4 files changed, 293 insertions(+), 227 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/9] SH Mobile LCDC and MERAM patches
2012-07-19 0:39 [PATCH 0/9] SH Mobile LCDC and MERAM patches Laurent Pinchart
2012-08-25 5:31 ` Simon Horman
@ 2012-08-25 9:54 ` Laurent Pinchart
2012-08-27 8:59 ` Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2012-08-25 9:54 UTC (permalink / raw)
To: linux-fbdev
Hi Simon,
On Saturday 25 August 2012 14:31:51 Simon Horman wrote:
> On Thu, Jul 19, 2012 at 02:39:13AM +0200, Laurent Pinchart wrote:
> > Hi,
> >
> > Here are 9 patches for the SH Mobile LCDC and MERAM drivers. Patches 1/9
> > to 4/9 and 9/9 have previously been posted as part of the "SH Mobile LCDC
> > MERAM-based frame buffer backing store" RFC series. Patch 5/9 has also
> > been posted as part of the same series, albeit included in patch 9/9.
> >
> > As most of those patches have already been posted for review (patches 6/9
> > to 8/9 that haven't been posted already are small fixes), I plan to send
> > a pull request soon, to get the patches in v3.6 if possible.
>
> Hi Laurent,
>
> could you let me know what the status of these patches is with regards to
> merging.
They have been merged in v3.6-rc.
> > Laurent Pinchart (9):
> > sh_mobile_meram: Rename operations to cache_[alloc|free|update]
> > sh_mobile_meram: Use direct function calls for the public API
> > sh_mobile_meram: Add direct MERAM allocation API
> > fbdev: sh_mobile_lcdc: Destroy mutex at remove time
> > fbdev: sh_mobile_lcdc: Fix line pitch computation
> > fbdev: sh_mobile_lcdc: Use channel configuration to initialize fb
> > device
> > fbdev: sh_mobile_lcdc: Support horizontal panning
> > fbdev: sh_mobile_lcdc: Fix overlay registers update during pan
> > operation
> > fbdev: sh_mobile_lcdc: Fix pan offset computation in YUV mode
> >
> > drivers/video/sh_mobile_lcdcfb.c | 209 +++++++++++++++++----------------
> > drivers/video/sh_mobile_lcdcfb.h | 5 +-
> > drivers/video/sh_mobile_meram.c | 235 ++++++++++++++++++---------------
> > include/video/sh_mobile_meram.h | 71 ++++++++----
> > 4 files changed, 293 insertions(+), 227 deletions(-)
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/9] SH Mobile LCDC and MERAM patches
2012-07-19 0:39 [PATCH 0/9] SH Mobile LCDC and MERAM patches Laurent Pinchart
2012-08-25 5:31 ` Simon Horman
2012-08-25 9:54 ` Laurent Pinchart
@ 2012-08-27 8:59 ` Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2012-08-27 8:59 UTC (permalink / raw)
To: linux-fbdev
On Sat, Aug 25, 2012 at 11:54:44AM +0200, Laurent Pinchart wrote:
> Hi Simon,
>
> On Saturday 25 August 2012 14:31:51 Simon Horman wrote:
> > On Thu, Jul 19, 2012 at 02:39:13AM +0200, Laurent Pinchart wrote:
> > > Hi,
> > >
> > > Here are 9 patches for the SH Mobile LCDC and MERAM drivers. Patches 1/9
> > > to 4/9 and 9/9 have previously been posted as part of the "SH Mobile LCDC
> > > MERAM-based frame buffer backing store" RFC series. Patch 5/9 has also
> > > been posted as part of the same series, albeit included in patch 9/9.
> > >
> > > As most of those patches have already been posted for review (patches 6/9
> > > to 8/9 that haven't been posted already are small fixes), I plan to send
> > > a pull request soon, to get the patches in v3.6 if possible.
> >
> > Hi Laurent,
> >
> > could you let me know what the status of these patches is with regards to
> > merging.
>
> They have been merged in v3.6-rc.
Thanks, sorry for not working that out myself.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-08-27 8:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-19 0:39 [PATCH 0/9] SH Mobile LCDC and MERAM patches Laurent Pinchart
2012-08-25 5:31 ` Simon Horman
2012-08-25 9:54 ` Laurent Pinchart
2012-08-27 8:59 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).