All of lore.kernel.org
 help / color / mirror / Atom feed
From: Antti Palosaari <crope@iki.fi>
To: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: linux-media@vger.kernel.org
Subject: Re: [git:v4l-dvb/for_v3.4] [media] cxd2820r: fix dvb_frontend_ops
Date: Mon, 23 Jan 2012 22:17:01 +0200	[thread overview]
Message-ID: <4F1DC03D.4080204@iki.fi> (raw)
In-Reply-To: <E1RpQFN-0000uK-Bc@www.linuxtv.org>

Are going to push these Kernel 3.4 as topic hints?
These are fixes for 3.3, for example that patch in question...

Antti

On 01/23/2012 10:10 PM, Mauro Carvalho Chehab wrote:
> This is an automatic generated email to let you know that the following patch were queued at the
> http://git.linuxtv.org/media_tree.git tree:
>
> Subject: [media] cxd2820r: fix dvb_frontend_ops
> Author:  Antti Palosaari<crope@iki.fi>
> Date:    Wed Jan 18 13:57:33 2012 -0300
>
> Fix bug introduced by multi-frontend to single-frontend change.
>
> * Add missing DVB-C caps
> * Change frontend name as single frontend does all the standards
>
> Signed-off-by: Antti Palosaari<crope@iki.fi>
> Signed-off-by: Mauro Carvalho Chehab<mchehab@redhat.com>
>
>   drivers/media/dvb/frontends/cxd2820r_core.c |    4 +++-
>   1 files changed, 3 insertions(+), 1 deletions(-)
>
> ---
>
> http://git.linuxtv.org/media_tree.git?a=commitdiff;h=9bf31efa84c898a0cf294bacdfe8edcac24e6318
>
> diff --git a/drivers/media/dvb/frontends/cxd2820r_core.c b/drivers/media/dvb/frontends/cxd2820r_core.c
> index caae7f7..5fe591d 100644
> --- a/drivers/media/dvb/frontends/cxd2820r_core.c
> +++ b/drivers/media/dvb/frontends/cxd2820r_core.c
> @@ -562,7 +562,7 @@ static const struct dvb_frontend_ops cxd2820r_ops = {
>   	.delsys = { SYS_DVBT, SYS_DVBT2, SYS_DVBC_ANNEX_A },
>   	/* default: DVB-T/T2 */
>   	.info = {
> -		.name = "Sony CXD2820R (DVB-T/T2)",
> +		.name = "Sony CXD2820R",
>
>   		.caps =	FE_CAN_FEC_1_2			|
>   			FE_CAN_FEC_2_3			|
> @@ -572,7 +572,9 @@ static const struct dvb_frontend_ops cxd2820r_ops = {
>   			FE_CAN_FEC_AUTO			|
>   			FE_CAN_QPSK			|
>   			FE_CAN_QAM_16			|
> +			FE_CAN_QAM_32			|
>   			FE_CAN_QAM_64			|
> +			FE_CAN_QAM_128			|
>   			FE_CAN_QAM_256			|
>   			FE_CAN_QAM_AUTO			|
>   			FE_CAN_TRANSMISSION_MODE_AUTO	|


-- 
http://palosaari.fi/

       reply	other threads:[~2012-01-23 20:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1RpQFN-0000uK-Bc@www.linuxtv.org>
2012-01-23 20:17 ` Antti Palosaari [this message]
2012-01-23 20:35   ` [git:v4l-dvb/for_v3.4] [media] cxd2820r: fix dvb_frontend_ops Mauro Carvalho Chehab

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=4F1DC03D.4080204@iki.fi \
    --to=crope@iki.fi \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@redhat.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.