All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] hvr2205 / hvr2255 support and misc patches
@ 2015-03-28 15:51 Steven Toth
  2015-03-28 16:55 ` Hans Verkuil
  0 siblings, 1 reply; 2+ messages in thread
From: Steven Toth @ 2015-03-28 15:51 UTC (permalink / raw)
  To: Linux-Media, Mauro Carvalho Chehab

Mauro,

Please disregard my prior pull request for this patchset.

As requested, this is a second pull request including the ATSC
inversion fix mentioned earlier.

Thx

- Steve

The following changes since commit 4708e452aa3109fc23e0c6b5a658ccc1b720dfa6:

  [media] saa7164: I2C improvements for upcoming HVR2255/2205 boards
(2015-03-23 14:37:32 -0400)

are available in the git repository at:

  git://git.linuxtv.org/stoth/media_tree.git saa7164-dev

for you to fetch changes up to c77cfc0fb29c278cf45e9c226bac39434098ca07:

  [media] saa7164: fix HVR2255 ATSC inversion issue (2015-03-28 08:07:47 -0400)

----------------------------------------------------------------
Steven Toth (6):
      [media] saa7164: Adding additional I2C debug.
      [media] saa7164: Improvements for I2C handling
      [media] saa7164: Add Digital TV support for the HVR2255 and HVR2205
      [media] saa7164: Fixup recent querycap warnings
      [media] saa7164: Copyright update
      [media] saa7164: fix HVR2255 ATSC inversion issue

 drivers/media/pci/saa7164/saa7164-api.c     |  21 ++-
 drivers/media/pci/saa7164/saa7164-buffer.c  |   2 +-
 drivers/media/pci/saa7164/saa7164-bus.c     |   2 +-
 drivers/media/pci/saa7164/saa7164-cards.c   | 188 ++++++++++++++++++++++++++-
 drivers/media/pci/saa7164/saa7164-cmd.c     |   2 +-
 drivers/media/pci/saa7164/saa7164-core.c    |   2 +-
 drivers/media/pci/saa7164/saa7164-dvb.c     | 232
+++++++++++++++++++++++++++++++---
 drivers/media/pci/saa7164/saa7164-encoder.c |   5 +-
 drivers/media/pci/saa7164/saa7164-fw.c      |   2 +-
 drivers/media/pci/saa7164/saa7164-i2c.c     |   2 +-
 drivers/media/pci/saa7164/saa7164-reg.h     |   2 +-
 drivers/media/pci/saa7164/saa7164-types.h   |   2 +-
 drivers/media/pci/saa7164/saa7164-vbi.c     |   5 +-
 drivers/media/pci/saa7164/saa7164.h         |   7 +-
 14 files changed, 440 insertions(+), 34 deletions(-)

-- 
Steven Toth - Kernel Labs
http://www.kernellabs.com

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

* Re: [PULL] hvr2205 / hvr2255 support and misc patches
  2015-03-28 15:51 [PULL] hvr2205 / hvr2255 support and misc patches Steven Toth
@ 2015-03-28 16:55 ` Hans Verkuil
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Verkuil @ 2015-03-28 16:55 UTC (permalink / raw)
  To: Steven Toth, Linux-Media, Mauro Carvalho Chehab

On 03/28/2015 08:51 AM, Steven Toth wrote:
> Mauro,
> 
> Please disregard my prior pull request for this patchset.
> 
> As requested, this is a second pull request including the ATSC
> inversion fix mentioned earlier.

Why didn't you incorporate my querycap patch in this pull request?
The querycap patch here still has the same problem I've addressed with
my patch.

I've changed the state of this pull request to 'Changes Requested' since
it makes no sense to take in this pull request where one patch has known
problems.

Regards,

	Hans

> 
> Thx
> 
> - Steve
> 
> The following changes since commit 4708e452aa3109fc23e0c6b5a658ccc1b720dfa6:
> 
>   [media] saa7164: I2C improvements for upcoming HVR2255/2205 boards
> (2015-03-23 14:37:32 -0400)
> 
> are available in the git repository at:
> 
>   git://git.linuxtv.org/stoth/media_tree.git saa7164-dev
> 
> for you to fetch changes up to c77cfc0fb29c278cf45e9c226bac39434098ca07:
> 
>   [media] saa7164: fix HVR2255 ATSC inversion issue (2015-03-28 08:07:47 -0400)
> 
> ----------------------------------------------------------------
> Steven Toth (6):
>       [media] saa7164: Adding additional I2C debug.
>       [media] saa7164: Improvements for I2C handling
>       [media] saa7164: Add Digital TV support for the HVR2255 and HVR2205
>       [media] saa7164: Fixup recent querycap warnings
>       [media] saa7164: Copyright update
>       [media] saa7164: fix HVR2255 ATSC inversion issue
> 
>  drivers/media/pci/saa7164/saa7164-api.c     |  21 ++-
>  drivers/media/pci/saa7164/saa7164-buffer.c  |   2 +-
>  drivers/media/pci/saa7164/saa7164-bus.c     |   2 +-
>  drivers/media/pci/saa7164/saa7164-cards.c   | 188 ++++++++++++++++++++++++++-
>  drivers/media/pci/saa7164/saa7164-cmd.c     |   2 +-
>  drivers/media/pci/saa7164/saa7164-core.c    |   2 +-
>  drivers/media/pci/saa7164/saa7164-dvb.c     | 232
> +++++++++++++++++++++++++++++++---
>  drivers/media/pci/saa7164/saa7164-encoder.c |   5 +-
>  drivers/media/pci/saa7164/saa7164-fw.c      |   2 +-
>  drivers/media/pci/saa7164/saa7164-i2c.c     |   2 +-
>  drivers/media/pci/saa7164/saa7164-reg.h     |   2 +-
>  drivers/media/pci/saa7164/saa7164-types.h   |   2 +-
>  drivers/media/pci/saa7164/saa7164-vbi.c     |   5 +-
>  drivers/media/pci/saa7164/saa7164.h         |   7 +-
>  14 files changed, 440 insertions(+), 34 deletions(-)
> 


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

end of thread, other threads:[~2015-03-28 16:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-28 15:51 [PULL] hvr2205 / hvr2255 support and misc patches Steven Toth
2015-03-28 16:55 ` Hans Verkuil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.