* [GIT PULL for v3.3] media fixes
@ 2012-03-15 10:55 Mauro Carvalho Chehab
2012-03-15 12:49 ` Antti Palosaari
0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2012-03-15 10:55 UTC (permalink / raw)
To: Linus Torvalds
Cc: Andrew Morton, Linux Media Mailing List,
Linux Kernel Mailing List
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus
For 4 fixes for 3.3 (all trivial):
- uvc video driver: fixes a division by zero;
- davinci: add module.h to fix compilation;
- smsusb: fix the delivery system setting;
- smsdvb: the get_frontend implementation there is broken.
The smsdvb patch has 127 lines, but it is trivial: instead of returning
a cache of the set_frontend (with is wrong, as it doesn't have the
updated values for the data, and the implementation there is buggy),
it copies the information of the detected DVB parameters from the
smsdvb private structures into the corresponding DVBv5 struct fields.
Thanks!
Mauro
-
Latest commit at the branch:
d138210ffa90e6c78e3f7a2c348f50e865ff735c [media] smsdvb: fix get_frontend
The following changes since commit fde7d9049e55ab85a390be7f415d74c9f62dd0f9:
Linux 3.3-rc7 (2012-03-10 13:49:52 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus
Gianluca Gennari (1):
[media] smsdvb: fix get_frontend
Henrique Camargo (1):
[media] media: davinci: added module.h to resolve unresolved macros
Laurent Pinchart (1):
[media] [FOR,v3.3] uvcvideo: Avoid division by 0 in timestamp calculation
Mauro Carvalho Chehab (1):
[media] smsusb: fix the default delivery system setting
drivers/media/dvb/siano/smsdvb.c | 127 ++++++++++++++++++++++++++++++++---
drivers/media/video/davinci/isif.c | 1 +
drivers/media/video/uvc/uvc_video.c | 14 +++--
3 files changed, 128 insertions(+), 14 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL for v3.3] media fixes
2012-03-15 10:55 [GIT PULL for v3.3] media fixes Mauro Carvalho Chehab
@ 2012-03-15 12:49 ` Antti Palosaari
2012-03-15 13:07 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 3+ messages in thread
From: Antti Palosaari @ 2012-03-15 12:49 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Linus Torvalds, Andrew Morton, Linux Media Mailing List,
Linux Kernel Mailing List
Moikka Mauro,
Just for the sure, since it is last days of RC phase, that bugfix must
be send for the Kernel 3.3 too:
http://patchwork.linuxtv.org/patch/10313/
regards
Antti
On 15.03.2012 12:55, Mauro Carvalho Chehab wrote:
> Hi Linus,
>
> Please pull from:
> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus
>
> For 4 fixes for 3.3 (all trivial):
> - uvc video driver: fixes a division by zero;
> - davinci: add module.h to fix compilation;
> - smsusb: fix the delivery system setting;
> - smsdvb: the get_frontend implementation there is broken.
>
> The smsdvb patch has 127 lines, but it is trivial: instead of returning
> a cache of the set_frontend (with is wrong, as it doesn't have the
> updated values for the data, and the implementation there is buggy),
> it copies the information of the detected DVB parameters from the
> smsdvb private structures into the corresponding DVBv5 struct fields.
>
> Thanks!
> Mauro
>
> -
>
> Latest commit at the branch:
> d138210ffa90e6c78e3f7a2c348f50e865ff735c [media] smsdvb: fix get_frontend
> The following changes since commit fde7d9049e55ab85a390be7f415d74c9f62dd0f9:
>
> Linux 3.3-rc7 (2012-03-10 13:49:52 -0800)
>
> are available in the git repository at:
> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus
>
> Gianluca Gennari (1):
> [media] smsdvb: fix get_frontend
>
> Henrique Camargo (1):
> [media] media: davinci: added module.h to resolve unresolved macros
>
> Laurent Pinchart (1):
> [media] [FOR,v3.3] uvcvideo: Avoid division by 0 in timestamp calculation
>
> Mauro Carvalho Chehab (1):
> [media] smsusb: fix the default delivery system setting
>
> drivers/media/dvb/siano/smsdvb.c | 127 ++++++++++++++++++++++++++++++++---
> drivers/media/video/davinci/isif.c | 1 +
> drivers/media/video/uvc/uvc_video.c | 14 +++--
> 3 files changed, 128 insertions(+), 14 deletions(-)
>
> --
> 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
--
http://palosaari.fi/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL for v3.3] media fixes
2012-03-15 12:49 ` Antti Palosaari
@ 2012-03-15 13:07 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2012-03-15 13:07 UTC (permalink / raw)
To: Antti Palosaari
Cc: Linus Torvalds, Andrew Morton, Linux Media Mailing List,
Linux Kernel Mailing List
Em 15-03-2012 09:49, Antti Palosaari escreveu:
> Moikka Mauro,
> Just for the sure, since it is last days of RC phase, that bugfix must be send for the Kernel 3.3 too:
> http://patchwork.linuxtv.org/patch/10313/
That fix is not at -next yet. I'll add it there in time for the Friday's -next
and send the pull request tomorrow or during the weekend.
Regards,
Mauro
>
> regards
> Antti
>
> On 15.03.2012 12:55, Mauro Carvalho Chehab wrote:
>> Hi Linus,
>>
>> Please pull from:
>> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus
>>
>> For 4 fixes for 3.3 (all trivial):
>> - uvc video driver: fixes a division by zero;
>> - davinci: add module.h to fix compilation;
>> - smsusb: fix the delivery system setting;
>> - smsdvb: the get_frontend implementation there is broken.
>>
>> The smsdvb patch has 127 lines, but it is trivial: instead of returning
>> a cache of the set_frontend (with is wrong, as it doesn't have the
>> updated values for the data, and the implementation there is buggy),
>> it copies the information of the detected DVB parameters from the
>> smsdvb private structures into the corresponding DVBv5 struct fields.
>>
>> Thanks!
>> Mauro
>>
>> -
>>
>> Latest commit at the branch:
>> d138210ffa90e6c78e3f7a2c348f50e865ff735c [media] smsdvb: fix get_frontend
>> The following changes since commit fde7d9049e55ab85a390be7f415d74c9f62dd0f9:
>>
>> Linux 3.3-rc7 (2012-03-10 13:49:52 -0800)
>>
>> are available in the git repository at:
>> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus
>>
>> Gianluca Gennari (1):
>> [media] smsdvb: fix get_frontend
>>
>> Henrique Camargo (1):
>> [media] media: davinci: added module.h to resolve unresolved macros
>>
>> Laurent Pinchart (1):
>> [media] [FOR,v3.3] uvcvideo: Avoid division by 0 in timestamp calculation
>>
>> Mauro Carvalho Chehab (1):
>> [media] smsusb: fix the default delivery system setting
>>
>> drivers/media/dvb/siano/smsdvb.c | 127 ++++++++++++++++++++++++++++++++---
>> drivers/media/video/davinci/isif.c | 1 +
>> drivers/media/video/uvc/uvc_video.c | 14 +++--
>> 3 files changed, 128 insertions(+), 14 deletions(-)
>>
>> --
>> 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
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-15 13:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-15 10:55 [GIT PULL for v3.3] media fixes Mauro Carvalho Chehab
2012-03-15 12:49 ` Antti Palosaari
2012-03-15 13:07 ` Mauro Carvalho Chehab
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).