All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] More Samsung patches for v3.2
@ 2011-10-06 14:57 Marek Szyprowski
  2011-11-03 18:25 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 4+ messages in thread
From: Marek Szyprowski @ 2011-10-06 14:57 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: linux-media, Marek Szyprowski, Kamil Debski, Kyungmin Park

Hello Mauro,

The following changes since commit 2f4cf2c3a971c4d5154def8ef9ce4811d702852d:

  [media] dib9000: release a lock on error (2011-09-30 13:32:56 -0300)

are available in the git repository at:
  git://git.infradead.org/users/kmpark/linux-2.6-samsung for_mauro

Kamil Debski (2):
      v4l: add G2D driver for s5p device family
      v4l: s5p-mfc: fix reported capabilities

 drivers/media/video/Kconfig               |    9 +
 drivers/media/video/Makefile              |    2 +
 drivers/media/video/s5p-g2d/Makefile      |    3 +
 drivers/media/video/s5p-g2d/g2d-hw.c      |  106 ++++
 drivers/media/video/s5p-g2d/g2d-regs.h    |  115 ++++
 drivers/media/video/s5p-g2d/g2d.c         |  824 +++++++++++++++++++++++++++++
 drivers/media/video/s5p-g2d/g2d.h         |   83 +++
 drivers/media/video/s5p-mfc/s5p_mfc_dec.c |    4 +-
 drivers/media/video/s5p-mfc/s5p_mfc_enc.c |    4 +-
 9 files changed, 1146 insertions(+), 4 deletions(-)
 create mode 100644 drivers/media/video/s5p-g2d/Makefile
 create mode 100644 drivers/media/video/s5p-g2d/g2d-hw.c
 create mode 100644 drivers/media/video/s5p-g2d/g2d-regs.h
 create mode 100644 drivers/media/video/s5p-g2d/g2d.c
 create mode 100644 drivers/media/video/s5p-g2d/g2d.h

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

* Re: [GIT PULL] More Samsung patches for v3.2
  2011-10-06 14:57 [GIT PULL] More Samsung patches for v3.2 Marek Szyprowski
@ 2011-11-03 18:25 ` Mauro Carvalho Chehab
  2011-11-04  7:09   ` Marek Szyprowski
  0 siblings, 1 reply; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2011-11-03 18:25 UTC (permalink / raw)
  To: Marek Szyprowski; +Cc: linux-media, Kamil Debski, Kyungmin Park

Em 06-10-2011 11:57, Marek Szyprowski escreveu:
> Hello Mauro,
> 
> The following changes since commit 2f4cf2c3a971c4d5154def8ef9ce4811d702852d:
> 
>   [media] dib9000: release a lock on error (2011-09-30 13:32:56 -0300)
> 
> are available in the git repository at:
>   git://git.infradead.org/users/kmpark/linux-2.6-samsung for_mauro
> 
> Kamil Debski (2):
>       v4l: add G2D driver for s5p device family
>       v4l: s5p-mfc: fix reported capabilities

Not sure what happened, but the patches that came from the above are these, instead:

0001-media-vb2-add-a-check-for-uninitialized-buffer.patch
0002-media-vb2-set-buffer-length-correctly-for-all-buffer.patch
0003-media-vb2-reset-queued-list-on-REQBUFS-0-call.patch
0004-vb2-add-vb2_get_unmapped_area-in-vb2-core.patch
0005-v4l-add-G2D-driver-for-s5p-device-family.patch
0006-v4l-s5p-mfc-fix-reported-capabilities.patch
0007-MFC-Change-MFC-firmware-binary-name.patch
0008-v4l-Add-AUTO-option-for-the-V4L2_CID_POWER_LINE_FREQ.patch
0009-v4l-Add-v4l2-subdev-driver-for-S5K6AAFX-sensor.patch


> 
>  drivers/media/video/Kconfig               |    9 +
>  drivers/media/video/Makefile              |    2 +
>  drivers/media/video/s5p-g2d/Makefile      |    3 +
>  drivers/media/video/s5p-g2d/g2d-hw.c      |  106 ++++
>  drivers/media/video/s5p-g2d/g2d-regs.h    |  115 ++++
>  drivers/media/video/s5p-g2d/g2d.c         |  824 +++++++++++++++++++++++++++++
>  drivers/media/video/s5p-g2d/g2d.h         |   83 +++
>  drivers/media/video/s5p-mfc/s5p_mfc_dec.c |    4 +-
>  drivers/media/video/s5p-mfc/s5p_mfc_enc.c |    4 +-
>  9 files changed, 1146 insertions(+), 4 deletions(-)
>  create mode 100644 drivers/media/video/s5p-g2d/Makefile
>  create mode 100644 drivers/media/video/s5p-g2d/g2d-hw.c
>  create mode 100644 drivers/media/video/s5p-g2d/g2d-regs.h
>  create mode 100644 drivers/media/video/s5p-g2d/g2d.c
>  create mode 100644 drivers/media/video/s5p-g2d/g2d.h
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

* RE: [GIT PULL] More Samsung patches for v3.2
  2011-11-03 18:25 ` Mauro Carvalho Chehab
@ 2011-11-04  7:09   ` Marek Szyprowski
  2011-11-04  9:39     ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 4+ messages in thread
From: Marek Szyprowski @ 2011-11-04  7:09 UTC (permalink / raw)
  To: 'Mauro Carvalho Chehab'
  Cc: linux-media, 'Kamil Debski', 'Kyungmin Park'

Hello Mauro,

On Thursday, November 03, 2011 7:26 PM Mauro Carvalho Chehab wrote:

> Em 06-10-2011 11:57, Marek Szyprowski escreveu:
> > Hello Mauro,
> >
> > The following changes since commit 2f4cf2c3a971c4d5154def8ef9ce4811d702852d:
> >
> >   [media] dib9000: release a lock on error (2011-09-30 13:32:56 -0300)
> >
> > are available in the git repository at:
> >   git://git.infradead.org/users/kmpark/linux-2.6-samsung for_mauro
> >
> > Kamil Debski (2):
> >       v4l: add G2D driver for s5p device family
> >       v4l: s5p-mfc: fix reported capabilities
> 
> Not sure what happened, but the patches that came from the above are these, instead:
> 
> 0001-media-vb2-add-a-check-for-uninitialized-buffer.patch
> 0002-media-vb2-set-buffer-length-correctly-for-all-buffer.patch
> 0003-media-vb2-reset-queued-list-on-REQBUFS-0-call.patch
> 0004-vb2-add-vb2_get_unmapped_area-in-vb2-core.patch
> 0005-v4l-add-G2D-driver-for-s5p-device-family.patch
> 0006-v4l-s5p-mfc-fix-reported-capabilities.patch
> 0007-MFC-Change-MFC-firmware-binary-name.patch
> 0008-v4l-Add-AUTO-option-for-the-V4L2_CID_POWER_LINE_FREQ.patch
> 0009-v4l-Add-v4l2-subdev-driver-for-S5K6AAFX-sensor.patch

Right. I thought that my initial pull request have been lost so I've collected all
the patches that had not been merged yet and I was about to send the pull request
again yesterday. Too bad that I had to get out from the office early...

Now I see that some of these patches have been merged, so I will rebase the branch
and send pull request again.

Almost all of them are quite important fixes to various videobuf2 corner cases, so I
hope they will find their way into v3.2.

Best regards
-- 
Marek Szyprowski
Samsung Poland R&D Center



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

* Re: [GIT PULL] More Samsung patches for v3.2
  2011-11-04  7:09   ` Marek Szyprowski
@ 2011-11-04  9:39     ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2011-11-04  9:39 UTC (permalink / raw)
  To: Marek Szyprowski
  Cc: linux-media, 'Kamil Debski', 'Kyungmin Park'

Em 04-11-2011 05:09, Marek Szyprowski escreveu:
> Hello Mauro,
> 
> On Thursday, November 03, 2011 7:26 PM Mauro Carvalho Chehab wrote:
> 
>> Em 06-10-2011 11:57, Marek Szyprowski escreveu:
>>> Hello Mauro,
>>>
>>> The following changes since commit 2f4cf2c3a971c4d5154def8ef9ce4811d702852d:
>>>
>>>   [media] dib9000: release a lock on error (2011-09-30 13:32:56 -0300)
>>>
>>> are available in the git repository at:
>>>   git://git.infradead.org/users/kmpark/linux-2.6-samsung for_mauro
>>>
>>> Kamil Debski (2):
>>>       v4l: add G2D driver for s5p device family
>>>       v4l: s5p-mfc: fix reported capabilities
>>
>> Not sure what happened, but the patches that came from the above are these, instead:
>>
>> 0001-media-vb2-add-a-check-for-uninitialized-buffer.patch
>> 0002-media-vb2-set-buffer-length-correctly-for-all-buffer.patch
>> 0003-media-vb2-reset-queued-list-on-REQBUFS-0-call.patch
>> 0004-vb2-add-vb2_get_unmapped_area-in-vb2-core.patch
>> 0005-v4l-add-G2D-driver-for-s5p-device-family.patch
>> 0006-v4l-s5p-mfc-fix-reported-capabilities.patch
>> 0007-MFC-Change-MFC-firmware-binary-name.patch
>> 0008-v4l-Add-AUTO-option-for-the-V4L2_CID_POWER_LINE_FREQ.patch
>> 0009-v4l-Add-v4l2-subdev-driver-for-S5K6AAFX-sensor.patch
> 
> Right. I thought that my initial pull request have been lost so I've collected all
> the patches that had not been merged yet and I was about to send the pull request
> again yesterday. Too bad that I had to get out from the office early...
> 
> Now I see that some of these patches have been merged, so I will rebase the branch
> and send pull request again.
> 
> Almost all of them are quite important fixes to various videobuf2 corner cases, so I
> hope they will find their way into v3.2.

Please split them into fixes and non-fixes. It is probably to late for sending the
non-fixes for 3.2. I'll be sending later what's merged on today's linux-next upstream.
The remaining ones will likely be sending only after -rc1.

Regards,
Mauro

> 
> Best regards


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

end of thread, other threads:[~2011-11-04  9:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-06 14:57 [GIT PULL] More Samsung patches for v3.2 Marek Szyprowski
2011-11-03 18:25 ` Mauro Carvalho Chehab
2011-11-04  7:09   ` Marek Szyprowski
2011-11-04  9:39     ` Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.