All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Marek Vasut <marek.vasut@gmail.com>
Cc: linux-kernel@vger.kernel.org, rpurdie@rpsys.net
Subject: Re: [PATCH] SPI driver for LMS283GF05 LCD
Date: Wed, 22 Jul 2009 13:52:43 -0700	[thread overview]
Message-ID: <20090722135243.ac1accfb.akpm@linux-foundation.org> (raw)
In-Reply-To: <200907161004.02552.marek.vasut@gmail.com>

On Thu, 16 Jul 2009 10:04:02 +0200
Marek Vasut <marek.vasut@gmail.com> wrote:

> >From b7077676a3016327ca1010d3bbc80a0b9f2742e5 Mon Sep 17 00:00:00 2001                     
> From: Marek Vasut <marek.vasut@gmail.com>                                                  
> Date: Thu, 16 Jul 2009 04:49:47 +0200                                                      
> Subject: [PATCH] Samsung LMS283GF05 LCD SPI support                                        
> 
> This patch adds support for the SPI part of LMS283GF05 LCD. The LCD uses
> SPI for initialization and powerdown sequences. No further defails are  
> specified in the datasheet about the initialization/powerdown sequence, 
> just the magic numbers that have to be sent over SPI bus. This LCD can  
> be found in the Aeronix Zipit Z2 handheld.                              

The patch is wordwrapped and has all its tabs replaced with spaces.

> 
> diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig
> index f9d19be..3f9cce3 100644                                                 
> --- a/drivers/video/backlight/Kconfig                                         
> +++ b/drivers/video/backlight/Kconfig                                         
> @@ -31,6 +31,13 @@ config LCD_CORGI                                           
>           Say y here to support the LCD panels usually found on SHARP         
>           corgi (C7x0) and spitz (Cxx00) models.                              
>                                                                               
> +config LCD_LMS283GF05                                                        
> +       tristate "Samsung LMS283GF05 LCD"                                     
> +       depends on LCD_CLASS_DEVICE && SPI_MASTER                             
> +       help                                                                  
> +         SPI driver for Samsung LMS283GF05. This provides basic support      
> +         for powering the LCD up/down through a sysfs interface.             
> +                                                                             

It generally looks OK to me.  Should it have a Kconfig dependency for
its use of the GPIO layer?


  parent reply	other threads:[~2009-07-22 20:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-16  8:04 [PATCH] SPI driver for LMS283GF05 LCD Marek Vasut
2009-07-19 20:10 ` Marek Vasut
2009-07-22 20:52 ` Andrew Morton [this message]
2009-07-22 21:15   ` Marek Vasut
  -- strict thread matches above, loose matches on Subject: below --
2009-07-10 22:33 Marek Vasut

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=20090722135243.ac1accfb.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marek.vasut@gmail.com \
    --cc=rpurdie@rpsys.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.