linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: dbaryshkov@gmail.com (Dmitry Eremin-Solenikov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5][RESENT] Get rid of gpio-vbus related code from pxa25x_udc
Date: Mon, 14 Feb 2011 15:33:15 +0300	[thread overview]
Message-ID: <1297686800-27599-1-git-send-email-dbaryshkov@gmail.com> (raw)

Currently pxa25x_udc contains some code duplicating gpio-vbus functionality.
Please merge this serie of patches (based on v2.6.38-rc4), which makes all
relevant platforms use gpio-vbus tranceiver instead of relying on pxa25x_udc
and then drop support for gpio-vbus handling in pxa25x_udc.

Please tell me if I should rebase these patches on top of some other commit.

The following changes since commit 100b33c8bd8a3235fd0b7948338d6cbb3db3c63d:

  Linux 2.6.38-rc4 (2011-02-07 16:03:55 -0800)

Dmitry Eremin-Solenikov (5):
      eseries: switch to using gpio-vbus transceiver
      gumstix: switch to using gpio-vbus transceiver
      tosa: switch to using gpio-vbus transceiver
      pxa25x_udc: stop handling gpio-vbus internally
      pxa2xx: drop gpio_vbus field from info struct

 arch/arm/include/asm/mach/udc_pxa2xx.h |    2 -
 arch/arm/mach-pxa/corgi.c              |    1 -
 arch/arm/mach-pxa/devices.c            |    1 -
 arch/arm/mach-pxa/eseries.c            |   34 +++++++++++---
 arch/arm/mach-pxa/gumstix.c            |   13 +++++-
 arch/arm/mach-pxa/tosa.c               |   13 +++++-
 drivers/usb/gadget/pxa25x_udc.c        |   76 +++-----------------------------
 7 files changed, 55 insertions(+), 85 deletions(-)

             reply	other threads:[~2011-02-14 12:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-14 12:33 Dmitry Eremin-Solenikov [this message]
2011-02-14 12:33 ` [PATCH 1/5] eseries: switch to using gpio-vbus transceiver Dmitry Eremin-Solenikov
2011-02-14 12:33 ` [PATCH 2/5] gumstix: " Dmitry Eremin-Solenikov
2011-02-14 12:33 ` [PATCH 3/5] tosa: " Dmitry Eremin-Solenikov
2011-02-14 12:33 ` [PATCH 4/5] pxa25x_udc: stop handling gpio-vbus internally Dmitry Eremin-Solenikov
2011-02-18  7:33   ` Eric Miao
2011-02-14 12:33 ` [PATCH 5/5] pxa2xx: drop gpio_vbus field from info struct Dmitry Eremin-Solenikov

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=1297686800-27599-1-git-send-email-dbaryshkov@gmail.com \
    --to=dbaryshkov@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).