* [GIT PULL FOR v3.11]
@ 2013-06-27 6:55 Hans Verkuil
2013-07-11 17:25 ` Prabhakar Lad
0 siblings, 1 reply; 5+ messages in thread
From: Hans Verkuil @ 2013-06-27 6:55 UTC (permalink / raw)
To: linux-media
(Same as my previous git pull message, but with more cleanup patches and
fixes from Prabhakar.)
Some async/OF work from Prabhakar (the correct version this time) and
assorted improvements and fixes for compiler warnings.
Also some fixes for some fallout from the new requirement that v4l2_dev
must be set when registering a device node. I missed two cases: the wl128x
never had a v4l2_device and it never set the old parent pointer, and the case
where a v4l2_device was created, but it was never set in video_device (and
neither was the old parent pointer).
I've tested the wl128x since it turns out that it tries to load itself on a
regular PC that does not have this chipset. Dubious behavior in any case, but
useful now because it made it easy to test this patch.
Regards,
Hans
The following changes since commit ee17608d6aa04a86e253a9130d6c6d00892f132b:
[media] imx074: support asynchronous probing (2013-06-21 16:36:15 -0300)
are available in the git repository at:
git://linuxtv.org/hverkuil/media_tree.git for-v3.11
for you to fetch changes up to 7a95f9fbecf8eb65678cb945f0bc3564018e1950:
media: davinci: vpif: display: add V4L2-async support (2013-06-27 08:48:38 +0200)
----------------------------------------------------------------
Emil Goode (1):
saa7134: Fix sparse warnings by adding __user annotation
Hans Verkuil (7):
ml86v7667: fix compiler warning
bfin_capture: fix compiler warning
omap_vout: fix compiler warning
v4l2-controls.h: fix copy-and-paste error in comment
saa7164: fix compiler warning
wl128x: add missing struct v4l2_device.
mem2mem: set missing v4l2_dev pointer
Lad, Prabhakar (9):
media: i2c: ths8200: support asynchronous probing
media: i2c: ths8200: add OF support
media: i2c: adv7343: add support for asynchronous probing
media: i2c: tvp7002: add support for asynchronous probing
media: i2c: tvp7002: remove manual setting of subdev name
media: i2c: tvp514x: remove manual setting of subdev name
media: i2c: tvp514x: add support for asynchronous probing
media: davinci: vpif: capture: add V4L2-async support
media: davinci: vpif: display: add V4L2-async support
Lars-Peter Clausen (1):
tvp514x: Fix init seqeunce
Documentation/devicetree/bindings/media/i2c/ths8200.txt | 19 +++++++
drivers/media/i2c/adv7343.c | 15 ++++--
drivers/media/i2c/ml86v7667.c | 2 +-
drivers/media/i2c/ths8200.c | 18 ++++++-
drivers/media/i2c/tvp514x.c | 31 ++++++-----
drivers/media/i2c/tvp7002.c | 7 ++-
drivers/media/pci/saa7134/saa7134-video.c | 2 +-
drivers/media/pci/saa7164/saa7164-core.c | 3 +-
drivers/media/platform/blackfin/bfin_capture.c | 4 +-
drivers/media/platform/davinci/vpif_capture.c | 151 +++++++++++++++++++++++++++++++++++-----------------
drivers/media/platform/davinci/vpif_capture.h | 2 +
drivers/media/platform/davinci/vpif_display.c | 210 ++++++++++++++++++++++++++++++++++++++++++++-----------------------------
drivers/media/platform/davinci/vpif_display.h | 3 +-
drivers/media/platform/m2m-deinterlace.c | 1 +
drivers/media/platform/mem2mem_testdev.c | 3 +-
drivers/media/platform/mx2_emmaprp.c | 1 +
drivers/media/platform/omap/omap_vout.c | 3 +-
drivers/media/radio/wl128x/fmdrv.h | 2 +
drivers/media/radio/wl128x/fmdrv_v4l2.c | 8 +++
include/media/davinci/vpif_types.h | 4 ++
include/uapi/linux/v4l2-controls.h | 4 +-
21 files changed, 335 insertions(+), 158 deletions(-)
create mode 100644 Documentation/devicetree/bindings/media/i2c/ths8200.txt
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [GIT PULL FOR v3.11]
2013-06-27 6:55 [GIT PULL FOR v3.11] Hans Verkuil
@ 2013-07-11 17:25 ` Prabhakar Lad
2013-07-25 13:25 ` Hans Verkuil
0 siblings, 1 reply; 5+ messages in thread
From: Prabhakar Lad @ 2013-07-11 17:25 UTC (permalink / raw)
To: Hans Verkuil; +Cc: linux-media, Hans Verkuil
Hi Hans,
On Thu, Jun 27, 2013 at 12:25 PM, Hans Verkuil <hverkuil@xs4all.nl> wrote:
> (Same as my previous git pull message, but with more cleanup patches and
[snip]
> Lad, Prabhakar (9):
> media: i2c: ths8200: support asynchronous probing
> media: i2c: ths8200: add OF support
> media: i2c: adv7343: add support for asynchronous probing
> media: i2c: tvp7002: add support for asynchronous probing
> media: i2c: tvp7002: remove manual setting of subdev name
> media: i2c: tvp514x: remove manual setting of subdev name
> media: i2c: tvp514x: add support for asynchronous probing
> media: davinci: vpif: capture: add V4L2-async support
> media: davinci: vpif: display: add V4L2-async support
>
I see last two patches missing in Mauro's pull request for v3.11 and v3.11-rc1.
Regards,
--Prabhakar Lad
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL FOR v3.11]
2013-07-11 17:25 ` Prabhakar Lad
@ 2013-07-25 13:25 ` Hans Verkuil
2013-07-26 4:33 ` Prabhakar Lad
0 siblings, 1 reply; 5+ messages in thread
From: Hans Verkuil @ 2013-07-25 13:25 UTC (permalink / raw)
To: Prabhakar Lad; +Cc: linux-media, Hans Verkuil
Hi Prabhakar,
On Thu 11 July 2013 19:25:15 Prabhakar Lad wrote:
> Hi Hans,
>
> On Thu, Jun 27, 2013 at 12:25 PM, Hans Verkuil <hverkuil@xs4all.nl> wrote:
> > (Same as my previous git pull message, but with more cleanup patches and
> [snip]
> > Lad, Prabhakar (9):
> > media: i2c: ths8200: support asynchronous probing
> > media: i2c: ths8200: add OF support
> > media: i2c: adv7343: add support for asynchronous probing
> > media: i2c: tvp7002: add support for asynchronous probing
> > media: i2c: tvp7002: remove manual setting of subdev name
> > media: i2c: tvp514x: remove manual setting of subdev name
> > media: i2c: tvp514x: add support for asynchronous probing
> > media: davinci: vpif: capture: add V4L2-async support
> > media: davinci: vpif: display: add V4L2-async support
> >
> I see last two patches missing in Mauro's pull request for v3.11 and v3.11-rc1.
I had to split up my pull request into fixes for 3.11 and new stuff for 3.12
since the merge window was about to open at the time.
Your 'missing' patches are here:
http://git.linuxtv.org/hverkuil/media_tree.git/shortlog/refs/heads/for-v3.12
In the next few days I'll try to process all remaining patches delegated to me.
If you have patches not yet delegated to me, or that are not in my for-v3.12
branch, then let me know.
Regards,
Hans
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL FOR v3.11]
2013-07-25 13:25 ` Hans Verkuil
@ 2013-07-26 4:33 ` Prabhakar Lad
2013-07-26 8:34 ` Hans Verkuil
0 siblings, 1 reply; 5+ messages in thread
From: Prabhakar Lad @ 2013-07-26 4:33 UTC (permalink / raw)
To: Hans Verkuil; +Cc: linux-media, Hans Verkuil
Hi Hans,
On Thu, Jul 25, 2013 at 6:55 PM, Hans Verkuil <hverkuil@xs4all.nl> wrote:
> Hi Prabhakar,
>
> On Thu 11 July 2013 19:25:15 Prabhakar Lad wrote:
>> Hi Hans,
>>
>> On Thu, Jun 27, 2013 at 12:25 PM, Hans Verkuil <hverkuil@xs4all.nl> wrote:
>> > (Same as my previous git pull message, but with more cleanup patches and
>> [snip]
>> > Lad, Prabhakar (9):
>> > media: i2c: ths8200: support asynchronous probing
>> > media: i2c: ths8200: add OF support
>> > media: i2c: adv7343: add support for asynchronous probing
>> > media: i2c: tvp7002: add support for asynchronous probing
>> > media: i2c: tvp7002: remove manual setting of subdev name
>> > media: i2c: tvp514x: remove manual setting of subdev name
>> > media: i2c: tvp514x: add support for asynchronous probing
>> > media: davinci: vpif: capture: add V4L2-async support
>> > media: davinci: vpif: display: add V4L2-async support
>> >
>> I see last two patches missing in Mauro's pull request for v3.11 and v3.11-rc1.
>
> I had to split up my pull request into fixes for 3.11 and new stuff for 3.12
> since the merge window was about to open at the time.
>
Ok no problem.
> Your 'missing' patches are here:
>
> http://git.linuxtv.org/hverkuil/media_tree.git/shortlog/refs/heads/for-v3.12
>
Yeah I saw it lately.
> In the next few days I'll try to process all remaining patches delegated to me.
Ok
> If you have patches not yet delegated to me, or that are not in my for-v3.12
> branch, then let me know.
>
There are few patches, whose state is new do you want me to point them ?
Regards,
--Prabhakar Lad
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL FOR v3.11]
2013-07-26 4:33 ` Prabhakar Lad
@ 2013-07-26 8:34 ` Hans Verkuil
0 siblings, 0 replies; 5+ messages in thread
From: Hans Verkuil @ 2013-07-26 8:34 UTC (permalink / raw)
To: Prabhakar Lad; +Cc: linux-media, Hans Verkuil
Hi Prabhakar,
On 07/26/2013 06:33 AM, Prabhakar Lad wrote:
> Hi Hans,
>
> On Thu, Jul 25, 2013 at 6:55 PM, Hans Verkuil <hverkuil@xs4all.nl> wrote:
>> Hi Prabhakar,
>>
>> On Thu 11 July 2013 19:25:15 Prabhakar Lad wrote:
>>> Hi Hans,
>>>
>>> On Thu, Jun 27, 2013 at 12:25 PM, Hans Verkuil <hverkuil@xs4all.nl> wrote:
>>>> (Same as my previous git pull message, but with more cleanup patches and
>>> [snip]
>>>> Lad, Prabhakar (9):
>>>> media: i2c: ths8200: support asynchronous probing
>>>> media: i2c: ths8200: add OF support
>>>> media: i2c: adv7343: add support for asynchronous probing
>>>> media: i2c: tvp7002: add support for asynchronous probing
>>>> media: i2c: tvp7002: remove manual setting of subdev name
>>>> media: i2c: tvp514x: remove manual setting of subdev name
>>>> media: i2c: tvp514x: add support for asynchronous probing
>>>> media: davinci: vpif: capture: add V4L2-async support
>>>> media: davinci: vpif: display: add V4L2-async support
>>>>
>>> I see last two patches missing in Mauro's pull request for v3.11 and v3.11-rc1.
>>
>> I had to split up my pull request into fixes for 3.11 and new stuff for 3.12
>> since the merge window was about to open at the time.
>>
> Ok no problem.
>
>> Your 'missing' patches are here:
>>
>> http://git.linuxtv.org/hverkuil/media_tree.git/shortlog/refs/heads/for-v3.12
>>
> Yeah I saw it lately.
>
>> In the next few days I'll try to process all remaining patches delegated to me.
> Ok
>
>> If you have patches not yet delegated to me, or that are not in my for-v3.12
>> branch, then let me know.
>>
> There are few patches, whose state is new do you want me to point them ?
Only if they are either not in patchwork, or are in patchwork but not delegated to me.
Regards,
Hans
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-07-26 8:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-27 6:55 [GIT PULL FOR v3.11] Hans Verkuil
2013-07-11 17:25 ` Prabhakar Lad
2013-07-25 13:25 ` Hans Verkuil
2013-07-26 4:33 ` Prabhakar Lad
2013-07-26 8:34 ` Hans Verkuil
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox