mbox

[GIT,PULL,FOR,v3.9] separate Montage ts2020 from ds3000 and rs2000, support for new TeVii cards

Message ID 1541475.yBqmJOQMfq@useri (mailing list archive)
State Changes Requested, archived
Headers

Pull-request

git://git.linuxtv.org/liplianin/media_tree.git ts2020_v3.9

Message

Igor M. Liplianin Dec. 24, 2012, 8:23 a.m. UTC
  The following changes since commit 8b2aea7878f64814544d0527c659011949d52358:

  [media] em28xx: prefer bulk mode on webcams (2012-12-23 17:24:30 -0200)

are available in the git repository at:

  git://git.linuxtv.org/liplianin/media_tree.git ts2020_v3.9

for you to fetch changes up to 2ff52e6f487c2ee841f3df9709d1b4e4416a1b15:

  ts2020: separate from m88rs2000 (2012-12-24 01:26:12 +0300)

----------------------------------------------------------------
Igor M. Liplianin (4):
      Tevii S421 and S632 support
      m88rs2000: SNR BER implemented
      ds3000: lock led procedure added
      ts2020: separate from m88rs2000

Konstantin Dimitrov (3):
      ds3000: remove ts2020 tuner related code
      ts2020: add ts2020 tuner driver
      make the other drivers take use of the new ts2020 driver

 drivers/media/dvb-frontends/Kconfig     |   7 +++
 drivers/media/dvb-frontends/Makefile    |   1 +
 drivers/media/dvb-frontends/ds3000.c    | 255 +++++++++++++-------------------------------------------------------------------------
 drivers/media/dvb-frontends/ds3000.h    |  10 ++--
 drivers/media/dvb-frontends/m88rs2000.c | 420 +++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------------------------
 drivers/media/dvb-frontends/m88rs2000.h |   6 ---
 drivers/media/dvb-frontends/ts2020.c    | 372 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/media/dvb-frontends/ts2020.h    |  50 +++++++++++++++++
 drivers/media/pci/cx23885/Kconfig       |   1 +
 drivers/media/pci/cx23885/cx23885-dvb.c |  11 +++-
 drivers/media/pci/cx88/Kconfig          |   2 +
 drivers/media/pci/cx88/cx88-dvb.c       |  11 +++-
 drivers/media/pci/dm1105/Kconfig        |   1 +
 drivers/media/pci/dm1105/dm1105.c       |  11 +++-
 drivers/media/usb/dvb-usb-v2/Kconfig    |   1 +
 drivers/media/usb/dvb-usb-v2/lmedm04.c  |   9 +++-
 drivers/media/usb/dvb-usb/Kconfig       |   2 +
 drivers/media/usb/dvb-usb/dw2102.c      | 143 ++++++++++++++++++++++++++++++++++++++++++++----
 18 files changed, 772 insertions(+), 541 deletions(-)
 create mode 100644 drivers/media/dvb-frontends/ts2020.c
 create mode 100644 drivers/media/dvb-frontends/ts2020.h

--
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
  

Comments

Mauro Carvalho Chehab Dec. 27, 2012, 9:33 p.m. UTC | #1
Hi Igor,

Em Mon, 24 Dec 2012 11:23:56 +0300
"Igor M. Liplianin" <liplianin@me.by> escreveu:

> The following changes since commit 8b2aea7878f64814544d0527c659011949d52358:
> 
>   [media] em28xx: prefer bulk mode on webcams (2012-12-23 17:24:30 -0200)
> 
> are available in the git repository at:
> 
>   git://git.linuxtv.org/liplianin/media_tree.git ts2020_v3.9
> 
> for you to fetch changes up to 2ff52e6f487c2ee841f3df9709d1b4e4416a1b15:
> 
>   ts2020: separate from m88rs2000 (2012-12-24 01:26:12 +0300)
> 
> ----------------------------------------------------------------
> Igor M. Liplianin (4):
>       Tevii S421 and S632 support


>       m88rs2000: SNR BER implemented
>       ds3000: lock led procedure added
>       ts2020: separate from m88rs2000

You forgot to add your SOB and patch descriptions on the above
patches.

> 
> Konstantin Dimitrov (3):
>       ds3000: remove ts2020 tuner related code
>       ts2020: add ts2020 tuner driver
>       make the other drivers take use of the new ts2020 driver

Those now looks correct. So, I'm applying them.

Regards,
Mauro
--
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
  
Igor M. Liplianin Dec. 28, 2012, 10:06 p.m. UTC | #2
On 27 декабÑ?я 2012 19:33:38 Mauro Carvalho Chehab wrote:
> Hi Igor,
Hi Mauro,

> 
> Em Mon, 24 Dec 2012 11:23:56 +0300
> 
> "Igor M. Liplianin" <liplianin@me.by> escreveu:
> > The following changes since commit 8b2aea7878f64814544d0527c659011949d52358:
> >   [media] em28xx: prefer bulk mode on webcams (2012-12-23 17:24:30 -0200)
> > 
> > are available in the git repository at:
> >   git://git.linuxtv.org/liplianin/media_tree.git ts2020_v3.9
> > 
> > for you to fetch changes up to 2ff52e6f487c2ee841f3df9709d1b4e4416a1b15:
> >   ts2020: separate from m88rs2000 (2012-12-24 01:26:12 +0300)
> > 
> > ----------------------------------------------------------------
> > 
> > Igor M. Liplianin (4):
> >       Tevii S421 and S632 support
> >       
> >       
> >       m88rs2000: SNR BER implemented
> >       ds3000: lock led procedure added
> >       ts2020: separate from m88rs2000
> 
> You forgot to add your SOB and patch descriptions on the above
> patches.
Actually, I made it two months ago, enough to forget.
So, I will add SOB, description and resend. 

> 
> > Konstantin Dimitrov (3):
> >       ds3000: remove ts2020 tuner related code
> >       ts2020: add ts2020 tuner driver
> >       make the other drivers take use of the new ts2020 driver
> 
> Those now looks correct. So, I'm applying them.
> 
> Regards,
> Mauro

Regards,
Igor
  
Mauro Carvalho Chehab Dec. 29, 2012, 12:04 a.m. UTC | #3
Em Sat, 29 Dec 2012 01:06:29 +0300
"Igor M. Liplianin" <liplianin@me.by> escreveu:

> On 27 декабрÑ_ 2012 19:33:38 Mauro Carvalho Chehab wrote:
> > Hi Igor,
> Hi Mauro,
> 
> > 
> > Em Mon, 24 Dec 2012 11:23:56 +0300
> > 
> > "Igor M. Liplianin" <liplianin@me.by> escreveu:
> > > The following changes since commit 8b2aea7878f64814544d0527c659011949d52358:
> > >   [media] em28xx: prefer bulk mode on webcams (2012-12-23 17:24:30 -0200)
> > > 
> > > are available in the git repository at:
> > >   git://git.linuxtv.org/liplianin/media_tree.git ts2020_v3.9
> > > 
> > > for you to fetch changes up to 2ff52e6f487c2ee841f3df9709d1b4e4416a1b15:
> > >   ts2020: separate from m88rs2000 (2012-12-24 01:26:12 +0300)
> > > 
> > > ----------------------------------------------------------------
> > > 
> > > Igor M. Liplianin (4):
> > >       Tevii S421 and S632 support
> > >       
> > >       
> > >       m88rs2000: SNR BER implemented
> > >       ds3000: lock led procedure added
> > >       ts2020: separate from m88rs2000
> > 
> > You forgot to add your SOB and patch descriptions on the above
> > patches.
> Actually, I made it two months ago, enough to forget.

Yeah, there were too many things happening on the 4th quarter, with
delayed patch push. Also, janitors requested us to not apply patches
after -rc7. The better is to submit your work before -rc5, in order
to give enough time for review.

> So, I will add SOB, description and resend. 

Applied, thanks.

Regards,
Mauro
--
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