From: tskd08@gmail.com
To: linux-media@vger.kernel.org
Cc: m.chehab@samsung.com, Akihiro Tsukada <tskd08@gmail.com>
Subject: [PATCH 0/2] split dvb-usb-friio into parts
Date: Wed, 7 Jan 2015 22:45:31 +0900 [thread overview]
Message-ID: <1420638333-7002-1-git-send-email-tskd08@gmail.com> (raw)
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
next reply other threads:[~2015-01-07 13:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-07 13:45 tskd08 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1420638333-7002-1-git-send-email-tskd08@gmail.com \
--to=tskd08@gmail.com \
--cc=linux-media@vger.kernel.org \
--cc=m.chehab@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.