[GIT,PULL,FOR,v3.5] S5P driver fixes
Message ID | 4FEDEE7C.7080105@samsung.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers |
Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from <linux-media-owner@vger.kernel.org>) id 1SkfZq-0004ba-PX for patchwork@linuxtv.org; Fri, 29 Jun 2012 20:05:54 +0200 X-tubIT-Incoming-IP: 209.132.180.67 Received: from vger.kernel.org ([209.132.180.67]) by mail.tu-berlin.de (exim-4.75/mailfrontend-3) with esmtp for <patchwork@linuxtv.org> id 1SkfZq-0007Td-Dr; Fri, 29 Jun 2012 20:05:54 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754084Ab2F2SFw (ORCPT <rfc822;patchwork@linuxtv.org>); Fri, 29 Jun 2012 14:05:52 -0400 Received: from mailout2.w1.samsung.com ([210.118.77.12]:51352 "EHLO mailout2.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753290Ab2F2SFv (ORCPT <rfc822;linux-media@vger.kernel.org>); Fri, 29 Jun 2012 14:05:51 -0400 Received: from eusync4.samsung.com (mailout2.w1.samsung.com [210.118.77.12]) by mailout2.w1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0M6E00ALX4YIES30@mailout2.w1.samsung.com> for linux-media@vger.kernel.org; Fri, 29 Jun 2012 19:06:18 +0100 (BST) Received: from [106.116.147.32] by eusync4.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0M6E004YA4XPN500@eusync4.samsung.com> for linux-media@vger.kernel.org; Fri, 29 Jun 2012 19:05:49 +0100 (BST) Message-id: <4FEDEE7C.7080105@samsung.com> Date: Fri, 29 Jun 2012 20:05:48 +0200 From: Sylwester Nawrocki <s.nawrocki@samsung.com> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-version: 1.0 Cc: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>, Mauro Carvalho Chehab <mchehab@redhat.com> Subject: Re: [GIT PULL FOR v3.5] S5P driver fixes References: <4FEC864D.5040608@samsung.com> In-reply-to: <4FEC864D.5040608@samsung.com> Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7bit X-TM-AS-MML: No To: unlisted-recipients:; (no To-header on input) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: <linux-media.vger.kernel.org> X-Mailing-List: linux-media@vger.kernel.org X-PMX-Version: 5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2012.6.29.175716 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' MULTIPLE_RCPTS 0.1, HTML_00_01 0.05, HTML_00_10 0.05, BODY_SIZE_3000_3999 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, CT_TEXT_PLAIN_UTF8_CAPS 0, TO_UNDISCLOSED_RECIPIENTS 0, URI_ENDS_IN_HTML 0, __ANY_URI 0, __BOUNCE_CHALLENGE_SUBJ 0, __BOUNCE_NDR_SUBJ_EXEMPT 0, __CP_MEDIA_BODY 0, __CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILING_LIST 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MOZILLA_MSGID 0, __MULTIPLE_RCPTS_CC_X2 0, __PHISH_SPEAR_STRUCTURE_1 0, __PHISH_SPEAR_STRUCTURE_2 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_3 0, __URI_NO_WWW 0, __URI_NS , __USER_AGENT 0' |
Pull-request
git://git.infradead.org/users/kmpark/linux-samsung v4l-fixesMessage
Sylwester Nawrocki
June 29, 2012, 6:05 p.m. UTC
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 Sylwester Nawrocki (2): s5p-fimc: Add missing FIMC-LITE file operations locking 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(-) --- Regards, Sylwester -- 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
Comments
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: 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 So, from this series, I'll only apply the "s5p-fimc: Add missing FIMC-LITE file operations locking" patch. Regards, Mauro -- 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
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 -- 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
Em 06-07-2012 16:56, Sylwester Nawrocki escreveu: > 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). I pushed the branch with the fixes into my experimental tree: http://git.linuxtv.org/mchehab/experimental.git/shortlog/refs/heads/v4l_for_linus Could you please check what's missing there and rebase the pending patches for it? > >> So, from this series, I'll only apply the "s5p-fimc: Add missing FIMC-LITE file operations locking" >> patch. > > Regards, > Sylwester > -- 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
On 07/07/2012 12:37 AM, Mauro Carvalho Chehab wrote: > I pushed the branch with the fixes into my experimental tree: > http://git.linuxtv.org/mchehab/experimental.git/shortlog/refs/heads/v4l_for_linus > > Could you please check what's missing there and rebase the pending patches for it? It looks good, there are only 2 patches missing (from git://git.infradead.org/users/kmpark/linux-samsung v4l-fixes): df5772f Revert "[media] V4L: JPEG class documentation corrections" 196073a s5p-fimc: Add missing FIMC-LITE file operations locking They applied cleanly without a need to rebase. I pushed everything for reference to: git@github.com:snawrocki/linux.git mchehab-experimental https://github.com/snawrocki/linux/commits/mchehab-experimental Sorry for the hassle. Next time I'll try not to send subsequent pull request when any previous one is pending. -- Regards, Sylwester -- 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