* [GIT PULL FIXES for 3.13] 2 small gspca and 2 small radio-shark fixes
@ 2013-11-24 13:15 Hans de Goede
2013-11-29 17:18 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 3+ messages in thread
From: Hans de Goede @ 2013-11-24 13:15 UTC (permalink / raw)
To: Linux Media Mailing List; +Cc: Geert Stappers, mjs
Hi Mauro,
This is a resend of my pull-req from a few minutes ago. I had
made an error in the Cc: stable (I used linux.org instead of kernel.org),
this pull-req is for the fixed commit (up to commit id changed).
This pull-req supersedes my previous GIT PULL FIXES for 3.13, new
in this pull-req is an additional usb-id for the gspca_sunplus
driver.
Please pull from my tree for 4 small fixes for 3.13 :
The following changes since commit 80f93c7b0f4599ffbdac8d964ecd1162b8b618b9:
[media] media: st-rc: Add ST remote control driver (2013-10-31 08:20:08 -0200)
are available in the git repository at:
git://linuxtv.org/hgoede/gspca.git media-for_v3.13
for you to fetch changes up to da7e5a168b689da740d7c63cb26cbb8a05a4fc5d:
gspca_sunplus: Add new usb-id for 06d6:0041 (2013-11-24 14:12:18 +0100)
----------------------------------------------------------------
Geert Uytterhoeven (1):
radio-shark: Mark shark_resume_leds() inline to kill compiler warning
Hans de Goede (2):
radio-shark2: Mark shark_resume_leds() inline to kill compiler warning
gspca_sunplus: Add new usb-id for 06d6:0041
Ondrej Zary (1):
gspca-stk1135: Add delay after configuring clock
drivers/media/radio/radio-shark.c | 2 +-
drivers/media/radio/radio-shark2.c | 2 +-
drivers/media/usb/gspca/stk1135.c | 3 +++
drivers/media/usb/gspca/sunplus.c | 1 +
4 files changed, 6 insertions(+), 2 deletions(-)
Thanks & Regards,
Hans
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [GIT PULL FIXES for 3.13] 2 small gspca and 2 small radio-shark fixes
2013-11-24 13:15 [GIT PULL FIXES for 3.13] 2 small gspca and 2 small radio-shark fixes Hans de Goede
@ 2013-11-29 17:18 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2013-11-29 17:18 UTC (permalink / raw)
To: Hans de Goede; +Cc: Linux Media Mailing List, Geert Stappers, mjs
Em Sun, 24 Nov 2013 14:15:31 +0100
Hans de Goede <hdegoede@redhat.com> escreveu:
> Hi Mauro,
>
> This is a resend of my pull-req from a few minutes ago. I had
> made an error in the Cc: stable (I used linux.org instead of kernel.org),
> this pull-req is for the fixed commit (up to commit id changed).
>
> This pull-req supersedes my previous GIT PULL FIXES for 3.13, new
> in this pull-req is an additional usb-id for the gspca_sunplus
> driver.
>
> Please pull from my tree for 4 small fixes for 3.13 :
>
> The following changes since commit 80f93c7b0f4599ffbdac8d964ecd1162b8b618b9:
>
> [media] media: st-rc: Add ST remote control driver (2013-10-31 08:20:08 -0200)
>
> are available in the git repository at:
>
> git://linuxtv.org/hgoede/gspca.git media-for_v3.13
>
> for you to fetch changes up to da7e5a168b689da740d7c63cb26cbb8a05a4fc5d:
>
> gspca_sunplus: Add new usb-id for 06d6:0041 (2013-11-24 14:12:18 +0100)
>
> ----------------------------------------------------------------
> Geert Uytterhoeven (1):
> radio-shark: Mark shark_resume_leds() inline to kill compiler warning
>
> Hans de Goede (2):
> radio-shark2: Mark shark_resume_leds() inline to kill compiler warning
Fixes for both above were already upstreamed (using #ifdefs). So, I'll
be applying those two for 3.14, removing the corresponding #ifdef/#endif blocks.
> gspca_sunplus: Add new usb-id for 06d6:0041
>
> Ondrej Zary (1):
> gspca-stk1135: Add delay after configuring clock
Applied, thanks!
>
> drivers/media/radio/radio-shark.c | 2 +-
> drivers/media/radio/radio-shark2.c | 2 +-
> drivers/media/usb/gspca/stk1135.c | 3 +++
> drivers/media/usb/gspca/sunplus.c | 1 +
> 4 files changed, 6 insertions(+), 2 deletions(-)
>
> Thanks & Regards,
>
> Hans
> --
> 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
--
Cheers,
Mauro
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL FIXES for 3.13] 2 small gspca and 2 small radio-shark fixes
@ 2013-11-24 13:09 Hans de Goede
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Goede @ 2013-11-24 13:09 UTC (permalink / raw)
To: Linux Media Mailing List; +Cc: Geert Stappers, mjs
Hi Mauro,
This pull-req supersedes my previous GIT PULL FIXES for 3.13, new
in this pull-req is an additional usb-id for the gspca_sunplus
driver.
Please pull from my tree for 4 small fixes for 3.13 :
The following changes since commit 80f93c7b0f4599ffbdac8d964ecd1162b8b618b9:
[media] media: st-rc: Add ST remote control driver (2013-10-31 08:20:08 -0200)
are available in the git repository at:
git://linuxtv.org/hgoede/gspca.git media-for_v3.13
for you to fetch changes up to f2e6f9b1b8812e54fbdea0aba270cfab04d77e75:
gspca_sunplus: Add new usb-id for 06d6:0041 (2013-11-24 14:03:57 +0100)
----------------------------------------------------------------
Geert Uytterhoeven (1):
radio-shark: Mark shark_resume_leds() inline to kill compiler warning
Hans de Goede (2):
radio-shark2: Mark shark_resume_leds() inline to kill compiler warning
gspca_sunplus: Add new usb-id for 06d6:0041
Ondrej Zary (1):
gspca-stk1135: Add delay after configuring clock
drivers/media/radio/radio-shark.c | 2 +-
drivers/media/radio/radio-shark2.c | 2 +-
drivers/media/usb/gspca/stk1135.c | 3 +++
drivers/media/usb/gspca/sunplus.c | 1 +
4 files changed, 6 insertions(+), 2 deletions(-)
Thanks & Regards,
Hans
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-11-29 17:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-24 13:15 [GIT PULL FIXES for 3.13] 2 small gspca and 2 small radio-shark fixes Hans de Goede
2013-11-29 17:18 ` Mauro Carvalho Chehab
-- strict thread matches above, loose matches on Subject: below --
2013-11-24 13:09 Hans de Goede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox