All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: doronc@siano-ms.com
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH  4/17]DVB:Siano drivers -  Add support in new Siano SDIO devices.
Date: Fri, 23 Sep 2011 17:28:09 -0300	[thread overview]
Message-ID: <4E7CEBD9.70707@redhat.com> (raw)
In-Reply-To: <1316514663.5199.82.camel@Doron-Ubuntu>

Em 20-09-2011 07:31, Doron Cohen escreveu:
> Hi, 
> This patch adds support in newer devices.
> 
> Thanks,
> Doron Cohen
> 
> ------------------
> 
>>From 7714e418af56ae73d760cfa39b9e7b99d4dc3aa2 Mon Sep 17 00:00:00 2001
> From: Doron Cohen <doronc@siano-ms.com>
> Date: Thu, 15 Sep 2011 14:40:03 +0300
> Subject: [PATCH 07/21] Add support to new siano DSIO devices.
> 
> ---
>  drivers/media/dvb/siano/sms-cards.h |   10 ++++++++++
>  drivers/media/dvb/siano/smssdio.c   |   13 +++++++++++--
>  2 files changed, 21 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/media/dvb/siano/sms-cards.h
> b/drivers/media/dvb/siano/sms-cards.h
> index d8cdf75..1c2159b 100644
> --- a/drivers/media/dvb/siano/sms-cards.h
> +++ b/drivers/media/dvb/siano/sms-cards.h
> @@ -22,7 +22,9 @@
>  
>  #include <linux/usb.h>
>  #include "smscoreapi.h"
> +#ifdef SMS_RC_SUPPORT_SUBSYS
>  #include "smsir.h"
> +#endif

Don't mix it on this patch. I would have applied the rest of the patch,
if it was not because of this.

>  
>  #define SMS_BOARD_UNKNOWN 0
>  #define SMS1XXX_BOARD_SIANO_STELLAR 1
> @@ -37,6 +39,14 @@
>  #define SMS1XXX_BOARD_HAUPPAUGE_TIGER_MINICARD_R2 10
>  #define SMS1XXX_BOARD_SIANO_NICE	11
>  #define SMS1XXX_BOARD_SIANO_VENICE	12
> +#define SMS1XXX_BOARD_SIANO_STELLAR_ROM 13
> +#define SMS1XXX_BOARD_ZTE_DVB_DATA_CARD	14
> +#define SMS1XXX_BOARD_ONDA_MDTV_DATA_CARD 15
> +#define SMS1XXX_BOARD_SIANO_MING	16
> +#define SMS1XXX_BOARD_SIANO_PELE	17
> +#define SMS1XXX_BOARD_SIANO_RIO		18
> +#define SMS1XXX_BOARD_SIANO_DENVER_1530	19
> +#define SMS1XXX_BOARD_SIANO_DENVER_2160 20
>  
>  struct sms_board_gpio_cfg {
>  	int lna_vhf_exist;
> diff --git a/drivers/media/dvb/siano/smssdio.c
> b/drivers/media/dvb/siano/smssdio.c
> index e57d38b..e5705c3 100644
> --- a/drivers/media/dvb/siano/smssdio.c
> +++ b/drivers/media/dvb/siano/smssdio.c
> @@ -3,8 +3,7 @@
>   *
>   *  Copyright 2008 Pierre Ossman
>   *
> - * Based on code by Siano Mobile Silicon, Inc.,
> - * Copyright (C) 2006-2008, Uri Shkolnik
> + * Copyright (C) 2006-20011, Siano Mobile Silicon (Doron Cohen)
>   *
>   * This program is free software; you can redistribute it and/or modify
>   * it under the terms of the GNU General Public License as published by
> @@ -60,6 +59,16 @@ static const struct sdio_device_id smssdio_ids[]
> __devinitconst = {
>  	 .driver_data = SMS1XXX_BOARD_SIANO_VEGA},
>  	{SDIO_DEVICE(SDIO_VENDOR_ID_SIANO, SDIO_DEVICE_ID_SIANO_VENICE),
>  	 .driver_data = SMS1XXX_BOARD_SIANO_VEGA},
> +	{SDIO_DEVICE(SDIO_VENDOR_ID_SIANO, 0x302),
> +	 .driver_data = SMS1XXX_BOARD_SIANO_MING},
> +	{SDIO_DEVICE(SDIO_VENDOR_ID_SIANO, 0x500),
> +	 .driver_data = SMS1XXX_BOARD_SIANO_PELE},
> +	{SDIO_DEVICE(SDIO_VENDOR_ID_SIANO, 0x600),
> +	 .driver_data = SMS1XXX_BOARD_SIANO_RIO},
> +    {SDIO_DEVICE(SDIO_VENDOR_ID_SIANO, 0x700),
> +	 .driver_data = SMS1XXX_BOARD_SIANO_DENVER_2160},
> +	{SDIO_DEVICE(SDIO_VENDOR_ID_SIANO, 0x800),
> +	 .driver_data = SMS1XXX_BOARD_SIANO_DENVER_1530},
>  	{ /* end: all zeroes */ },
>  };
>  


      reply	other threads:[~2011-09-23 20:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-20 10:31 [PATCH 4/17]DVB:Siano drivers - Add support in new Siano SDIO devices Doron Cohen
2011-09-23 20:28 ` 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=4E7CEBD9.70707@redhat.com \
    --to=mchehab@redhat.com \
    --cc=doronc@siano-ms.com \
    --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.