All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] pt3: pci, tc90522, mxl301rf, qm1d1c0042
@ 2014-10-05  8:59 Буди Романто, AreMa Inc
  2014-10-05  8:59 ` [PATCH 01/11] tc90522: better chip description Буди Романто, AreMa Inc
                   ` (10 more replies)
  0 siblings, 11 replies; 18+ messages in thread
From: Буди Романто, AreMa Inc @ 2014-10-05  8:59 UTC (permalink / raw)
  To: linux-media
  Cc: linux-kernel, crope, m.chehab, mchehab, hdegoede,
	laurent.pinchart, mkrufky, sylvester.nawrocki, g.liakhovetski,
	peter.senna

*** PT3 stable driver ***
Clean Package:
Please pull from
	https://github.com/knight-rider/ptx/tree/master/pt3_dvb

Буди Романто, AreMa Inc (11):
  tc90522: better chip description
  tc90522 is a client
  tc90522: use hardware algorithm & correct CNR
  pt3: add comment
  pt3: merge I2C & DMA handlers
  pt3: namespace cleanup
  mxl301rf: namespace cleanup
  qm1d1c0042: namespace cleanup
  mxl301rf: namespace cleanup & remodelling
  qm1d1c0042: namespace cleanup & remodelling
  pt3: merge I2C & DMA handlers

 drivers/media/dvb-frontends/Kconfig   |    4 +-
 drivers/media/dvb-frontends/Makefile  |    1 +
 drivers/media/dvb-frontends/tc90522.c | 1146 +++++++++---------------
 drivers/media/dvb-frontends/tc90522.h |   41 +-
 drivers/media/pci/pt3/Kconfig         |    2 +-
 drivers/media/pci/pt3/Makefile        |    8 +-
 drivers/media/pci/pt3/pt3.c           | 1557 ++++++++++++++++++---------------
 drivers/media/pci/pt3/pt3.h           |  183 +---
 drivers/media/pci/pt3/pt3_dma.c       |  225 -----
 drivers/media/pci/pt3/pt3_i2c.c       |  240 -----
 drivers/media/tuners/mxl301rf.c       |  550 ++++++------
 drivers/media/tuners/mxl301rf.h       |   23 +-
 drivers/media/tuners/qm1d1c0042.c     |  644 +++++++-------
 drivers/media/tuners/qm1d1c0042.h     |   34 +-
 14 files changed, 1903 insertions(+), 2755 deletions(-)
 delete mode 100644 drivers/media/pci/pt3/pt3_dma.c
 delete mode 100644 drivers/media/pci/pt3/pt3_i2c.c

-- 
1.8.4.5


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

end of thread, other threads:[~2014-10-05 17:08 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-05  8:59 [PATCH 00/11] pt3: pci, tc90522, mxl301rf, qm1d1c0042 Буди Романто, AreMa Inc
2014-10-05  8:59 ` [PATCH 01/11] tc90522: better chip description Буди Романто, AreMa Inc
2014-10-05 11:20   ` Mauro Carvalho Chehab
2014-10-05  8:59 ` [PATCH 02/11] tc90522 is a client Буди Романто, AreMa Inc
2014-10-05 11:33   ` Mauro Carvalho Chehab
2014-10-05 12:39     ` AreMa Inc.
2014-10-05 13:20       ` Mauro Carvalho Chehab
2014-10-05 14:16         ` AreMa Inc.
2014-10-05 17:08       ` Akihiro TSUKADA
2014-10-05  8:59 ` [PATCH 03/11] tc90522: use hardware algorithm & correct CNR Буди Романто, AreMa Inc
2014-10-05  8:59 ` [PATCH 04/11] pt3: add comment Буди Романто, AreMa Inc
2014-10-05  8:59 ` [PATCH 05/11] pt3: merge I2C & DMA handlers Буди Романто, AreMa Inc
2014-10-05  8:59 ` [PATCH 06/11] pt3: namespace cleanup Буди Романто, AreMa Inc
2014-10-05  8:59 ` [PATCH 07/11] mxl301rf: " Буди Романто, AreMa Inc
2014-10-05  8:59 ` [PATCH 08/11] qm1d1c0042: " Буди Романто, AreMa Inc
2014-10-05  8:59 ` [PATCH 09/11] mxl301rf: namespace cleanup & remodelling Буди Романто, AreMa Inc
2014-10-05  8:59 ` [PATCH 10/11] qm1d1c0042: " Буди Романто, AreMa Inc
2014-10-05  8:59 ` [PATCH 11/11] pt3: merge I2C & DMA handlers Буди Романто, AreMa Inc

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.