mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <m.chehab@samsung.com>
To: "Буди Романто, AreMa Inc" <info@are.ma>
Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
	crope@iki.fi, mchehab@osg.samsung.com, hdegoede@redhat.com,
	laurent.pinchart@ideasonboard.com, mkrufky@linuxtv.org,
	sylvester.nawrocki@gmail.com, g.liakhovetski@gmx.de,
	peter.senna@gmail.com
Subject: Re: [PATCH 01/11] tc90522: better chip description
Date: Sun, 05 Oct 2014 08:20:23 -0300	[thread overview]
Message-ID: <20141005082023.4d364154.m.chehab@samsung.com> (raw)
In-Reply-To: <e12c8e2e2e0f84035f58d8a7848dd6f64746a0ba.1412497399.git.knightrider@are.ma>

Em Sun, 05 Oct 2014 17:59:37 +0900
"Буди Романто, AreMa Inc" <info@are.ma> escreveu:

> tc90522 has both satellite & terrestrial demodulators,
> thus change the category description
> 
> Signed-off-by: Буди Романто, AreMa Inc <knightrider@are.ma>
> ---
>  drivers/media/dvb-frontends/Kconfig  | 4 ++--
>  drivers/media/dvb-frontends/Makefile | 1 +
>  2 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig
> index 5a13454..0c59825 100644
> --- a/drivers/media/dvb-frontends/Kconfig
> +++ b/drivers/media/dvb-frontends/Kconfig
> @@ -621,7 +621,7 @@ config DVB_S5H1411
>  	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
>  	  to support this frontend.
>  
> -comment "ISDB-T (terrestrial) frontends"
> +comment "ISDB-S (satellite) & ISDB-T (terrestrial) frontends"
>  	depends on DVB_CORE
>  
>  config DVB_S921
> @@ -653,7 +653,7 @@ config DVB_TC90522
>  	depends on DVB_CORE && I2C
>  	default m if !MEDIA_SUBDRV_AUTOSELECT
>  	help
> -	  A Toshiba TC90522 2xISDB-T + 2xISDB-S demodulator.
> +	  Toshiba TC90522 2xISDB-S 8PSK + 2xISDB-T OFDM demodulator.
>  	  Say Y when you want to support this frontend.
>  
>  comment "Digital terrestrial only tuners/PLL"
> diff --git a/drivers/media/dvb-frontends/Makefile b/drivers/media/dvb-frontends/Makefile
> index ba59df6..6f05615 100644
> --- a/drivers/media/dvb-frontends/Makefile
> +++ b/drivers/media/dvb-frontends/Makefile
> @@ -116,3 +116,4 @@ obj-$(CONFIG_DVB_M88RS2000) += m88rs2000.o
>  obj-$(CONFIG_DVB_AF9033) += af9033.o
>  obj-$(CONFIG_DVB_AS102_FE) += as102_fe.o
>  obj-$(CONFIG_DVB_TC90522) += tc90522.o
> +

Why to add a blank line here?

Regards,
Mauro


  reply	other threads:[~2014-10-05 11:20 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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  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

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=20141005082023.4d364154.m.chehab@samsung.com \
    --to=m.chehab@samsung.com \
    --cc=crope@iki.fi \
    --cc=g.liakhovetski@gmx.de \
    --cc=hdegoede@redhat.com \
    --cc=info@are.ma \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@osg.samsung.com \
    --cc=mkrufky@linuxtv.org \
    --cc=peter.senna@gmail.com \
    --cc=sylvester.nawrocki@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®