linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/28] omap fixes for v2.6.34-rc5
@ 2010-04-23 23:10 Tony Lindgren
  2010-04-23 23:11 ` [PATCH 01/28] omap: fix clocksource_32k to start from zero Tony Lindgren
                   ` (27 more replies)
  0 siblings, 28 replies; 29+ messages in thread
From: Tony Lindgren @ 2010-04-23 23:10 UTC (permalink / raw)
  To: linux-arm-kernel

Hi all,

Here are some omap fixes for review. Mostly trivial stuff.

Sorry for posting these so late in the -rc cycle. Travel,
meetings and ELC sucked up quite a bit of my time over past
month.

Regards,

Tony

---

Aaro Koskinen (2):
      omap: fix clocksource_32k to start from zero
      omap: delete unused bootloader tag variables

Abraham Arce (1):
      OMAP4: Clocks: Change SPI Instance Names

Enric Balletbo i Serra (1):
      omap3: Fix EHCI port for IGEP v2 board

Felipe Balbi (1):
      arm: omap1: remove dead code from timer32k.c

Francisco Alecrim (1):
      n8x0_defconfig: remove CONFIG_NILFS2_FS override

Janusz Krzysztofik (1):
      omap: gpio: fix incorrect matching of IRQ_TYPE_EDGE_BOTH

Jarkko Nikula (2):
      omap: rx51_defconfig: Remove duplicate phonet
      omap: rx51_defconfig: Remove CONFIG_SYSFS_DEPRECATED*=y options

Richard Woodruff (1):
      omap4: Fix build break when used with gcc-4.4.1 (2009-q3)

Santosh Shilimkar (2):
      OMAP4: Fix for CONTROL register Base
      omap4: Fix McBSP4 base address

Thomas Weber (8):
      omap: Devkit8000: Fix wrong usb port on Devkit8000
      omap: board-sdp-flash.c: Fix typos in debug output
      omap: Devkit8000: Fix typo in supplies
      omap: Devkit8000: Add missing package selection
      omap: Devkit8000: Fix typo in pin name
      omap: Devkit8000: Remove unnecessary include file
      omap: Devkit8000: Change position of init calls
      omap: Devkit8000: Remove unused pins

Tony Lindgren (2):
      omap2: Fix ARM processor check for 24xx
      omap: Fix n8x0 mmc_mmc_init compile warnings and typos

kishore kadiyala (1):
      OMAP4-HSMMC: FIX for MMC5 Controller IRQ Base

manjugk manjugk (1):
      omap: DMA: Init CDAC to zero

stanley.miao (4):
      omap: fix the compile error if CONFIG_MTD_NAND_OMAP2 is notenabled
      omap: remove one of the define of INT_34XX_BENCH_MPU_EMUL
      AM3517: initialize i2c subsystem after mux subsystem
      omap: fix a gpmc nand problem


 arch/arm/configs/n8x0_defconfig                |    1 -
 arch/arm/configs/rx51_defconfig                |    3 --
 arch/arm/mach-omap1/timer32k.c                 |   15 ---------
 arch/arm/mach-omap2/Kconfig                    |    6 ++--
 arch/arm/mach-omap2/board-am3517evm.c          |    4 +-
 arch/arm/mach-omap2/board-devkit8000.c         |   39 ++++++------------------
 arch/arm/mach-omap2/board-igep0020.c           |    8 ++---
 arch/arm/mach-omap2/board-n8x0.c               |   18 ++++++-----
 arch/arm/mach-omap2/board-sdp-flash.c          |    8 ++---
 arch/arm/mach-omap2/clock44xx_data.c           |    8 ++---
 arch/arm/mach-omap2/devices.c                  |    2 +
 arch/arm/mach-omap2/gpmc-nand.c                |    3 ++
 arch/arm/mach-omap2/include/mach/entry-macro.S |    2 +
 arch/arm/mach-omap2/omap-headsmp.S             |    6 ++--
 arch/arm/mach-omap2/omap44xx-smc.S             |    2 +
 arch/arm/plat-omap/common.c                    |   22 +++++++++-----
 arch/arm/plat-omap/dma.c                       |    9 ++++++
 arch/arm/plat-omap/gpio.c                      |    6 ++--
 arch/arm/plat-omap/include/plat/irqs.h         |    2 -
 arch/arm/plat-omap/include/plat/mcbsp.h        |    2 +
 arch/arm/plat-omap/include/plat/nand.h         |    7 ++++
 arch/arm/plat-omap/include/plat/omap44xx.h     |    2 +
 22 files changed, 80 insertions(+), 95 deletions(-)

-- 
Signature

^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2010-04-23 23:12 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23 23:10 [PATCH 00/28] omap fixes for v2.6.34-rc5 Tony Lindgren
2010-04-23 23:11 ` [PATCH 01/28] omap: fix clocksource_32k to start from zero Tony Lindgren
2010-04-23 23:11 ` [PATCH 02/28] arm: omap1: remove dead code from timer32k.c Tony Lindgren
2010-04-23 23:11 ` [PATCH 03/28] omap: gpio: fix incorrect matching of IRQ_TYPE_EDGE_BOTH Tony Lindgren
2010-04-23 23:11 ` [PATCH 04/28] omap: DMA: Init CDAC to zero Tony Lindgren
2010-04-23 23:11 ` [PATCH 05/28] omap4: Fix build break when used with gcc-4.4.1 (2009-q3) Tony Lindgren
2010-04-23 23:11 ` [PATCH 06/28] omap2: Fix ARM processor check for 24xx Tony Lindgren
2010-04-23 23:11 ` [PATCH 07/28] omap: Fix n8x0 mmc_mmc_init compile warnings and typos Tony Lindgren
2010-04-23 23:11 ` [PATCH 08/28] omap3: Fix EHCI port for IGEP v2 board Tony Lindgren
2010-04-23 23:11 ` [PATCH 09/28] OMAP4-HSMMC: FIX for MMC5 Controller IRQ Base Tony Lindgren
2010-04-23 23:11 ` [PATCH 10/28] OMAP4: Fix for CONTROL register Base Tony Lindgren
2010-04-23 23:11 ` [PATCH 11/28] omap: Devkit8000: Fix wrong usb port on Devkit8000 Tony Lindgren
2010-04-23 23:11 ` [PATCH 12/28] OMAP4: Clocks: Change SPI Instance Names Tony Lindgren
2010-04-23 23:11 ` [PATCH 13/28] omap: fix the compile error if CONFIG_MTD_NAND_OMAP2 is notenabled Tony Lindgren
2010-04-23 23:11 ` [PATCH 14/28] omap: remove one of the define of INT_34XX_BENCH_MPU_EMUL Tony Lindgren
2010-04-23 23:11 ` [PATCH 15/28] AM3517: initialize i2c subsystem after mux subsystem Tony Lindgren
2010-04-23 23:11 ` [PATCH 16/28] omap: fix a gpmc nand problem Tony Lindgren
2010-04-23 23:11 ` [PATCH 17/28] omap: rx51_defconfig: Remove duplicate phonet Tony Lindgren
2010-04-23 23:11 ` [PATCH 18/28] omap: rx51_defconfig: Remove CONFIG_SYSFS_DEPRECATED*=y options Tony Lindgren
2010-04-23 23:11 ` [PATCH 19/28] omap4: Fix McBSP4 base address Tony Lindgren
2010-04-23 23:11 ` [PATCH 20/28] omap: board-sdp-flash.c: Fix typos in debug output Tony Lindgren
2010-04-23 23:11 ` [PATCH 21/28] n8x0_defconfig: remove CONFIG_NILFS2_FS override Tony Lindgren
2010-04-23 23:11 ` [PATCH 22/28] omap: Devkit8000: Fix typo in supplies Tony Lindgren
2010-04-23 23:11 ` [PATCH 23/28] omap: Devkit8000: Add missing package selection Tony Lindgren
2010-04-23 23:12 ` [PATCH 24/28] omap: Devkit8000: Fix typo in pin name Tony Lindgren
2010-04-23 23:12 ` [PATCH 25/28] omap: Devkit8000: Remove unnecessary include file Tony Lindgren
2010-04-23 23:12 ` [PATCH 26/28] omap: Devkit8000: Change position of init calls Tony Lindgren
2010-04-23 23:12 ` [PATCH 27/28] omap: Devkit8000: Remove unused pins Tony Lindgren
2010-04-23 23:12 ` [PATCH 28/28] omap: delete unused bootloader tag variables Tony Lindgren

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).