linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
To: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>,
	"linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Subject: Re: [GIT PULL FOR v3.5] S5P driver fixes
Date: Fri, 06 Jul 2012 21:56:54 +0200	[thread overview]
Message-ID: <4FF74306.2030000@gmail.com> (raw)
In-Reply-To: <4FF73821.9010108@redhat.com>

On 07/06/2012 09:10 PM, Mauro Carvalho Chehab wrote:
> Em 29-06-2012 15:05, Sylwester Nawrocki escreveu:
>> Hi Mauro,
>>
>> On 06/28/2012 06:29 PM, Sylwester Nawrocki wrote:
>>>
>>> The following changes since commit 433002d69888238b16f8ea9434447feaa1fc9bf0:
>>>
>>>     Merge remote-tracking branch 'party-public/v4l-fimc-fixes' into v4l-fixes
>>> (2012-06-27 16:28:08 +0200)
>>>
>>> are available in the git repository at:
>>>
>>>
>>>     git://git.infradead.org/users/kmpark/linux-samsung v4l-fixes
>>>
>>> for you to fetch changes up to f8a623efac978987be818a0a9d2d407791a066e4:
>>>
>>>     Revert "[media] V4L: JPEG class documentation corrections" (2012-06-27
>>> 16:31:20 +0200)
>>>
>>> ----------------------------------------------------------------
>>> Kamil Debski (1):
>>>         s5p-mfc: Fixed setup of custom controls in decoder and encoder
>>>
>>> Sylwester Nawrocki (2):
>>>         s5p-fimc: Add missing FIMC-LITE file operations locking
>>>
>>> This patch depends on my previous pull request:
>>> http://patchwork.linuxtv.org/patch/11503
>>>
>>>         Revert "[media] V4L: JPEG class documentation corrections"
>>>
>>>    Documentation/DocBook/media/v4l/controls.xml           |    2 +-
>>>    Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml |    7 -------
>>>    drivers/media/video/s5p-fimc/fimc-lite.c               |   61
>>> ++++++++++++++++++++++++++++++++++++++++++++-----------------
>>>    drivers/media/video/s5p-mfc/s5p_mfc_dec.c              |    1 +
>>>    drivers/media/video/s5p-mfc/s5p_mfc_enc.c              |    1 +
>>>    5 files changed, 47 insertions(+), 25 deletions(-)
>>
>> Sorry, I messed up this pull request by rebasing it onto wrong branch.
>> Here it is corrected, against staging/for_v3.5 and on top of merged
>> v4l-fimc-fixes branch, as per http://patchwork.linuxtv.org/patch/11503
>>
>>
>> The following changes since commit 96fc9f0f51d6b0d807aeb1f6e38485a3de429fd4:
>>
>>     s5p-fimc: Stop media entity pipeline if fimc_pipeline_validate fails (2012-06-05 13:28:25 +0200)
>>
>> are available in the git repository at:
>>
>>     git://git.infradead.org/users/kmpark/linux-samsung v4l-fixes
>>
>> for you to fetch changes up to c7de5370086a948c67cb7eeb5f25178c8979b0fe:
>>
>>     Revert "[media] V4L: JPEG class documentation corrections" (2012-06-29 16:00:33 +0200)
>>
>> ----------------------------------------------------------------
>> Kamil Debski (1):
>>         s5p-mfc: Fixed setup of custom controls in decoder and encoder
> 
> This patch applied OK.
> 
>> Sylwester Nawrocki (2):
>>         s5p-fimc: Add missing FIMC-LITE file operations locking
> 
> This one didn't apply for v3.5:

Hmm, perhaps because these previous fixes aren't applied yet
http://patchwork.linuxtv.org/patch/11503 ?

> Applying patch patches/0016-s5p-fimc-Add-missing-FIMC-LITE-file-operations-locki.patch
> patching file drivers/media/video/s5p-fimc/fimc-lite.c
> Hunk #1 FAILED at 453.
> Hunk #2 succeeded at 492 (offset -2 lines).
> 1 out of 2 hunks FAILED -- rejects in file drivers/media/video/s5p-fimc/fimc-lite.c
> Patch patches/0016-s5p-fimc-Add-missing-FIMC-LITE-file-operations-locki.patch does not apply (enforce with -f)
> Patch didn't apply. Aborting
> 
> 
>>         Revert "[media] V4L: JPEG class documentation corrections"
> 
> My scripts say that this patch were already applied.
> 
> $ test_patch
> testing if patches/0017-Revert-media-V4L-JPEG-class-documentation-correction.patch applies
> patch -p1 -i patches/0017-Revert-media-V4L-JPEG-class-documentation-correction.patch --dry-run -t -N
> patching file Documentation/DocBook/media/v4l/controls.xml
> patching file Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml
>   Documentation/DocBook/media/v4l/controls.xml           |    2 +-
>   Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml |    7 -------
>   2 files changed, 1 insertion(+), 8 deletions(-)
> Subject: Revert "[media] V4L: JPEG class documentation corrections"
> From: Sylwester Nawrocki<s.nawrocki@samsung.com>
> Date: Wed, 27 Jun 2012 15:12:31 +0200
> Patch applies OK
> total: 0 errors, 0 warnings, 21 lines checked
> 
> patches/0017-Revert-media-V4L-JPEG-class-documentation-correction.patch has no obvious style problems and is ready for submission.
> Patch is likely applied

I'm not sure why it doesn't apply now, but the issue is still there, 
two similar patches exist in v3.5:

http://git.linuxtv.org/linux-2.6.git/history/c4aed353b1b079eb4843e6a708fc68b4b28f72aa:/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml

One of them just needs to be reverted. I described this issue previously:
http://www.spinics.net/lists/linux-media/msg47879.html

And then decided to send a reverting patch myself.

I tried all three patches on latest Linus' tree and they applied cleanly
(but I had applied fixups from v4l-fimc-fixes first).

> So, from this series, I'll only apply the "s5p-fimc: Add missing FIMC-LITE file operations locking"
> patch.

Regards,
Sylwester

  reply	other threads:[~2012-07-06 19:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-28 16:29 [GIT PULL FOR v3.5] S5P driver fixes Sylwester Nawrocki
2012-06-29 18:05 ` Sylwester Nawrocki
2012-07-06 19:10   ` Mauro Carvalho Chehab
2012-07-06 19:56     ` Sylwester Nawrocki [this message]
2012-07-06 22:37       ` Mauro Carvalho Chehab
2012-07-07  0:22         ` Sylwester Nawrocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FF74306.2030000@gmail.com \
    --to=sylvester.nawrocki@gmail.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@redhat.com \
    --cc=s.nawrocki@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).