* [GIT PULL FOR v3.5] S5P driver fixes
@ 2012-06-28 16:29 Sylwester Nawrocki
2012-06-29 18:05 ` Sylwester Nawrocki
0 siblings, 1 reply; 6+ messages in thread
From: Sylwester Nawrocki @ 2012-06-28 16:29 UTC (permalink / raw)
To: linux-media@vger.kernel.org; +Cc: Mauro Carvalho Chehab
Hi Mauro,
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(-)
Regards,
--
Sylwester Nawrocki
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [GIT PULL FOR v3.5] S5P driver fixes 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 0 siblings, 1 reply; 6+ messages in thread From: Sylwester Nawrocki @ 2012-06-29 18:05 UTC (permalink / raw) Cc: linux-media@vger.kernel.org, Mauro Carvalho Chehab 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL FOR v3.5] S5P driver fixes 2012-06-29 18:05 ` Sylwester Nawrocki @ 2012-07-06 19:10 ` Mauro Carvalho Chehab 2012-07-06 19:56 ` Sylwester Nawrocki 0 siblings, 1 reply; 6+ messages in thread From: Mauro Carvalho Chehab @ 2012-07-06 19:10 UTC (permalink / raw) To: Sylwester Nawrocki; +Cc: linux-media@vger.kernel.org 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL FOR v3.5] S5P driver fixes 2012-07-06 19:10 ` Mauro Carvalho Chehab @ 2012-07-06 19:56 ` Sylwester Nawrocki 2012-07-06 22:37 ` Mauro Carvalho Chehab 0 siblings, 1 reply; 6+ messages in thread From: Sylwester Nawrocki @ 2012-07-06 19:56 UTC (permalink / raw) To: Mauro Carvalho Chehab; +Cc: Sylwester Nawrocki, linux-media@vger.kernel.org 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL FOR v3.5] S5P driver fixes 2012-07-06 19:56 ` Sylwester Nawrocki @ 2012-07-06 22:37 ` Mauro Carvalho Chehab 2012-07-07 0:22 ` Sylwester Nawrocki 0 siblings, 1 reply; 6+ messages in thread From: Mauro Carvalho Chehab @ 2012-07-06 22:37 UTC (permalink / raw) To: Sylwester Nawrocki; +Cc: Sylwester Nawrocki, linux-media@vger.kernel.org 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 > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL FOR v3.5] S5P driver fixes 2012-07-06 22:37 ` Mauro Carvalho Chehab @ 2012-07-07 0:22 ` Sylwester Nawrocki 0 siblings, 0 replies; 6+ messages in thread From: Sylwester Nawrocki @ 2012-07-07 0:22 UTC (permalink / raw) To: Mauro Carvalho Chehab; +Cc: Sylwester Nawrocki, linux-media@vger.kernel.org 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-07-07 0:22 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 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 2012-07-06 22:37 ` Mauro Carvalho Chehab 2012-07-07 0:22 ` Sylwester Nawrocki
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).