* [GIT PULL] SH Mobile LCDC and MERAM patches
@ 2012-07-24 9:16 Laurent Pinchart
2012-07-26 17:14 ` Florian Tobias Schandinat
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Laurent Pinchart @ 2012-07-24 9:16 UTC (permalink / raw)
To: linux-fbdev
Hi Florian,
The following changes since commit 6fcdbc0c3a683003a00f383fceac80da1b7852ff:
s3fb: Add Virge/MX (86C260) (2012-07-08 14:03:50 +0000)
are available in the git repository at:
git://linuxtv.org/pinchartl/fbdev.git for-next
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: [GIT PULL] SH Mobile LCDC and MERAM patches
2012-07-24 9:16 [GIT PULL] SH Mobile LCDC and MERAM patches Laurent Pinchart
@ 2012-07-26 17:14 ` Florian Tobias Schandinat
2012-07-26 17:26 ` Laurent Pinchart
2012-07-29 21:16 ` Florian Tobias Schandinat
2 siblings, 0 replies; 4+ messages in thread
From: Florian Tobias Schandinat @ 2012-07-26 17:14 UTC (permalink / raw)
To: linux-fbdev
Hi Laurent,
On 07/24/2012 09:16 AM, Laurent Pinchart wrote:
> Hi Florian,
>
> The following changes since commit 6fcdbc0c3a683003a00f383fceac80da1b7852ff:
>
> s3fb: Add Virge/MX (86C260) (2012-07-08 14:03:50 +0000)
>
> are available in the git repository at:
> git://linuxtv.org/pinchartl/fbdev.git for-next
Merged. Should I also apply your followup patch
"[PATCH] fbdev: sh_mobile_lcdc: Fix vertical panning step"
?
Best regards,
Florian Tobias Schandinat
>
> 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: [GIT PULL] SH Mobile LCDC and MERAM patches
2012-07-24 9:16 [GIT PULL] SH Mobile LCDC and MERAM patches Laurent Pinchart
2012-07-26 17:14 ` Florian Tobias Schandinat
@ 2012-07-26 17:26 ` Laurent Pinchart
2012-07-29 21:16 ` Florian Tobias Schandinat
2 siblings, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2012-07-26 17:26 UTC (permalink / raw)
To: linux-fbdev
Hi Florian,
On Thursday 26 July 2012 17:14:33 Florian Tobias Schandinat wrote:
> On 07/24/2012 09:16 AM, Laurent Pinchart wrote:
> > Hi Florian,
> >
> > The following changes since commit
6fcdbc0c3a683003a00f383fceac80da1b7852ff:
> > s3fb: Add Virge/MX (86C260) (2012-07-08 14:03:50 +0000)
> >
> > are available in the git repository at:
> > git://linuxtv.org/pinchartl/fbdev.git for-next
>
> Merged. Should I also apply your followup patch
> "[PATCH] fbdev: sh_mobile_lcdc: Fix vertical panning step"
> ?
I was planning to send a pull request for that one, but yes, please merge it
:-)
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] SH Mobile LCDC and MERAM patches
2012-07-24 9:16 [GIT PULL] SH Mobile LCDC and MERAM patches Laurent Pinchart
2012-07-26 17:14 ` Florian Tobias Schandinat
2012-07-26 17:26 ` Laurent Pinchart
@ 2012-07-29 21:16 ` Florian Tobias Schandinat
2 siblings, 0 replies; 4+ messages in thread
From: Florian Tobias Schandinat @ 2012-07-29 21:16 UTC (permalink / raw)
To: linux-fbdev
On 07/26/2012 05:26 PM, Laurent Pinchart wrote:
> Hi Florian,
>
> On Thursday 26 July 2012 17:14:33 Florian Tobias Schandinat wrote:
>> On 07/24/2012 09:16 AM, Laurent Pinchart wrote:
>>> Hi Florian,
>>>
>>> The following changes since commit
> 6fcdbc0c3a683003a00f383fceac80da1b7852ff:
>>> s3fb: Add Virge/MX (86C260) (2012-07-08 14:03:50 +0000)
>>>
>>> are available in the git repository at:
>>> git://linuxtv.org/pinchartl/fbdev.git for-next
>>
>> Merged. Should I also apply your followup patch
>> "[PATCH] fbdev: sh_mobile_lcdc: Fix vertical panning step"
>> ?
>
> I was planning to send a pull request for that one, but yes, please merge it
> :-)
Applied.
Thanks,
Florian Tobias Schandinat
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-07-29 21:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-24 9:16 [GIT PULL] SH Mobile LCDC and MERAM patches Laurent Pinchart
2012-07-26 17:14 ` Florian Tobias Schandinat
2012-07-26 17:26 ` Laurent Pinchart
2012-07-29 21:16 ` Florian Tobias Schandinat
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).