linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL for v3.6] SH Mobile LCDC fixes and planes support
@ 2012-06-16 14:07 Laurent Pinchart
  2012-06-20  1:01 ` Florian Tobias Schandinat
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Laurent Pinchart @ 2012-06-16 14:07 UTC (permalink / raw)
  To: linux-fbdev

Hi Florian,

Could you please pull the following LCDC patches ?

The following changes since commit b67989515defba7412acff01162e5bb1f0f5923a:

  video: s3c-fb: fix possible division by zero in s3c_fb_calc_pixclk 
(2012-06-13 17:34:16 +0000)

are available in the git repository at:
  git://linuxtv.org/pinchartl/fbdev.git planes

Guennadi Liakhovetski (1):
      fbdev: sh_mipi_dsi: fix a section mismatch

Laurent Pinchart (4):
      fbdev: sh_mobile_lcdc: Don't confuse line size with pitch
      fbdev: sh_mobile_lcdc: Constify sh_mobile_lcdc_fix structure
      fbdev: sh_mobile_lcdc: Rename fb operation handlers with a common prefix
      fbdev: sh_mobile_lcdc: Implement overlays support

 .../sysfs-devices-platform-sh_mobile_lcdc_fb       |   44 +
 drivers/video/sh_mipi_dsi.c                        |    7 +-
 drivers/video/sh_mobile_lcdcfb.c                   |  987 +++++++++++++++++--
 drivers/video/sh_mobile_lcdcfb.h                   |    1 +
 include/video/sh_mobile_lcdc.h                     |    7 +
 5 files changed, 944 insertions(+), 102 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-devices-platform-
sh_mobile_lcdc_fb

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PULL for v3.6] SH Mobile LCDC fixes and planes support
  2012-06-16 14:07 [PULL for v3.6] SH Mobile LCDC fixes and planes support Laurent Pinchart
@ 2012-06-20  1:01 ` Florian Tobias Schandinat
  2012-06-20  8:31 ` Laurent Pinchart
  2012-06-24 21:01 ` Florian Tobias Schandinat
  2 siblings, 0 replies; 4+ messages in thread
From: Florian Tobias Schandinat @ 2012-06-20  1:01 UTC (permalink / raw)
  To: linux-fbdev

Hi Laurent,

On 06/16/2012 02:07 PM, Laurent Pinchart wrote:
> Hi Florian,
> 
> Could you please pull the following LCDC patches ?

looks good, except...

> 
> The following changes since commit b67989515defba7412acff01162e5bb1f0f5923a:
> 
>   video: s3c-fb: fix possible division by zero in s3c_fb_calc_pixclk 
> (2012-06-13 17:34:16 +0000)
> 
> are available in the git repository at:
>   git://linuxtv.org/pinchartl/fbdev.git planes
> 
> Guennadi Liakhovetski (1):
>       fbdev: sh_mipi_dsi: fix a section mismatch
> 
> Laurent Pinchart (4):
>       fbdev: sh_mobile_lcdc: Don't confuse line size with pitch

...for this patch it would have been better if you based your work on a
more recent tree of Linus that already contains it instead of asking me
to pull it again [I now forwarded my fbdev-next to -rc3]. It's not a big
issue as git handles such situations but pushing patches around that are
essentially nops should be avoided I think. Well, if you decide to fix
it I'd be happy, otherwise I'll pull this in a few days nonetheless.


Best regards,

Florian Tobias Schandinat

>       fbdev: sh_mobile_lcdc: Constify sh_mobile_lcdc_fix structure
>       fbdev: sh_mobile_lcdc: Rename fb operation handlers with a common prefix
>       fbdev: sh_mobile_lcdc: Implement overlays support
> 
>  .../sysfs-devices-platform-sh_mobile_lcdc_fb       |   44 +
>  drivers/video/sh_mipi_dsi.c                        |    7 +-
>  drivers/video/sh_mobile_lcdcfb.c                   |  987 +++++++++++++++++--
>  drivers/video/sh_mobile_lcdcfb.h                   |    1 +
>  include/video/sh_mobile_lcdc.h                     |    7 +
>  5 files changed, 944 insertions(+), 102 deletions(-)
>  create mode 100644 Documentation/ABI/testing/sysfs-devices-platform-
> sh_mobile_lcdc_fb
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PULL for v3.6] SH Mobile LCDC fixes and planes support
  2012-06-16 14:07 [PULL for v3.6] SH Mobile LCDC fixes and planes support Laurent Pinchart
  2012-06-20  1:01 ` Florian Tobias Schandinat
@ 2012-06-20  8:31 ` Laurent Pinchart
  2012-06-24 21:01 ` Florian Tobias Schandinat
  2 siblings, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2012-06-20  8:31 UTC (permalink / raw)
  To: linux-fbdev

Hi Florian,

On Wednesday 20 June 2012 01:01:31 Florian Tobias Schandinat wrote:
> On 06/16/2012 02:07 PM, Laurent Pinchart wrote:
> > Hi Florian,
> > 
> > Could you please pull the following LCDC patches ?
> 
> looks good, except...
> 
> > The following changes since commit 
b67989515defba7412acff01162e5bb1f0f5923a:
> >   video: s3c-fb: fix possible division by zero in s3c_fb_calc_pixclk
> > 
> > (2012-06-13 17:34:16 +0000)
> > 
> > are available in the git repository at:
> >   git://linuxtv.org/pinchartl/fbdev.git planes
> > 
> > Guennadi Liakhovetski (1):
> >       fbdev: sh_mipi_dsi: fix a section mismatch
> > 
> > Laurent Pinchart (4):
> >       fbdev: sh_mobile_lcdc: Don't confuse line size with pitch
> 
> ...for this patch it would have been better if you based your work on a
> more recent tree of Linus that already contains it instead of asking me
> to pull it again [I now forwarded my fbdev-next to -rc3]. It's not a big
> issue as git handles such situations but pushing patches around that are
> essentially nops should be avoided I think. Well, if you decide to fix
> it I'd be happy, otherwise I'll pull this in a few days nonetheless.

Sorry about that. I've rebased the branch on top of the latest fbdev-next and 
pushed it to git://linuxtv.org/pinchartl/fbdev.git planes, that no-op patches 
isn't present anymore.

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PULL for v3.6] SH Mobile LCDC fixes and planes support
  2012-06-16 14:07 [PULL for v3.6] SH Mobile LCDC fixes and planes support Laurent Pinchart
  2012-06-20  1:01 ` Florian Tobias Schandinat
  2012-06-20  8:31 ` Laurent Pinchart
@ 2012-06-24 21:01 ` Florian Tobias Schandinat
  2 siblings, 0 replies; 4+ messages in thread
From: Florian Tobias Schandinat @ 2012-06-24 21:01 UTC (permalink / raw)
  To: linux-fbdev

On 06/20/2012 08:31 AM, Laurent Pinchart wrote:
> Hi Florian,
> 
> On Wednesday 20 June 2012 01:01:31 Florian Tobias Schandinat wrote:
>> On 06/16/2012 02:07 PM, Laurent Pinchart wrote:
>>> Hi Florian,
>>>
>>> Could you please pull the following LCDC patches ?
>>
>> looks good, except...
>>
>>> The following changes since commit 
> b67989515defba7412acff01162e5bb1f0f5923a:
>>>   video: s3c-fb: fix possible division by zero in s3c_fb_calc_pixclk
>>>
>>> (2012-06-13 17:34:16 +0000)
>>>
>>> are available in the git repository at:
>>>   git://linuxtv.org/pinchartl/fbdev.git planes
>>>
>>> Guennadi Liakhovetski (1):
>>>       fbdev: sh_mipi_dsi: fix a section mismatch
>>>
>>> Laurent Pinchart (4):
>>>       fbdev: sh_mobile_lcdc: Don't confuse line size with pitch
>>
>> ...for this patch it would have been better if you based your work on a
>> more recent tree of Linus that already contains it instead of asking me
>> to pull it again [I now forwarded my fbdev-next to -rc3]. It's not a big
>> issue as git handles such situations but pushing patches around that are
>> essentially nops should be avoided I think. Well, if you decide to fix
>> it I'd be happy, otherwise I'll pull this in a few days nonetheless.
> 
> Sorry about that. I've rebased the branch on top of the latest fbdev-next and 
> pushed it to git://linuxtv.org/pinchartl/fbdev.git planes, that no-op patches 
> isn't present anymore.

Merged.


Thanks,

Florian Tobias Schandinat


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-06-24 21:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-16 14:07 [PULL for v3.6] SH Mobile LCDC fixes and planes support Laurent Pinchart
2012-06-20  1:01 ` Florian Tobias Schandinat
2012-06-20  8:31 ` Laurent Pinchart
2012-06-24 21:01 ` 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).