* [GIT PULL FOR v3.19] Various fixes
@ 2014-11-10 11:04 Hans Verkuil
2014-11-11 11:09 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 3+ messages in thread
From: Hans Verkuil @ 2014-11-10 11:04 UTC (permalink / raw)
To: Linux Media Mailing List
Sparse fixes for saa7164, adv EDID fixes and si4713 improvements in preparation
for adding DT support. Tested the si4713 with my USB dev board.
Regards,
Hans
The following changes since commit 4895cc47a072dcb32d3300d0a46a251a8c6db5f1:
[media] s5p-mfc: fix sparse error (2014-11-05 08:29:27 -0200)
are available in the git repository at:
git://linuxtv.org/hverkuil/media_tree.git for-v3.19f
for you to fetch changes up to 017f179ebd74ec3bd3f2484c3cc0fe48c306a36e:
si4713: use managed irq request (2014-11-10 12:03:30 +0100)
----------------------------------------------------------------
Hans Verkuil (4):
adv7842: fix G/S_EDID behavior
adv7511: fix G/S_EDID behavior
adv7604: Correct G/S_EDID behaviour
saa7164: fix sparse warnings
Sebastian Reichel (4):
si4713: switch to devm regulator API
si4713: switch reset gpio to devm_gpiod API
si4713: use managed memory allocation
si4713: use managed irq request
drivers/media/i2c/adv7511.c | 21 ++++++++-----
drivers/media/i2c/adv7604.c | 37 +++++++++++------------
drivers/media/i2c/adv7842.c | 34 ++++++++++++---------
drivers/media/pci/saa7164/saa7164-buffer.c | 4 +--
drivers/media/pci/saa7164/saa7164-bus.c | 101 +++++++++++++++++++++++++++++++++++--------------------------
drivers/media/pci/saa7164/saa7164-core.c | 13 ++++----
drivers/media/pci/saa7164/saa7164-fw.c | 6 ++--
drivers/media/pci/saa7164/saa7164-types.h | 4 +--
drivers/media/pci/saa7164/saa7164.h | 4 +--
drivers/media/radio/si4713/si4713.c | 133 ++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------
drivers/media/radio/si4713/si4713.h | 9 +++---
11 files changed, 206 insertions(+), 160 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [GIT PULL FOR v3.19] Various fixes
2014-11-10 11:04 [GIT PULL FOR v3.19] Various fixes Hans Verkuil
@ 2014-11-11 11:09 ` Mauro Carvalho Chehab
2014-11-11 12:11 ` Hans Verkuil
0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2014-11-11 11:09 UTC (permalink / raw)
To: Hans Verkuil; +Cc: Linux Media Mailing List, Sebastian Reichel
Em Mon, 10 Nov 2014 12:04:50 +0100
Hans Verkuil <hverkuil@xs4all.nl> escreveu:
> Sparse fixes for saa7164, adv EDID fixes and si4713 improvements in preparation
> for adding DT support. Tested the si4713 with my USB dev board.
>
> Regards,
>
> Hans
>
> The following changes since commit 4895cc47a072dcb32d3300d0a46a251a8c6db5f1:
>
> [media] s5p-mfc: fix sparse error (2014-11-05 08:29:27 -0200)
>
> are available in the git repository at:
>
> git://linuxtv.org/hverkuil/media_tree.git for-v3.19f
>
> for you to fetch changes up to 017f179ebd74ec3bd3f2484c3cc0fe48c306a36e:
>
> si4713: use managed irq request (2014-11-10 12:03:30 +0100)
>
...
> Sebastian Reichel (4):
> si4713: switch to devm regulator API
> si4713: switch reset gpio to devm_gpiod API
> si4713: use managed memory allocation
> si4713: use managed irq request
None of the above was applied, as the first si4713 patch broke compilation.
Regards,
Mauro
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL FOR v3.19] Various fixes
2014-11-11 11:09 ` Mauro Carvalho Chehab
@ 2014-11-11 12:11 ` Hans Verkuil
0 siblings, 0 replies; 3+ messages in thread
From: Hans Verkuil @ 2014-11-11 12:11 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: Linux Media Mailing List, Sebastian Reichel
On 11/11/14 12:09, Mauro Carvalho Chehab wrote:
> Em Mon, 10 Nov 2014 12:04:50 +0100
> Hans Verkuil <hverkuil@xs4all.nl> escreveu:
>
>> Sparse fixes for saa7164, adv EDID fixes and si4713 improvements in preparation
>> for adding DT support. Tested the si4713 with my USB dev board.
>>
>> Regards,
>>
>> Hans
>>
>> The following changes since commit 4895cc47a072dcb32d3300d0a46a251a8c6db5f1:
>>
>> [media] s5p-mfc: fix sparse error (2014-11-05 08:29:27 -0200)
>>
>> are available in the git repository at:
>>
>> git://linuxtv.org/hverkuil/media_tree.git for-v3.19f
>>
>> for you to fetch changes up to 017f179ebd74ec3bd3f2484c3cc0fe48c306a36e:
>>
>> si4713: use managed irq request (2014-11-10 12:03:30 +0100)
>>
>
> ...
>
>> Sebastian Reichel (4):
>> si4713: switch to devm regulator API
>> si4713: switch reset gpio to devm_gpiod API
>> si4713: use managed memory allocation
>> si4713: use managed irq request
>
> None of the above was applied, as the first si4713 patch broke compilation.
No problem, I'll look at this on Friday. I should have checked this myself,
sorry about that.
Regards,
Hans
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-11-11 12:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10 11:04 [GIT PULL FOR v3.19] Various fixes Hans Verkuil
2014-11-11 11:09 ` Mauro Carvalho Chehab
2014-11-11 12:11 ` Hans Verkuil
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.