All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] split dvb-usb-friio into parts
@ 2015-01-07 13:45 tskd08
  2015-01-07 13:45 ` [PATCH 1/2] dvb: tua6034: add a new driver for Infineon tua6034 tuner tskd08
  2015-01-07 13:45 ` [PATCH 2/2] dvb-usb-friio: split and merge into dvb-usbv2-gl861 tskd08
  0 siblings, 2 replies; 3+ messages in thread
From: tskd08 @ 2015-01-07 13:45 UTC (permalink / raw)
  To: linux-media; +Cc: m.chehab, Akihiro Tsukada

From: Akihiro Tsukada <tskd08@gmail.com>a

This patch series decomposes the friio driver which was monolithic
into adapter,demod,tuner modules.

Akihiro Tsukada (2):
  dvb: tua6034: add a new driver for Infineon tua6034 tuner
  dvb-usb-friio: split and merge into dvb-usbv2-gl861

 drivers/media/tuners/Kconfig               |   7 +
 drivers/media/tuners/Makefile              |   1 +
 drivers/media/tuners/tua6034.c             | 464 +++++++++++++++++++++++++
 drivers/media/tuners/tua6034.h             | 113 +++++++
 drivers/media/usb/dvb-usb-v2/Kconfig       |   5 +-
 drivers/media/usb/dvb-usb-v2/Makefile      |   2 +-
 drivers/media/usb/dvb-usb-v2/gl861-friio.c | 318 ++++++++++++++++++
 drivers/media/usb/dvb-usb-v2/gl861.c       | 125 ++++++-
 drivers/media/usb/dvb-usb-v2/gl861.h       |  11 +
 drivers/media/usb/dvb-usb/Kconfig          |   6 -
 drivers/media/usb/dvb-usb/Makefile         |   3 -
 drivers/media/usb/dvb-usb/friio-fe.c       | 472 --------------------------
 drivers/media/usb/dvb-usb/friio.c          | 522 -----------------------------
 drivers/media/usb/dvb-usb/friio.h          |  99 ------
 14 files changed, 1030 insertions(+), 1118 deletions(-)
 create mode 100644 drivers/media/tuners/tua6034.c
 create mode 100644 drivers/media/tuners/tua6034.h
 create mode 100644 drivers/media/usb/dvb-usb-v2/gl861-friio.c
 delete mode 100644 drivers/media/usb/dvb-usb/friio-fe.c
 delete mode 100644 drivers/media/usb/dvb-usb/friio.c
 delete mode 100644 drivers/media/usb/dvb-usb/friio.h

-- 
2.2.1


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

end of thread, other threads:[~2015-01-07 13:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-07 13:45 [PATCH 0/2] split dvb-usb-friio into parts tskd08
2015-01-07 13:45 ` [PATCH 1/2] dvb: tua6034: add a new driver for Infineon tua6034 tuner tskd08
2015-01-07 13:45 ` [PATCH 2/2] dvb-usb-friio: split and merge into dvb-usbv2-gl861 tskd08

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.