All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: linux-arm-kernel@lists.infradead.org
Cc: linux-omap@vger.kernel.org
Subject: [PATCH 00/12] Omap fixes for 2.6.33-rc3
Date: Wed, 06 Jan 2010 16:18:30 -0800	[thread overview]
Message-ID: <20100107001728.21352.38471.stgit@baageli.muru.com> (raw)

Hi all,

Here are some omap fixes for review.

Regards,

Tony

---

Alexander Shishkin (1):
      omap2/3: make serial_in_override() address the right uart port

Cory Maccarrone (2):
      omap: gpio: Simultaneously requested rising and falling edge
      omap1: Add 7xx clocks and pin muxes for SPI

Janusz Krzysztofik (1):
      omap: McBSP: Fix possible port lockout

Roel Kluin (3):
      omap: &&/|| confusion in iommu_put()
      omap3: add missing parentheses
      omap3: add missing parentheses

Tony Lindgren (3):
      omap: Remove uninitialized warning for gpio.c
      omap1: Fix compile for omap1_bl.c
      omap3: Fix booting if package is uninitialized

Vaibhav Hiremath (1):
      omap3: EVM: Choose OMAP_PACKAGE_CBB

Vimal Singh (1):
      omap2/3: ZOOM: Correcting key mapping for few keys


 arch/arm/mach-omap1/clock_data.c             |    4 ++
 arch/arm/mach-omap1/devices.c                |   35 ++++++++++++++
 arch/arm/mach-omap1/mux.c                    |    8 +++
 arch/arm/mach-omap2/Kconfig                  |    1 
 arch/arm/mach-omap2/board-zoom-peripherals.c |    8 ++-
 arch/arm/mach-omap2/mux.c                    |    6 ++
 arch/arm/mach-omap2/pm34xx.c                 |    4 +-
 arch/arm/mach-omap2/serial.c                 |   12 ++++-
 arch/arm/plat-omap/gpio.c                    |   63 +++++++++++++++++++++++++-
 arch/arm/plat-omap/include/plat/board.h      |    1 
 arch/arm/plat-omap/include/plat/control.h    |    2 -
 arch/arm/plat-omap/include/plat/mux.h        |    8 +++
 arch/arm/plat-omap/include/plat/omap7xx.h    |    3 +
 arch/arm/plat-omap/iommu.c                   |    2 -
 arch/arm/plat-omap/mcbsp.c                   |   20 +++++++-
 drivers/video/backlight/omap1_bl.c           |    2 -
 16 files changed, 159 insertions(+), 20 deletions(-)

-- 
Signature

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/12] Omap fixes for 2.6.33-rc3
Date: Wed, 06 Jan 2010 16:18:30 -0800	[thread overview]
Message-ID: <20100107001728.21352.38471.stgit@baageli.muru.com> (raw)

Hi all,

Here are some omap fixes for review.

Regards,

Tony

---

Alexander Shishkin (1):
      omap2/3: make serial_in_override() address the right uart port

Cory Maccarrone (2):
      omap: gpio: Simultaneously requested rising and falling edge
      omap1: Add 7xx clocks and pin muxes for SPI

Janusz Krzysztofik (1):
      omap: McBSP: Fix possible port lockout

Roel Kluin (3):
      omap: &&/|| confusion in iommu_put()
      omap3: add missing parentheses
      omap3: add missing parentheses

Tony Lindgren (3):
      omap: Remove uninitialized warning for gpio.c
      omap1: Fix compile for omap1_bl.c
      omap3: Fix booting if package is uninitialized

Vaibhav Hiremath (1):
      omap3: EVM: Choose OMAP_PACKAGE_CBB

Vimal Singh (1):
      omap2/3: ZOOM: Correcting key mapping for few keys


 arch/arm/mach-omap1/clock_data.c             |    4 ++
 arch/arm/mach-omap1/devices.c                |   35 ++++++++++++++
 arch/arm/mach-omap1/mux.c                    |    8 +++
 arch/arm/mach-omap2/Kconfig                  |    1 
 arch/arm/mach-omap2/board-zoom-peripherals.c |    8 ++-
 arch/arm/mach-omap2/mux.c                    |    6 ++
 arch/arm/mach-omap2/pm34xx.c                 |    4 +-
 arch/arm/mach-omap2/serial.c                 |   12 ++++-
 arch/arm/plat-omap/gpio.c                    |   63 +++++++++++++++++++++++++-
 arch/arm/plat-omap/include/plat/board.h      |    1 
 arch/arm/plat-omap/include/plat/control.h    |    2 -
 arch/arm/plat-omap/include/plat/mux.h        |    8 +++
 arch/arm/plat-omap/include/plat/omap7xx.h    |    3 +
 arch/arm/plat-omap/iommu.c                   |    2 -
 arch/arm/plat-omap/mcbsp.c                   |   20 +++++++-
 drivers/video/backlight/omap1_bl.c           |    2 -
 16 files changed, 159 insertions(+), 20 deletions(-)

-- 
Signature

             reply	other threads:[~2010-01-07  0:18 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-07  0:18 Tony Lindgren [this message]
2010-01-07  0:18 ` [PATCH 00/12] Omap fixes for 2.6.33-rc3 Tony Lindgren
2010-01-07  0:18 ` [PATCH 01/12] omap: McBSP: Fix possible port lockout Tony Lindgren
2010-01-07  0:18   ` Tony Lindgren
2010-01-08 17:14   ` Sergei Shtylyov
2010-01-10 19:55     ` Janusz Krzysztofik
2010-01-10 19:55       ` Janusz Krzysztofik
2010-01-07  0:18 ` [PATCH 02/12] omap: gpio: Simultaneously requested rising and falling edge Tony Lindgren
2010-01-07  0:18   ` Tony Lindgren
2010-01-07  0:19 ` [PATCH 03/12] omap: &&/|| confusion in iommu_put() Tony Lindgren
2010-01-07  0:19   ` Tony Lindgren
2010-01-07  0:19 ` [PATCH 04/12] omap: Remove uninitialized warning for gpio.c Tony Lindgren
2010-01-07  0:19   ` Tony Lindgren
2010-01-07  0:19 ` [PATCH 05/12] omap1: Add 7xx clocks and pin muxes for SPI Tony Lindgren
2010-01-07  0:19   ` Tony Lindgren
2010-01-07  9:46   ` Grazvydas Ignotas
2010-01-07  9:46     ` Grazvydas Ignotas
2010-01-07 19:15     ` Tony Lindgren
2010-01-07 19:15       ` Tony Lindgren
2010-01-09 18:02       ` Cory Maccarrone
2010-01-09 18:02         ` Cory Maccarrone
2010-01-07  0:19 ` [PATCH 06/12] omap1: Fix compile for omap1_bl.c Tony Lindgren
2010-01-07  0:19   ` Tony Lindgren
2010-01-07  0:19 ` [PATCH 07/12] omap2/3: make serial_in_override() address the right uart port Tony Lindgren
2010-01-07  0:19   ` Tony Lindgren
2010-01-07  0:20 ` [PATCH 08/12] omap2/3: ZOOM: Correcting key mapping for few keys Tony Lindgren
2010-01-07  0:20   ` Tony Lindgren
2010-01-07  0:20 ` [PATCH 09/12] omap3: add missing parentheses Tony Lindgren
2010-01-07  0:20   ` Tony Lindgren
2010-01-07  0:20 ` [PATCH 10/12] " Tony Lindgren
2010-01-07  0:20   ` Tony Lindgren
2010-01-07  0:20 ` [PATCH 11/12] omap3: Fix booting if package is uninitialized Tony Lindgren
2010-01-07  0:20   ` Tony Lindgren
2010-01-07  0:20 ` [PATCH 12/12] omap3: EVM: Choose OMAP_PACKAGE_CBB Tony Lindgren
2010-01-07  0:20   ` 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=20100107001728.21352.38471.stgit@baageli.muru.com \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --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 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.