linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL for v3.17-rc6] media fixes
@ 2014-09-21 14:50 Mauro Carvalho Chehab
  2014-09-21 18:05 ` Linus Torvalds
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2014-09-21 14:50 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, Linux Media Mailing List,
	Linux Kernel Mailing List, Mauro Carvalho Chehab

Hi Linus,

Please pull from:
  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media-v3.17-rc6

For some media bug fixes:
	- a Kconfig dependency issue;
	- Some fixes for af9033/it913x demod to be more reliable and address a
	  performance regression;
	- cx18: fix an oops on devices with tda8290 tuner;
	- two new USB IDs for af9035;
	- a couple fixes on smapp driver.

Regards,
Mauro

PS.: FYI, I'm now starting to use mchehab@osg.samsung.com e-mail address.
The old one (m.chehab@samsung.com) is still valid, but we're using the
OSG subdomain for the Samsung's Open Source Group.

The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

  Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media-v3.17-rc6

for you to fetch changes up to a04646c045cab08a9e62b9be8f01ecbb0632d24e:

  [media] af9035: new IDs: add support for PCTV 78e and PCTV 79e (2014-09-04 12:24:19 -0300)

----------------------------------------------------------------
media fixes for v3.17-rc6

----------------------------------------------------------------
Antti Palosaari (2):
      [media] Kconfig: do not select SPI bus on sub-driver auto-select
      [media] af9033: feed clock to RF tuner

Bimow Chen (2):
      [media] af9033: update IT9135 tuner inittabs
      [media] it913x: init tuner on attach

Hans Verkuil (1):
      [media] cx18: fix kernel oops with tda8290 tuner

Malcolm Priestley (1):
      [media] af9035: new IDs: add support for PCTV 78e and PCTV 79e

Sakari Ailus (2):
      [media] smiapp: Fix power count handling
      [media] smiapp: Set sub-device owner

 drivers/media/Kconfig                     |  1 -
 drivers/media/dvb-core/dvb-usb-ids.h      |  2 ++
 drivers/media/dvb-frontends/af9033.c      | 13 +++++++++++++
 drivers/media/dvb-frontends/af9033_priv.h | 20 +++++++++-----------
 drivers/media/i2c/smiapp/smiapp-core.c    | 13 +++----------
 drivers/media/pci/cx18/cx18-driver.c      |  1 +
 drivers/media/tuners/tuner_it913x.c       |  6 ++++++
 drivers/media/usb/dvb-usb-v2/af9035.c     |  4 ++++
 8 files changed, 38 insertions(+), 22 deletions(-)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL for v3.17-rc6] media fixes
  2014-09-21 14:50 [GIT PULL for v3.17-rc6] media fixes Mauro Carvalho Chehab
@ 2014-09-21 18:05 ` Linus Torvalds
  2014-09-21 19:31   ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2014-09-21 18:05 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Andrew Morton, Linux Media Mailing List,
	Linux Kernel Mailing List, Mauro Carvalho Chehab

On Sun, Sep 21, 2014 at 7:50 AM, Mauro Carvalho Chehab
<mchehab@osg.samsung.com> wrote:
>
> PS.: FYI, I'm now starting to use mchehab@osg.samsung.com e-mail address.
> The old one (m.chehab@samsung.com) is still valid, but we're using the
> OSG subdomain for the Samsung's Open Source Group.

Thanks for signing this. When I get things from new email addresses, a
signed tag is appreciated (even if it's then kernel.org).

In fact, a signed tag is always appreciated, so I'm hoping this is
going to be your new workflow..

          Linus

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL for v3.17-rc6] media fixes
  2014-09-21 18:05 ` Linus Torvalds
@ 2014-09-21 19:31   ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2014-09-21 19:31 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, Linux Media Mailing List,
	Linux Kernel Mailing List, Mauro Carvalho Chehab

Em Sun, 21 Sep 2014 11:05:06 -0700
Linus Torvalds <torvalds@linux-foundation.org> escreveu:

> On Sun, Sep 21, 2014 at 7:50 AM, Mauro Carvalho Chehab
> <mchehab@osg.samsung.com> wrote:
> >
> > PS.: FYI, I'm now starting to use mchehab@osg.samsung.com e-mail address.
> > The old one (m.chehab@samsung.com) is still valid, but we're using the
> > OSG subdomain for the Samsung's Open Source Group.
> 
> Thanks for signing this. When I get things from new email addresses, a
> signed tag is appreciated (even if it's then kernel.org).
> 
> In fact, a signed tag is always appreciated, so I'm hoping this is
> going to be your new workflow..

Yes, my new workflow is to generate a signed tag for every pull
request I'll send you. I updated the scripts for that and tested
them today.

So, you should expect signed tags on my next pull requests.

Regards,
Mauro

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-21 19:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-21 14:50 [GIT PULL for v3.17-rc6] media fixes Mauro Carvalho Chehab
2014-09-21 18:05 ` Linus Torvalds
2014-09-21 19:31   ` 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).