All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] misc. fixes for 2.6.38-rc
Date: Fri, 07 Jan 2011 15:29:03 -0800	[thread overview]
Message-ID: <87hbdkjnsw.fsf@ti.com> (raw)

Tony,

Here's a queue of misc. fixes for 2.6.38.  This branch is on top of your
current omap-fixes branch.

Kevin

The following changes since commit a9b365bdc328bd66e97087d0dba0b9a3d9eb1ac6:

  omap2+: wdt: trivial sparse fixes (2011-01-06 19:58:28 -0800)

are available in the git repository at:
  ssh://master.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git fixes-for-tony

Felipe Balbi (1):
      arm: omap: gpio: don't access irq_desc array directly

Koen Kooi (3):
      omap3: beaglexm: fix EHCI power up GPIO dir
      omap3: beaglexm: fix DVI reset GPIO
      omap3: beaglexm: fix power on of DVI

Mika Westerberg (1):
      OMAP: GPIO: fix _set_gpio_triggering() for OMAP2+

Nishanth Menon (4):
      OMAP3+: sr_device: include pm header
      OMAP2+: TWL: make conversion routines static
      OMAP2+: TWL: include pm header for init protos
      omap2+: pm_bus: make functions used as pointers as static

Santosh Shilimkar (5):
      omap2plus: clockdomain: Trivial fix for build break because of clktrctrl_mask
      omap2plus: voltage: Trivial warning fix 'no return statement'
      omap2plus: voltage: Trivial linking fix 'undefined reference'
      omap2plus: voltage: Trivial linking fix for 'EINVAL' undeclared
      omap2plus: prm: Trvial build break fix for undefined reference to 'omap2_prm_read_mod_reg'

 arch/arm/mach-omap2/board-omap3beagle.c   |   37 +++++++++++++++--
 arch/arm/mach-omap2/clockdomain.h         |    2 -
 arch/arm/mach-omap2/omap_twl.c            |   10 +++--
 arch/arm/mach-omap2/pm_bus.c              |    4 +-
 arch/arm/mach-omap2/prm2xxx_3xxx.h        |   63 ++++++++++++++++++++++++++++-
 arch/arm/mach-omap2/sr_device.c           |    1 +
 arch/arm/plat-omap/gpio.c                 |   12 ++++--
 arch/arm/plat-omap/include/plat/voltage.h |   17 ++++++--
 8 files changed, 124 insertions(+), 22 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: khilman@ti.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] misc. fixes for 2.6.38-rc
Date: Fri, 07 Jan 2011 15:29:03 -0800	[thread overview]
Message-ID: <87hbdkjnsw.fsf@ti.com> (raw)

Tony,

Here's a queue of misc. fixes for 2.6.38.  This branch is on top of your
current omap-fixes branch.

Kevin

The following changes since commit a9b365bdc328bd66e97087d0dba0b9a3d9eb1ac6:

  omap2+: wdt: trivial sparse fixes (2011-01-06 19:58:28 -0800)

are available in the git repository at:
  ssh://master.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git fixes-for-tony

Felipe Balbi (1):
      arm: omap: gpio: don't access irq_desc array directly

Koen Kooi (3):
      omap3: beaglexm: fix EHCI power up GPIO dir
      omap3: beaglexm: fix DVI reset GPIO
      omap3: beaglexm: fix power on of DVI

Mika Westerberg (1):
      OMAP: GPIO: fix _set_gpio_triggering() for OMAP2+

Nishanth Menon (4):
      OMAP3+: sr_device: include pm header
      OMAP2+: TWL: make conversion routines static
      OMAP2+: TWL: include pm header for init protos
      omap2+: pm_bus: make functions used as pointers as static

Santosh Shilimkar (5):
      omap2plus: clockdomain: Trivial fix for build break because of clktrctrl_mask
      omap2plus: voltage: Trivial warning fix 'no return statement'
      omap2plus: voltage: Trivial linking fix 'undefined reference'
      omap2plus: voltage: Trivial linking fix for 'EINVAL' undeclared
      omap2plus: prm: Trvial build break fix for undefined reference to 'omap2_prm_read_mod_reg'

 arch/arm/mach-omap2/board-omap3beagle.c   |   37 +++++++++++++++--
 arch/arm/mach-omap2/clockdomain.h         |    2 -
 arch/arm/mach-omap2/omap_twl.c            |   10 +++--
 arch/arm/mach-omap2/pm_bus.c              |    4 +-
 arch/arm/mach-omap2/prm2xxx_3xxx.h        |   63 ++++++++++++++++++++++++++++-
 arch/arm/mach-omap2/sr_device.c           |    1 +
 arch/arm/plat-omap/gpio.c                 |   12 ++++--
 arch/arm/plat-omap/include/plat/voltage.h |   17 ++++++--
 8 files changed, 124 insertions(+), 22 deletions(-)

             reply	other threads:[~2011-01-07 23:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-07 23:29 Kevin Hilman [this message]
2011-01-07 23:29 ` [GIT PULL] misc. fixes for 2.6.38-rc Kevin Hilman

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=87hbdkjnsw.fsf@ti.com \
    --to=khilman@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.com \
    /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.