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: [PATCH 0/7] twl4030 changes
Date: Fri, 28 Mar 2008 09:49:00 +0200	[thread overview]
Message-ID: <20080328074900.GD24896@atomide.com> (raw)
In-Reply-To: <1206638167-23951-1-git-send-email-felipe.balbi@nokia.com>

* Felipe Balbi <felipe.balbi@nokia.com> [080327 19:20]:
> Hi Tony,
> 
> I'm resending this series cuz I changed a bit patch #5 to set
> session bit on musb_platform_set_mode so musb core will really
> go to a_host mode when we echo sysfs.
> 
> Without this small change the sysfs interface will work only with
> a few devices, most likely usb sticks.
> 
> Below is a shortlog and diffstat of the changes.

Pushing this series today.

Tony



> Best regards,
> 
> 	- Balbi
> 
> Felipe Balbi (7):
>   I2C: TWL4030: Move twl4030's headers under include/linux/i2c/
>   I2C: TWL4030: Move all *_*.c to *-*.c
>   I2C: TWL4030: General cleanup in twl4030-core.c
>   I2C: TWL4030: Cleanup twl4030-usb.c
>   I2C: TWL4030: Make twl4030-usb.c initialize otg_transceiver
>   I2C: TWL4030: Reorganize code in twl4030-usb.c
>   USB: MUSB: Let board specific code handle clock initialization
> 
>  arch/arm/mach-omap2/board-2430sdp-usb.c            |   27 ++
>  arch/arm/mach-omap2/board-3430sdp-usb.c            |   29 ++-
>  arch/arm/mach-omap2/board-3430sdp.c                |    2 +-
>  arch/arm/mach-omap2/board-sdp-hsmmc.c              |    2 +-
>  drivers/i2c/chips/Makefile                         |    8 +-
>  .../i2c/chips/{twl4030_core.c => twl4030-core.c}   |   80 ++++---
>  .../i2c/chips/{twl4030_gpio.c => twl4030-gpio.c}   |    2 +-
>  .../{twl4030_poweroff.c => twl4030-poweroff.c}     |    2 +-
>  drivers/i2c/chips/{twl4030_usb.c => twl4030-usb.c} |  255 +++++++++++++-------
>  drivers/input/keyboard/omap-twl4030keypad.c        |    2 +-
>  drivers/rtc/rtc-twl4030.c                          |    4 +-
>  drivers/usb/musb/musb_core.h                       |    4 +-
>  drivers/usb/musb/omap2430.c                        |   39 ++--
>  drivers/usb/musb/omap2430.h                        |    8 -
>  .../{asm-arm/arch-omap => linux/i2c}/twl4030-rtc.h |    0 
>  include/{asm-arm/arch-omap => linux/i2c}/twl4030.h |    0 
>  16 files changed, 303 insertions(+), 161 deletions(-)
>  rename drivers/i2c/chips/{twl4030_core.c => twl4030-core.c} (93%)
>  rename drivers/i2c/chips/{twl4030_gpio.c => twl4030-gpio.c} (99%)
>  rename drivers/i2c/chips/{twl4030_poweroff.c => twl4030-poweroff.c} (98%)
>  rename drivers/i2c/chips/{twl4030_usb.c => twl4030-usb.c} (87%)
>  rename include/{asm-arm/arch-omap => linux/i2c}/twl4030-rtc.h (100%)
>  rename include/{asm-arm/arch-omap => linux/i2c}/twl4030.h (100%)
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2008-03-28  7:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-27 17:16 [PATCH 0/7] twl4030 changes Felipe Balbi
2008-03-27 17:16 ` [PATCH 1/7] I2C: TWL4030: Move twl4030's headers under include/linux/i2c/ Felipe Balbi
2008-03-27 17:16   ` [PATCH 2/7] I2C: TWL4030: Move all *_*.c to *-*.c Felipe Balbi
2008-03-27 17:16     ` [PATCH 3/7] I2C: TWL4030: General cleanup in twl4030-core.c Felipe Balbi
2008-03-27 17:16       ` [PATCH 4/7] I2C: TWL4030: Cleanup twl4030-usb.c Felipe Balbi
2008-03-27 17:16         ` [PATCH 5/7] I2C: TWL4030: Make twl4030-usb.c initialize otg_transceiver Felipe Balbi
2008-03-27 17:16           ` [PATCH 6/7] I2C: TWL4030: Reorganize code in twl4030-usb.c Felipe Balbi
2008-03-27 17:16             ` [PATCH 7/7] USB: MUSB: Let board specific code handle clock initialization Felipe Balbi
2008-03-27 17:42               ` Felipe Balbi
2008-03-28  7:49 ` Tony Lindgren [this message]
2008-03-28 10:15   ` [PATCH 0/7] twl4030 changes Felipe Balbi
2008-03-28 10:17     ` Tony Lindgren
  -- strict thread matches above, loose matches on Subject: below --
2008-03-19 13:42 [PATCH 0/7] TWL4030 Changes Felipe Balbi

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=20080328074900.GD24896@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