* [GIT PULL 3.19] si2168 fix
@ 2015-01-22 10:11 Antti Palosaari
2015-02-20 0:47 ` Antti Palosaari
0 siblings, 1 reply; 5+ messages in thread
From: Antti Palosaari @ 2015-01-22 10:11 UTC (permalink / raw)
To: LMML
That patch must go also stable v3.16+ as tagged Cc.
regards
Antti
The following changes since commit 2c0108e1c02f9fc95f465adc4d2ce1ad8688290a:
[media] omap3isp: Correctly set QUERYCAP capabilities (2015-01-21
21:09:11 -0200)
are available in the git repository at:
git://linuxtv.org/anttip/media_tree.git si2168_fix
for you to fetch changes up to a85385413c60602b529a1555146c4e81a5935e98:
si2168: increase timeout to fix firmware loading (2015-01-22 12:06:20
+0200)
----------------------------------------------------------------
Jurgen Kramer (1):
si2168: increase timeout to fix firmware loading
drivers/media/dvb-frontends/si2168.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
http://palosaari.fi/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL 3.19] si2168 fix
2015-01-22 10:11 [GIT PULL 3.19] si2168 fix Antti Palosaari
@ 2015-02-20 0:47 ` Antti Palosaari
2015-02-20 1:36 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 5+ messages in thread
From: Antti Palosaari @ 2015-02-20 0:47 UTC (permalink / raw)
To: LMML, Mauro Carvalho Chehab
Mauro
Did that patch went to stable? I see you have committed original patch
from patchwork, but there is no stable tag.
On 01/22/2015 12:11 PM, Antti Palosaari wrote:
> That patch must go also stable v3.16+ as tagged Cc.
>
> regards
> Antti
>
> The following changes since commit
> 2c0108e1c02f9fc95f465adc4d2ce1ad8688290a:
>
> [media] omap3isp: Correctly set QUERYCAP capabilities (2015-01-21
> 21:09:11 -0200)
>
> are available in the git repository at:
>
> git://linuxtv.org/anttip/media_tree.git si2168_fix
>
> for you to fetch changes up to a85385413c60602b529a1555146c4e81a5935e98:
>
> si2168: increase timeout to fix firmware loading (2015-01-22 12:06:20
> +0200)
>
> ----------------------------------------------------------------
> Jurgen Kramer (1):
> si2168: increase timeout to fix firmware loading
>
> drivers/media/dvb-frontends/si2168.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
https://patchwork.linuxtv.org/patch/27382/
commit 551c33e729f654ecfaed00ad399f5d2a631b72cb
Author: Jurgen Kramer <gtmkramer@xs4all.nl>
Date: Mon Dec 8 05:30:44 2014 -0300
[media] Si2168: increase timeout to fix firmware loading
Increase si2168 cmd execute timeout to prevent firmware load
failures. Tests
shows it takes up to 52ms to load the 'dvb-demod-si2168-a30-01.fw'
firmware.
Increase timeout to a safe value of 70ms.
Signed-off-by: Jurgen Kramer <gtmkramer@xs4all.nl>
Reviewed-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Antti
--
http://palosaari.fi/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL 3.19] si2168 fix
2015-02-20 0:47 ` Antti Palosaari
@ 2015-02-20 1:36 ` Mauro Carvalho Chehab
2015-02-20 1:44 ` Antti Palosaari
0 siblings, 1 reply; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2015-02-20 1:36 UTC (permalink / raw)
To: Antti Palosaari; +Cc: LMML
Em Fri, 20 Feb 2015 02:47:44 +0200
Antti Palosaari <crope@iki.fi> escreveu:
> Mauro
> Did that patch went to stable? I see you have committed original patch
> from patchwork, but there is no stable tag.
It went upstream, but I'm unsure if it arrived for 3.19 or 3.20.
That's the upstream changeset:
$ git show 551c33e729f6
commit 551c33e729f654ecfaed00ad399f5d2a631b72cb
Author: Jurgen Kramer <gtmkramer@xs4all.nl>
Date: Mon Dec 8 05:30:44 2014 -0300
[media] Si2168: increase timeout to fix firmware loading
Increase si2168 cmd execute timeout to prevent firmware load failures. Tests
shows it takes up to 52ms to load the 'dvb-demod-si2168-a30-01.fw' firmware.
Increase timeout to a safe value of 70ms.
Signed-off-by: Jurgen Kramer <gtmkramer@xs4all.nl>
Reviewed-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Weird, it is missing the Cc tag on its commit message. I double-checked
re-applying it on a scratch branch: my scripts are properly recognizing
the Cc tag.
I've no idea what happened. Perhaps you've added this patch on some other
branch that you asked me to pull?
Anyway, now the proper solution is to send this patch directly to
stable@vger.kernel.org, C/C the mailing list.
Regards,
Mauro
>
>
> On 01/22/2015 12:11 PM, Antti Palosaari wrote:
> > That patch must go also stable v3.16+ as tagged Cc.
> >
> > regards
> > Antti
> >
> > The following changes since commit
> > 2c0108e1c02f9fc95f465adc4d2ce1ad8688290a:
> >
> > [media] omap3isp: Correctly set QUERYCAP capabilities (2015-01-21
> > 21:09:11 -0200)
> >
> > are available in the git repository at:
> >
> > git://linuxtv.org/anttip/media_tree.git si2168_fix
> >
> > for you to fetch changes up to a85385413c60602b529a1555146c4e81a5935e98:
> >
> > si2168: increase timeout to fix firmware loading (2015-01-22 12:06:20
> > +0200)
> >
> > ----------------------------------------------------------------
> > Jurgen Kramer (1):
> > si2168: increase timeout to fix firmware loading
> >
> > drivers/media/dvb-frontends/si2168.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
>
>
> https://patchwork.linuxtv.org/patch/27382/
>
>
>
> commit 551c33e729f654ecfaed00ad399f5d2a631b72cb
> Author: Jurgen Kramer <gtmkramer@xs4all.nl>
> Date: Mon Dec 8 05:30:44 2014 -0300
>
> [media] Si2168: increase timeout to fix firmware loading
>
> Increase si2168 cmd execute timeout to prevent firmware load
> failures. Tests
> shows it takes up to 52ms to load the 'dvb-demod-si2168-a30-01.fw'
> firmware.
> Increase timeout to a safe value of 70ms.
>
> Signed-off-by: Jurgen Kramer <gtmkramer@xs4all.nl>
> Reviewed-by: Antti Palosaari <crope@iki.fi>
> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
>
> Antti
>
>
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL 3.19] si2168 fix
2015-02-20 1:36 ` Mauro Carvalho Chehab
@ 2015-02-20 1:44 ` Antti Palosaari
2015-02-20 9:50 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 5+ messages in thread
From: Antti Palosaari @ 2015-02-20 1:44 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: LMML
On 02/20/2015 03:36 AM, Mauro Carvalho Chehab wrote:
> Em Fri, 20 Feb 2015 02:47:44 +0200
> Antti Palosaari <crope@iki.fi> escreveu:
>
>> Mauro
>> Did that patch went to stable? I see you have committed original patch
>> from patchwork, but there is no stable tag.
>
> It went upstream, but I'm unsure if it arrived for 3.19 or 3.20.
>
> That's the upstream changeset:
>
> $ git show 551c33e729f6
> commit 551c33e729f654ecfaed00ad399f5d2a631b72cb
> Author: Jurgen Kramer <gtmkramer@xs4all.nl>
> Date: Mon Dec 8 05:30:44 2014 -0300
>
> [media] Si2168: increase timeout to fix firmware loading
>
> Increase si2168 cmd execute timeout to prevent firmware load failures. Tests
> shows it takes up to 52ms to load the 'dvb-demod-si2168-a30-01.fw' firmware.
> Increase timeout to a safe value of 70ms.
>
> Signed-off-by: Jurgen Kramer <gtmkramer@xs4all.nl>
> Reviewed-by: Antti Palosaari <crope@iki.fi>
> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
>
> Weird, it is missing the Cc tag on its commit message. I double-checked
> re-applying it on a scratch branch: my scripts are properly recognizing
> the Cc tag.
>
> I've no idea what happened. Perhaps you've added this patch on some other
> branch that you asked me to pull?
>
> Anyway, now the proper solution is to send this patch directly to
> stable@vger.kernel.org, C/C the mailing list.
I added proper stable tag to patchwork and then waited looong time you
pick it from patchwork. After a month or so, I picked whole patch from
patchwork to my tree, yet again added proper stable tags and made
PULL-request. So there is stable tag on both patchwork and PULL-request.
You applied patchwork - but without stable tag....
So I am very surprised to see original patch applied to master, but
without stable tag.
Si2168: increase timeout to fix firmware loading
https://patchwork.linuxtv.org/patch/27382/
[GIT PULL 3.19] si2168 fix
http://www.spinics.net/lists/linux-media/msg85713.html
Antti
>
> Regards,
> Mauro
>
>>
>>
>> On 01/22/2015 12:11 PM, Antti Palosaari wrote:
>>> That patch must go also stable v3.16+ as tagged Cc.
>>>
>>> regards
>>> Antti
>>>
>>> The following changes since commit
>>> 2c0108e1c02f9fc95f465adc4d2ce1ad8688290a:
>>>
>>> [media] omap3isp: Correctly set QUERYCAP capabilities (2015-01-21
>>> 21:09:11 -0200)
>>>
>>> are available in the git repository at:
>>>
>>> git://linuxtv.org/anttip/media_tree.git si2168_fix
>>>
>>> for you to fetch changes up to a85385413c60602b529a1555146c4e81a5935e98:
>>>
>>> si2168: increase timeout to fix firmware loading (2015-01-22 12:06:20
>>> +0200)
>>>
>>> ----------------------------------------------------------------
>>> Jurgen Kramer (1):
>>> si2168: increase timeout to fix firmware loading
>>>
>>> drivers/media/dvb-frontends/si2168.c | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>
>>
>> https://patchwork.linuxtv.org/patch/27382/
>>
>>
>>
>> commit 551c33e729f654ecfaed00ad399f5d2a631b72cb
>> Author: Jurgen Kramer <gtmkramer@xs4all.nl>
>> Date: Mon Dec 8 05:30:44 2014 -0300
>>
>> [media] Si2168: increase timeout to fix firmware loading
>>
>> Increase si2168 cmd execute timeout to prevent firmware load
>> failures. Tests
>> shows it takes up to 52ms to load the 'dvb-demod-si2168-a30-01.fw'
>> firmware.
>> Increase timeout to a safe value of 70ms.
>>
>> Signed-off-by: Jurgen Kramer <gtmkramer@xs4all.nl>
>> Reviewed-by: Antti Palosaari <crope@iki.fi>
>> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
>>
>> Antti
>>
>>
>>
>>
>>
--
http://palosaari.fi/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL 3.19] si2168 fix
2015-02-20 1:44 ` Antti Palosaari
@ 2015-02-20 9:50 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2015-02-20 9:50 UTC (permalink / raw)
To: Antti Palosaari; +Cc: LMML
Em Fri, 20 Feb 2015 03:44:28 +0200
Antti Palosaari <crope@iki.fi> escreveu:
> On 02/20/2015 03:36 AM, Mauro Carvalho Chehab wrote:
> > Em Fri, 20 Feb 2015 02:47:44 +0200
> > Antti Palosaari <crope@iki.fi> escreveu:
> >
> >> Mauro
> >> Did that patch went to stable? I see you have committed original patch
> >> from patchwork, but there is no stable tag.
> >
> > It went upstream, but I'm unsure if it arrived for 3.19 or 3.20.
> >
> > That's the upstream changeset:
> >
> > $ git show 551c33e729f6
> > commit 551c33e729f654ecfaed00ad399f5d2a631b72cb
> > Author: Jurgen Kramer <gtmkramer@xs4all.nl>
> > Date: Mon Dec 8 05:30:44 2014 -0300
> >
> > [media] Si2168: increase timeout to fix firmware loading
> >
> > Increase si2168 cmd execute timeout to prevent firmware load failures. Tests
> > shows it takes up to 52ms to load the 'dvb-demod-si2168-a30-01.fw' firmware.
> > Increase timeout to a safe value of 70ms.
> >
> > Signed-off-by: Jurgen Kramer <gtmkramer@xs4all.nl>
> > Reviewed-by: Antti Palosaari <crope@iki.fi>
> > Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
> >
> > Weird, it is missing the Cc tag on its commit message. I double-checked
> > re-applying it on a scratch branch: my scripts are properly recognizing
> > the Cc tag.
> >
> > I've no idea what happened. Perhaps you've added this patch on some other
> > branch that you asked me to pull?
> >
> > Anyway, now the proper solution is to send this patch directly to
> > stable@vger.kernel.org, C/C the mailing list.
>
> I added proper stable tag to patchwork and then waited looong time you
> pick it from patchwork. After a month or so, I picked whole patch from
> patchwork to my tree, yet again added proper stable tags and made
> PULL-request. So there is stable tag on both patchwork and PULL-request.
> You applied patchwork - but without stable tag....
>
> So I am very surprised to see original patch applied to master, but
> without stable tag.
>
> Si2168: increase timeout to fix firmware loading
> https://patchwork.linuxtv.org/patch/27382/
>
> [GIT PULL 3.19] si2168 fix
> http://www.spinics.net/lists/linux-media/msg85713.html
Ah, I know what happened: you replied with "Reviewed-by:" on 2014-12-08,
but you sent the pull request only in 2015-01-22.
The "Accepted" state for the #27382 patch indicates that I picked the
version that was at patchwork, instead of the one from your pull request,
because I saw that you've replied with a reviewed-by tag.
Unfortunately, patchwork doesn't consider "Cc:" as a tag to honor,
nor it brings the full history of the replies on its pwclient interface.
So, I didn't notice the Cc: on your reply.
Next time, if you intend to send the patch on a separate pull request,
please don't reply with a "reviewed-by:" tag, as I my understanding
when I see acked-by/reviewed-by from a driver maintainer is that he
won't be sending me a pull request about that specific patch. When
I have time, I sometimes double check, but, as I was just arriving from
vacations in the end of January, I had a very long backlog to handle.
Regards,
Mauro
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-02-20 9:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-22 10:11 [GIT PULL 3.19] si2168 fix Antti Palosaari
2015-02-20 0:47 ` Antti Palosaari
2015-02-20 1:36 ` Mauro Carvalho Chehab
2015-02-20 1:44 ` Antti Palosaari
2015-02-20 9:50 ` Mauro Carvalho Chehab
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.