public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Felipe Balbi <felipe.balbi@nokia.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: Pending patches
Date: Mon, 14 Apr 2008 11:05:52 -0700	[thread overview]
Message-ID: <20080414180551.GF26832@atomide.com> (raw)
In-Reply-To: <20080412164147.GL7338@gandalf.research.nokia.com>

* Felipe Balbi <felipe.balbi@nokia.com> [080412 09:42]:
> Hi Tony,
> 
> You seem to have pushed most of the patches I sent but we're still
> missing some of them.
> 
> Are there still any comments for those patches ? It's higly tested on my
> n810 and all of them are working fine here.

Yeah, thanks. Pushing all of them today.

Tony


> Below is an output from:
> $ git cherry master | cut -d+ -f2 | xargs git show --stat
> 
> commit a3b9e4f4397876d32d51f7fb3742318285a78601
> Author: Daniel Stone <daniel.stone@nokia.com>
> Date:   Mon Apr 7 17:07:37 2008 +0300
> 
>     I2C: LM8323: Introduce lm8323 keypad driver
>     
>     Introduce lm8323 keypad driver.
>     
>     Signed-off-by: Daniel Stone <daniel.stone@nokia.com
>     
>     Updated to build with recent linux-omap and new-style
>     i2c driver.
>     
>     Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
> 
>  arch/arm/mach-omap2/board-n800.c |   77 ++++
>  arch/arm/mach-omap2/board-n810.c |    2 +
>  drivers/input/keyboard/Kconfig   |    7 +
>  drivers/input/keyboard/Makefile  |    1 +
>  drivers/input/keyboard/lm8323.c  |  911 ++++++++++++++++++++++++++++++++++++++
>  include/linux/i2c/lm8323.h       |   39 ++
>  6 files changed, 1037 insertions(+), 0 deletions(-)
> 
> commit a68ff943d8e2e09e218b127142dfa99e6c618ac8
> Author: Mathias Nyman <mathias.nyman@nokia.com>
> Date:   Mon Apr 7 16:21:28 2008 +0300
> 
>     I2C: TSL2563: Add support for Taos tsl2563 ambient light sensor
>     
>     Add support for Taos tsl2563 ambient light sensor.
>     
>     Signed-off-by: Mathias Nyman <mathias.nyman@nokia.com>
>     
>     Updated to build with current linux-omap, new-style
>     i2c driver and cleaned up checkpatch.pl issues.
>     
>     Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
> 
>  arch/arm/mach-omap2/board-n800.c |    4 +
>  drivers/i2c/chips/Kconfig        |   10 +
>  drivers/i2c/chips/Makefile       |    2 +-
>  drivers/i2c/chips/tsl2563.c      |  731 ++++++++++++++++++++++++++++++++++++++
>  4 files changed, 746 insertions(+), 1 deletions(-)
> 
> commit 9416f0ccc9669a0588e16f776308f8f6c9e91661
> Author: Lauri Leukkunen <lauri.leukkunen@nokia.com>
> Date:   Mon Apr 7 19:57:43 2008 +0300
> 
>     INPUT: TOUCHSCREEN: Introduce tsc2005 driver
>     
>     Introduce n810's tsc2005 driver
>     
>     Signed-off-by: Lauri Leukkunen <lauri.leukkunen@nokia.com>
>     
>     Updated to build with current linux-omap.
>     
>     Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
> 
>  arch/arm/mach-omap2/board-n800.c    |   95 +++++-
>  drivers/input/touchscreen/Kconfig   |    5 +
>  drivers/input/touchscreen/Makefile  |    1 +
>  drivers/input/touchscreen/tsc2005.c |  739 +++++++++++++++++++++++++++++++++++
>  include/linux/spi/tsc2005.h         |   29 ++
>  5 files changed, 865 insertions(+), 4 deletions(-)
> 
> commit 57871dcd31fa8598ae5d0d3e3979e5e6f5477ea4
> Author: Mathias Nyman <mathias.nyman@nokia.com>
> Date:   Tue Apr 8 13:33:04 2008 +0300
> 
>     I2C: LP5521: Introduce lp5521 LED driver
>     
>     Introduce n810's lp5521 LED driver.
>     
>     Signed-off-by: Mathias Nyman <mathias.nyman@nokia.com
>     
>     Updated to new style i2c driver and to build on current
>     linux-omap head.
>     
>     Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
> 
>  arch/arm/mach-omap2/board-n800.c |    4 +
>  drivers/i2c/chips/Kconfig        |    7 +
>  drivers/i2c/chips/Makefile       |    1 +
>  drivers/i2c/chips/lp5521.c       |  577 ++++++++++++++++++++++++++++++++++++++
>  4 files changed, 589 insertions(+), 0 deletions(-)
> 
> commit 88573faf7d1e556376c0abb1adaf3497d814660b
> Author: Felipe Balbi <felipe.balbi@nokia.com>
> Date:   Tue Apr 8 15:36:32 2008 +0300
> 
>     ARM: N800: Update n800 defconfig
>     
>     Enables recent drivers and usb.
>     
>     Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
> 
>  arch/arm/configs/n800_defconfig |  189 +++++++++++++++++++++++++++++++++++++--
>  1 files changed, 182 insertions(+), 7 deletions(-)
> 
> -- 
> 	- Balbi

  reply	other threads:[~2008-04-14 18:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-12 16:41 Pending patches Felipe Balbi
2008-04-14 18:05 ` Tony Lindgren [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-12-27  9:51 Dirk Behme
2005-12-27 18:01 ` Anderson.Briglia
2005-12-28 15:53 ` Anderson Lizardo
2005-12-30 22:28 ` Tony Lindgren

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=20080414180551.GF26832@atomide.com \
    --to=tony@atomide.com \
    --cc=felipe.balbi@nokia.com \
    --cc=linux-omap@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox