All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
To: Peter Huewe <peterhuewe@gmx.de>
Cc: Thomas Winischhofer <thomas@winischhofer.net>,
	linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] video/sis: Remove unused structs SiS_SDRDRAM_TYPE/SiS_DDRDRAM_TYPE/SiS_DRAMType
Date: Thu, 10 May 2012 00:13:11 +0000	[thread overview]
Message-ID: <4FAB0817.2080906@gmx.de> (raw)
In-Reply-To: <1336081359-5643-1-git-send-email-peterhuewe@gmx.de>

On 05/03/2012 09:42 PM, Peter Huewe wrote:
> This patch removes the unused structs SiS_SDRDRAM_TYPE and SiS_DDRDRAM_TYPE
> from init.h
> 
> These are not used anywhere so we can delete them.
> 
> The SiS_DRAMType is identically defined in sis_main.c and only used
> there so we can remove it here.
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>

Applied.


Thanks,

Florian Tobias Schandinat

> ---
>  drivers/video/sis/init.h |   45 ---------------------------------------------
>  1 files changed, 0 insertions(+), 45 deletions(-)
> 
> diff --git a/drivers/video/sis/init.h b/drivers/video/sis/init.h
> index aff7384..85d6738 100644
> --- a/drivers/video/sis/init.h
> +++ b/drivers/video/sis/init.h
> @@ -105,51 +105,6 @@ static const unsigned short ModeIndex_1920x1440[]    = {0x68, 0x69, 0x00, 0x6b};
>  static const unsigned short ModeIndex_300_2048x1536[]= {0x6c, 0x6d, 0x00, 0x00};
>  static const unsigned short ModeIndex_310_2048x1536[]= {0x6c, 0x6d, 0x00, 0x6e};
>  
> -static const unsigned short SiS_DRAMType[17][5]={
> -	{0x0C,0x0A,0x02,0x40,0x39},
> -	{0x0D,0x0A,0x01,0x40,0x48},
> -	{0x0C,0x09,0x02,0x20,0x35},
> -	{0x0D,0x09,0x01,0x20,0x44},
> -	{0x0C,0x08,0x02,0x10,0x31},
> -	{0x0D,0x08,0x01,0x10,0x40},
> -	{0x0C,0x0A,0x01,0x20,0x34},
> -	{0x0C,0x09,0x01,0x08,0x32},
> -	{0x0B,0x08,0x02,0x08,0x21},
> -	{0x0C,0x08,0x01,0x08,0x30},
> -	{0x0A,0x08,0x02,0x04,0x11},
> -	{0x0B,0x0A,0x01,0x10,0x28},
> -	{0x09,0x08,0x02,0x02,0x01},
> -	{0x0B,0x09,0x01,0x08,0x24},
> -	{0x0B,0x08,0x01,0x04,0x20},
> -	{0x0A,0x08,0x01,0x02,0x10},
> -	{0x09,0x08,0x01,0x01,0x00}
> -};
> -
> -static const unsigned short SiS_SDRDRAM_TYPE[13][5] > -{
> -	{ 2,12, 9,64,0x35},
> -	{ 1,13, 9,64,0x44},
> -	{ 2,12, 8,32,0x31},
> -	{ 2,11, 9,32,0x25},
> -	{ 1,12, 9,32,0x34},
> -	{ 1,13, 8,32,0x40},
> -	{ 2,11, 8,16,0x21},
> -	{ 1,12, 8,16,0x30},
> -	{ 1,11, 9,16,0x24},
> -	{ 1,11, 8, 8,0x20},
> -	{ 2, 9, 8, 4,0x01},
> -	{ 1,10, 8, 4,0x10},
> -	{ 1, 9, 8, 2,0x00}
> -};
> -
> -static const unsigned short SiS_DDRDRAM_TYPE[4][5] > -{
> -	{ 2,12, 9,64,0x35},
> -	{ 2,12, 8,32,0x31},
> -	{ 2,11, 8,16,0x21},
> -	{ 2, 9, 8, 4,0x01}
> -};
> -
>  static const unsigned char SiS_MDA_DAC[] >  {
>  	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,


WARNING: multiple messages have this Message-ID (diff)
From: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
To: Peter Huewe <peterhuewe@gmx.de>
Cc: Thomas Winischhofer <thomas@winischhofer.net>,
	linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] video/sis: Remove unused structs SiS_SDRDRAM_TYPE/SiS_DDRDRAM_TYPE/SiS_DRAMType
Date: Thu, 10 May 2012 00:13:11 +0000	[thread overview]
Message-ID: <4FAB0817.2080906@gmx.de> (raw)
In-Reply-To: <1336081359-5643-1-git-send-email-peterhuewe@gmx.de>

On 05/03/2012 09:42 PM, Peter Huewe wrote:
> This patch removes the unused structs SiS_SDRDRAM_TYPE and SiS_DDRDRAM_TYPE
> from init.h
> 
> These are not used anywhere so we can delete them.
> 
> The SiS_DRAMType is identically defined in sis_main.c and only used
> there so we can remove it here.
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>

Applied.


Thanks,

Florian Tobias Schandinat

> ---
>  drivers/video/sis/init.h |   45 ---------------------------------------------
>  1 files changed, 0 insertions(+), 45 deletions(-)
> 
> diff --git a/drivers/video/sis/init.h b/drivers/video/sis/init.h
> index aff7384..85d6738 100644
> --- a/drivers/video/sis/init.h
> +++ b/drivers/video/sis/init.h
> @@ -105,51 +105,6 @@ static const unsigned short ModeIndex_1920x1440[]    = {0x68, 0x69, 0x00, 0x6b};
>  static const unsigned short ModeIndex_300_2048x1536[]= {0x6c, 0x6d, 0x00, 0x00};
>  static const unsigned short ModeIndex_310_2048x1536[]= {0x6c, 0x6d, 0x00, 0x6e};
>  
> -static const unsigned short SiS_DRAMType[17][5]={
> -	{0x0C,0x0A,0x02,0x40,0x39},
> -	{0x0D,0x0A,0x01,0x40,0x48},
> -	{0x0C,0x09,0x02,0x20,0x35},
> -	{0x0D,0x09,0x01,0x20,0x44},
> -	{0x0C,0x08,0x02,0x10,0x31},
> -	{0x0D,0x08,0x01,0x10,0x40},
> -	{0x0C,0x0A,0x01,0x20,0x34},
> -	{0x0C,0x09,0x01,0x08,0x32},
> -	{0x0B,0x08,0x02,0x08,0x21},
> -	{0x0C,0x08,0x01,0x08,0x30},
> -	{0x0A,0x08,0x02,0x04,0x11},
> -	{0x0B,0x0A,0x01,0x10,0x28},
> -	{0x09,0x08,0x02,0x02,0x01},
> -	{0x0B,0x09,0x01,0x08,0x24},
> -	{0x0B,0x08,0x01,0x04,0x20},
> -	{0x0A,0x08,0x01,0x02,0x10},
> -	{0x09,0x08,0x01,0x01,0x00}
> -};
> -
> -static const unsigned short SiS_SDRDRAM_TYPE[13][5] =
> -{
> -	{ 2,12, 9,64,0x35},
> -	{ 1,13, 9,64,0x44},
> -	{ 2,12, 8,32,0x31},
> -	{ 2,11, 9,32,0x25},
> -	{ 1,12, 9,32,0x34},
> -	{ 1,13, 8,32,0x40},
> -	{ 2,11, 8,16,0x21},
> -	{ 1,12, 8,16,0x30},
> -	{ 1,11, 9,16,0x24},
> -	{ 1,11, 8, 8,0x20},
> -	{ 2, 9, 8, 4,0x01},
> -	{ 1,10, 8, 4,0x10},
> -	{ 1, 9, 8, 2,0x00}
> -};
> -
> -static const unsigned short SiS_DDRDRAM_TYPE[4][5] =
> -{
> -	{ 2,12, 9,64,0x35},
> -	{ 2,12, 8,32,0x31},
> -	{ 2,11, 8,16,0x21},
> -	{ 2, 9, 8, 4,0x01}
> -};
> -
>  static const unsigned char SiS_MDA_DAC[] =
>  {
>  	0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,


  reply	other threads:[~2012-05-10  0:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-03 21:42 [PATCH] video/sis: Remove unused structs SiS_SDRDRAM_TYPE/SiS_DDRDRAM_TYPE/SiS_DRAMType Peter Huewe
2012-05-03 21:42 ` Peter Huewe
2012-05-10  0:13 ` Florian Tobias Schandinat [this message]
2012-05-10  0:13   ` Florian Tobias Schandinat

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=4FAB0817.2080906@gmx.de \
    --to=florianschandinat@gmx.de \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peterhuewe@gmx.de \
    --cc=thomas@winischhofer.net \
    /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.