mbox series

[GIT,PULL,FOR,v5.3] Add Hauppauge DVB devices

Message ID 20190613181447.16036-1-brad@nextdimension.cc (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v5.3] Add Hauppauge DVB devices | expand

Pull-request

git://linuxtv.org/brad/media_tree.git pr-5.3

Message

Brad Love June 13, 2019, 6:14 p.m. UTC
Hi Mauro,

Here is my first pull request. Please be gentle :)

This adds support for Hauppauge HVR1955 and HVR1975 devices, along with
adding a vid:pid for a missing OEM Hauppauge 955Q variant.

Cheers,

Brad
---
The following changes since commit 513dbd35b5d93c45fa7291147f21fc0227a9f999:

  media: add SPDX headers to some files (2019-06-12 11:42:27 -0400)

are available in the Git repository at:

  git://linuxtv.org/brad/media_tree.git pr-5.3

for you to fetch changes up to 24a620ad0b74d485a1e61d5babe043f59a0ddd57:

  cx231xx-cards: Add Hauppauge 955Q variant (2019-06-13 12:27:57 -0500)

----------------------------------------------------------------
Brad Love (5):
      si2157: add detection of si2177 tuner
      pvrusb2: Add multiple dvb frontend support
      pvrusb2: Add i2c client demod/tuner support
      pvrusb2: Add Hauppauge HVR1955/1975 devices
      cx231xx-cards: Add Hauppauge 955Q variant

 drivers/media/tuners/si2157.c                   |   6 +
 drivers/media/tuners/si2157_priv.h              |   3 +-
 drivers/media/usb/cx231xx/cx231xx-cards.c       |   2 +
 drivers/media/usb/pvrusb2/Kconfig               |   2 +
 drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.c |  25 +++
 drivers/media/usb/pvrusb2/pvrusb2-devattr.c     | 212 +++++++++++++++++++++---
 drivers/media/usb/pvrusb2/pvrusb2-devattr.h     |   1 +
 drivers/media/usb/pvrusb2/pvrusb2-dvb.c         |  88 +++++++---
 drivers/media/usb/pvrusb2/pvrusb2-dvb.h         |   5 +-
 drivers/media/usb/pvrusb2/pvrusb2-fx2-cmd.h     |   4 +
 drivers/media/usb/pvrusb2/pvrusb2-hdw.c         |  36 +++-
 11 files changed, 339 insertions(+), 45 deletions(-)

Comments

Mauro Carvalho Chehab June 13, 2019, 6:35 p.m. UTC | #1
Em Thu, 13 Jun 2019 13:14:47 -0500
Brad Love <brad@nextdimension.cc> escreveu:

> Hi Mauro,
> 
> Here is my first pull request. Please be gentle :)

:-)

First problem:

	error: FETCH_HEAD: cannot verify a non-tag object of type commit.

You should use branches and sign them with your gpg signature.

Patches applied, thanks!

There are also a /12 patch series from you:

	https://patchwork.linuxtv.org/project/linux-media/list/?series=&submitter=7220&state=13&q=&archive=&delegate=
> 
> This adds support for Hauppauge HVR1955 and HVR1975 devices, along with
> adding a vid:pid for a missing OEM Hauppauge 955Q variant.
> 
> Cheers,
> 
> Brad
> ---
> The following changes since commit 513dbd35b5d93c45fa7291147f21fc0227a9f999:
> 
>   media: add SPDX headers to some files (2019-06-12 11:42:27 -0400)
> 
> are available in the Git repository at:
> 
>   git://linuxtv.org/brad/media_tree.git pr-5.3
> 
> for you to fetch changes up to 24a620ad0b74d485a1e61d5babe043f59a0ddd57:
> 
>   cx231xx-cards: Add Hauppauge 955Q variant (2019-06-13 12:27:57 -0500)
> 
> ----------------------------------------------------------------
> Brad Love (5):
>       si2157: add detection of si2177 tuner
>       pvrusb2: Add multiple dvb frontend support
>       pvrusb2: Add i2c client demod/tuner support
>       pvrusb2: Add Hauppauge HVR1955/1975 devices
>       cx231xx-cards: Add Hauppauge 955Q variant
> 
>  drivers/media/tuners/si2157.c                   |   6 +
>  drivers/media/tuners/si2157_priv.h              |   3 +-
>  drivers/media/usb/cx231xx/cx231xx-cards.c       |   2 +
>  drivers/media/usb/pvrusb2/Kconfig               |   2 +
>  drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.c |  25 +++
>  drivers/media/usb/pvrusb2/pvrusb2-devattr.c     | 212 +++++++++++++++++++++---
>  drivers/media/usb/pvrusb2/pvrusb2-devattr.h     |   1 +
>  drivers/media/usb/pvrusb2/pvrusb2-dvb.c         |  88 +++++++---
>  drivers/media/usb/pvrusb2/pvrusb2-dvb.h         |   5 +-
>  drivers/media/usb/pvrusb2/pvrusb2-fx2-cmd.h     |   4 +
>  drivers/media/usb/pvrusb2/pvrusb2-hdw.c         |  36 +++-
>  11 files changed, 339 insertions(+), 45 deletions(-)



Thanks,
Mauro
Brad Love June 13, 2019, 6:39 p.m. UTC | #2
Hi Mauro,


On 13/06/2019 13.35, Mauro Carvalho Chehab wrote:
> Em Thu, 13 Jun 2019 13:14:47 -0500
> Brad Love <brad@nextdimension.cc> escreveu:
>
>> Hi Mauro,
>>
>> Here is my first pull request. Please be gentle :)
> :-)
>
> First problem:
>
> 	error: FETCH_HEAD: cannot verify a non-tag object of type commit.
>
> You should use branches and sign them with your gpg signature.


I will look into this now and do so going forward. Thanks.



> Patches applied, thanks!
>
> There are also a /12 patch series from you:
>
> 	https://patchwork.linuxtv.org/project/linux-media/list/?series=&submitter=7220&state=13&q=&archive=&delegate=


Cheers Mauro :)

The analog tuning series still has some changes requested. I'll be
moving on to it next.

Regards,

Brad



>> This adds support for Hauppauge HVR1955 and HVR1975 devices, along with
>> adding a vid:pid for a missing OEM Hauppauge 955Q variant.
>>
>> Cheers,
>>
>> Brad
>> ---
>> The following changes since commit 513dbd35b5d93c45fa7291147f21fc0227a9f999:
>>
>>   media: add SPDX headers to some files (2019-06-12 11:42:27 -0400)
>>
>> are available in the Git repository at:
>>
>>   git://linuxtv.org/brad/media_tree.git pr-5.3
>>
>> for you to fetch changes up to 24a620ad0b74d485a1e61d5babe043f59a0ddd57:
>>
>>   cx231xx-cards: Add Hauppauge 955Q variant (2019-06-13 12:27:57 -0500)
>>
>> ----------------------------------------------------------------
>> Brad Love (5):
>>       si2157: add detection of si2177 tuner
>>       pvrusb2: Add multiple dvb frontend support
>>       pvrusb2: Add i2c client demod/tuner support
>>       pvrusb2: Add Hauppauge HVR1955/1975 devices
>>       cx231xx-cards: Add Hauppauge 955Q variant
>>
>>  drivers/media/tuners/si2157.c                   |   6 +
>>  drivers/media/tuners/si2157_priv.h              |   3 +-
>>  drivers/media/usb/cx231xx/cx231xx-cards.c       |   2 +
>>  drivers/media/usb/pvrusb2/Kconfig               |   2 +
>>  drivers/media/usb/pvrusb2/pvrusb2-cx2584x-v4l.c |  25 +++
>>  drivers/media/usb/pvrusb2/pvrusb2-devattr.c     | 212 +++++++++++++++++++++---
>>  drivers/media/usb/pvrusb2/pvrusb2-devattr.h     |   1 +
>>  drivers/media/usb/pvrusb2/pvrusb2-dvb.c         |  88 +++++++---
>>  drivers/media/usb/pvrusb2/pvrusb2-dvb.h         |   5 +-
>>  drivers/media/usb/pvrusb2/pvrusb2-fx2-cmd.h     |   4 +
>>  drivers/media/usb/pvrusb2/pvrusb2-hdw.c         |  36 +++-
>>  11 files changed, 339 insertions(+), 45 deletions(-)
>
>
> Thanks,
> Mauro