linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.3] Add Hauppauge DVB devices
@ 2019-06-13 18:14 Brad Love
  2019-06-13 18:35 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Brad Love @ 2019-06-13 18:14 UTC (permalink / raw)
  To: linux-media, mchehab; +Cc: Brad Love

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

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

* Re: [GIT PULL FOR v5.3] Add Hauppauge DVB devices
  2019-06-13 18:14 [GIT PULL FOR v5.3] Add Hauppauge DVB devices Brad Love
@ 2019-06-13 18:35 ` Mauro Carvalho Chehab
  2019-06-13 18:39   ` Brad Love
  0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2019-06-13 18:35 UTC (permalink / raw)
  To: Brad Love; +Cc: linux-media

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

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

* Re: [GIT PULL FOR v5.3] Add Hauppauge DVB devices
  2019-06-13 18:35 ` Mauro Carvalho Chehab
@ 2019-06-13 18:39   ` Brad Love
  0 siblings, 0 replies; 3+ messages in thread
From: Brad Love @ 2019-06-13 18:39 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Brad Love; +Cc: linux-media

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

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

end of thread, other threads:[~2019-06-13 18:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-13 18:14 [GIT PULL FOR v5.3] Add Hauppauge DVB devices Brad Love
2019-06-13 18:35 ` Mauro Carvalho Chehab
2019-06-13 18:39   ` Brad Love

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