From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/14] Mostly fixes for 2.6.33
Date: Fri, 11 Dec 2009 15:52:15 -0800 [thread overview]
Message-ID: <20091211234919.3189.95607.stgit@localhost> (raw)
Hi all,
Getting into fixes mode for omap, except for the first two
patches in this series. The first one adds a mux table for
the cm-t35 board, and second one adds a low-level serial
init function that is needed if some serial ports are left for
other drivers, such as dedicated bluetooth driver.
Other than that, the series contains various fixes from the
linux-omap list.
Regards,
Tony
---
Anand Gadiyar (1):
omap3: zoom2/3: make MMC slot work again
Cory Maccarrone (1):
omap1: htcherald: Update defconfig to include mux support
Janusz Krzysztofik (1):
omap1: LCD_DMA: Use some define rather than a hexadecimal
Kalle Valo (1):
omap3: rx51: Use wl1251 in SPI mode 3
Ladislav Michl (1):
omap: arch/arm/plat-omap/devices.c - sort alphabetically
Madhusudhan Chikkature (1):
omap3: Zoom2/3: Update hsmmc board config params
Mika Westerberg (1):
OMAP3: serial - allow platforms specify which UARTs to initialize
Mike Rapoport (1):
omap3: cm-t35: add mux initialization
Sanjeev Premi (1):
omap3: Fix OMAP35XX_REV macros
Sergey Lapin (1):
omap3: id code detection 3525 vs 3515
Vimal Singh (1):
omap: Correcting GPMC_CONFIG1_DEVICETYPE_NAND
manjugk manjugk (1):
omap3 : Enable TWL4030 Keypad for Zoom2 and Zoom3 boards
vikram pandita (2):
omap: header: remove unused data-type
omap: serial: fix non-empty uart fifo read abort
arch/arm/configs/htcherald_defconfig | 9 ++
arch/arm/configs/omap_zoom2_defconfig | 3 +
arch/arm/configs/omap_zoom3_defconfig | 3 +
arch/arm/mach-omap1/include/mach/lcdc.h | 57 +++++++++++++++
arch/arm/mach-omap1/lcd_dma.c | 3 +
arch/arm/mach-omap2/Kconfig | 1
arch/arm/mach-omap2/board-cm-t35.c | 96 ++++++++++++++++++++++++--
arch/arm/mach-omap2/board-rx51-peripherals.c | 2 -
arch/arm/mach-omap2/board-zoom-peripherals.c | 14 ++--
arch/arm/mach-omap2/id.c | 4 +
arch/arm/mach-omap2/serial.c | 88 ++++++++++++++++++++----
arch/arm/plat-omap/devices.c | 68 +++++++++---------
arch/arm/plat-omap/include/plat/board.h | 9 --
arch/arm/plat-omap/include/plat/cpu.h | 20 +++--
arch/arm/plat-omap/include/plat/gpmc.h | 2 -
arch/arm/plat-omap/include/plat/serial.h | 1
drivers/video/omap/lcdc.c | 33 ---------
17 files changed, 291 insertions(+), 122 deletions(-)
create mode 100644 arch/arm/mach-omap1/include/mach/lcdc.h
--
Signature
next reply other threads:[~2009-12-11 23:52 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-11 23:52 Tony Lindgren [this message]
2009-12-11 23:52 ` [PATCH 01/14] omap3: cm-t35: add mux initialization Tony Lindgren
2009-12-11 23:52 ` [PATCH 02/14] OMAP3: serial - allow platforms specify which UARTs to initialize Tony Lindgren
2009-12-11 23:52 ` [PATCH 03/14] omap: Correcting GPMC_CONFIG1_DEVICETYPE_NAND Tony Lindgren
2009-12-11 23:53 ` [PATCH 04/14] omap: arch/arm/plat-omap/devices.c - sort alphabetically Tony Lindgren
2009-12-11 23:53 ` [PATCH 05/14] omap: header: remove unused data-type Tony Lindgren
2009-12-11 23:53 ` [PATCH 06/14] omap1: LCD_DMA: Use some define rather than a hexadecimal Tony Lindgren
2009-12-11 23:53 ` [PATCH 07/14] omap1: htcherald: Update defconfig to include mux support Tony Lindgren
2009-12-11 23:53 ` [PATCH 08/14] omap3: zoom2/3: make MMC slot work again Tony Lindgren
2009-12-11 23:54 ` [PATCH 09/14] omap3: rx51: Use wl1251 in SPI mode 3 Tony Lindgren
2009-12-11 23:54 ` [PATCH 10/14] omap3: id code detection 3525 vs 3515 Tony Lindgren
2009-12-11 23:54 ` [PATCH 11/14] omap3 : Enable TWL4030 Keypad for Zoom2 and Zoom3 boards Tony Lindgren
2009-12-11 23:54 ` [PATCH 12/14] omap3: Zoom2/3: Update hsmmc board config params Tony Lindgren
2009-12-12 0:09 ` [PATCH 13/14] omap: serial: fix non-empty uart fifo read abort Tony Lindgren
2009-12-12 0:10 ` [PATCH 14/14] omap3: Fix OMAP35XX_REV macros 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=20091211234919.3189.95607.stgit@localhost \
--to=tony@atomide.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).