From: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
To: Antti Palosaari <crope@iki.fi>
Cc: LMML <linux-media@vger.kernel.org>
Subject: Re: [GIT PULL] Panasonic MN8847 and MN88473
Date: Fri, 14 Nov 2014 17:43:52 -0200 [thread overview]
Message-ID: <20141114174352.2bd436f9@recife.lan> (raw)
In-Reply-To: <5465604D.4090003@iki.fi>
Em Fri, 14 Nov 2014 03:52:13 +0200
Antti Palosaari <crope@iki.fi> escreveu:
> The following changes since commit dd0a6fe2bc3055cd61e369f97982c88183b1f0a0:
>
> [media] dvb-usb-dvbsky: fix i2c adapter for sp2 device (2014-11-11
> 12:55:32 -0200)
>
> are available in the git repository at:
>
> git://linuxtv.org/anttip/media_tree.git astrometa
>
> for you to fetch changes up to 9e0d9707648a6ef3def5a468ac57047bf8632d29:
>
> rtl28xxu: add SDR module for devices having R828D tuner (2014-11-12
> 05:58:07 +0200)
>
> ----------------------------------------------------------------
> Antti Palosaari (28):
> mn88472: Panasonic MN88472 demod driver (DVB-C only)
> mn88472: correct attach symbol name
> mn88472: add small delay to wait DVB-C lock
> mn88472: rename mn88472_c.c => mn88472.c
> mn88472: rename state to dev
> mn88472: convert driver to I2C client
> mn88472: Convert driver to I2C RegMap API
> mn88472: implement DVB-T and DVB-T2
> mn88472: move to staging
> mn88472: add staging TODO
> MAINTAINERS: add mn88472 (Panasonic MN88472)
> mn88473: Panasonic MN88473 DVB-T/T2/C demod driver
> mn88473: add support for DVB-T2
> mn88473: implement DVB-T mode
> mn88473: improve IF frequency and BW handling
> mn88473: convert driver to I2C binding
> mn88473: convert to RegMap API
> mn88473: move to staging
> mn88473: add staging TODO
> MAINTAINERS: add mn88473 (Panasonic MN88473)
> r820t: add DVB-C config
Applied, thanks.
> rtl2832: implement PIP mode
Not applied - need API discussions.
> rtl28xxu: enable demod ADC only when needed
Applied, thanks.
> rtl28xxu: add support for Panasonic MN88472 slave demod
> rtl28xxu: add support for Panasonic MN88473 slave demod
> rtl28xxu: rename tuner I2C client pointer
> rtl28xxu: remove unused SDR attach logic
> rtl28xxu: add SDR module for devices having R828D tuner
Not applied, due to the staging dependencies, as explained. I opted
to not apply the patches after "add support for Panasonic MN88472",
to avoid merging troubles.
Regards,
Mauro
>
> MAINTAINERS | 22 +++++++
> drivers/media/dvb-frontends/mn88472.h | 38 ++++++++++++
> drivers/media/dvb-frontends/mn88473.h | 38 ++++++++++++
> drivers/media/dvb-frontends/rtl2832.c | 42 ++++++++++++-
> drivers/media/tuners/r820t.c | 12 ++++
> drivers/media/usb/dvb-usb-v2/Kconfig | 2 +
> drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 239
> ++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------
> drivers/media/usb/dvb-usb-v2/rtl28xxu.h | 8 ++-
> drivers/staging/media/Kconfig | 4 ++
> drivers/staging/media/Makefile | 2 +
> drivers/staging/media/mn88472/Kconfig | 7 +++
> drivers/staging/media/mn88472/Makefile | 5 ++
> drivers/staging/media/mn88472/TODO | 21 +++++++
> drivers/staging/media/mn88472/mn88472.c | 523
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> drivers/staging/media/mn88472/mn88472_priv.h | 36 +++++++++++
> drivers/staging/media/mn88473/Kconfig | 7 +++
> drivers/staging/media/mn88473/Makefile | 5 ++
> drivers/staging/media/mn88473/TODO | 21 +++++++
> drivers/staging/media/mn88473/mn88473.c | 464
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> drivers/staging/media/mn88473/mn88473_priv.h | 36 +++++++++++
> 20 files changed, 1464 insertions(+), 68 deletions(-)
> create mode 100644 drivers/media/dvb-frontends/mn88472.h
> create mode 100644 drivers/media/dvb-frontends/mn88473.h
> create mode 100644 drivers/staging/media/mn88472/Kconfig
> create mode 100644 drivers/staging/media/mn88472/Makefile
> create mode 100644 drivers/staging/media/mn88472/TODO
> create mode 100644 drivers/staging/media/mn88472/mn88472.c
> create mode 100644 drivers/staging/media/mn88472/mn88472_priv.h
> create mode 100644 drivers/staging/media/mn88473/Kconfig
> create mode 100644 drivers/staging/media/mn88473/Makefile
> create mode 100644 drivers/staging/media/mn88473/TODO
> create mode 100644 drivers/staging/media/mn88473/mn88473.c
> create mode 100644 drivers/staging/media/mn88473/mn88473_priv.h
>
prev parent reply other threads:[~2014-11-14 19:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-14 1:52 [GIT PULL] Panasonic MN8847 and MN88473 Antti Palosaari
2014-11-14 19:43 ` Mauro Carvalho Chehab [this message]
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=20141114174352.2bd436f9@recife.lan \
--to=mchehab@osg.samsung.com \
--cc=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
/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.