Re: [PATCH v3] mmc-omap: Add support for 16-bit and 32-bit registers

2009-11-23 Thread Alistair Buxton
you report - it turned out we missed a GPIO to power up the MMC card. -- Alistair Buxton a.j.bux...@gmail.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

[PATCH 00/17] Massive OMAP730/OMAP850 cleanup

2009-10-14 Thread Alistair Buxton
on omap850, including the MPUIO_VBASE bug, and the lack of working IRQs - since these bugs arn't in the 730 paths. It would hopefully prevent similar bugs from showing up in the future too. Alistair Buxton (16): OMAP7XX: Serial: Remove duplicate omap850 code OMAP7XX: GPIO: Remove duplicate omap850 code

[PATCH 01/17] OMAP7XX: Serial: Remove duplicate omap850 code

2009-10-14 Thread Alistair Buxton
This patch is part of a series which unifies all duplicated code between omap730 and omap850. All cpu checks are converted to cpu_is_omap7xx() and CONFIG_ARCH_OMAP850 is added to all CONFIG_ARCH_OMAP730 checks. Signed-off-by: Alistair Buxton a.j.bux...@gmail.com Reviewed-by: Zebediah C. McClure z

[PATCH 02/17] OMAP7XX: GPIO: Remove duplicate omap850 code

2009-10-14 Thread Alistair Buxton
This patch is part of a series which unifies all duplicated code between omap730 and omap850. All cpu checks are converted to cpu_is_omap7xx() and CONFIG_ARCH_OMAP850 is added to all CONFIG_ARCH_OMAP730 checks. Signed-off-by: Alistair Buxton a.j.bux...@gmail.com Reviewed-by: Zebediah C. McClure z

[PATCH 06/17] OMAP7XX: IRQ: Remove duplicate omap850 code

2009-10-14 Thread Alistair Buxton
check in entry-macro.S, which was found by Cory Maccarrone. Signed-off-by: Alistair Buxton a.j.bux...@gmail.com Reviewed-by: Zebediah C. McClure z...@lurian.net --- arch/arm/mach-omap1/irq.c | 24 +-- arch/arm/plat-omap/include/mach/entry-macro.S |6 +- arch/arm/plat

[PATCH 03/17] OMAP7XX: IO: Remove duplicate omap850 code

2009-10-14 Thread Alistair Buxton
This patch is part of a series which unifies all duplicated code between omap730 and omap850. All cpu checks are converted to cpu_is_omap7xx() and CONFIG_ARCH_OMAP850 is added to all CONFIG_ARCH_OMAP730 checks. Signed-off-by: Alistair Buxton a.j.bux...@gmail.com Reviewed-by: Zebediah C. McClure z

[PATCH 04/17] OMAP7XX: Mux: Remove duplicate omap850 code

2009-10-14 Thread Alistair Buxton
This patch is part of a series which unifies all duplicated code between omap730 and omap850. All cpu checks are converted to cpu_is_omap7xx() and CONFIG_ARCH_OMAP850 is added to all CONFIG_ARCH_OMAP730 checks. Signed-off-by: Alistair Buxton a.j.bux...@gmail.com Reviewed-by: Zebediah C. McClure z

[PATCH 05/17] OMAP7XX: USB: Remove duplicate omap850 code

2009-10-14 Thread Alistair Buxton
This patch is part of a series which unifies all duplicated code between omap730 and omap850. All cpu checks are converted to cpu_is_omap7xx() and CONFIG_ARCH_OMAP850 is added to all CONFIG_ARCH_OMAP730 checks. Signed-off-by: Alistair Buxton a.j.bux...@gmail.com Reviewed-by: Zebediah C. McClure z

[PATCH 07/17] OMAP7XX: PM: Add omap850 support

2009-10-14 Thread Alistair Buxton
by cloning the omap730 code. That work was done by Zebediah C. McClure. Signed-off-by: Alistair Buxton a.j.bux...@gmail.com Reviewed-by: Zebediah C. McClure z...@lurian.net --- arch/arm/mach-omap1/pm.c | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git

[PATCH 08/17] OMAP7XX: Clocks: Add omap850 support

2009-10-14 Thread Alistair Buxton
in the Linwizard tree by Zebediah C. McClure. Signed-off-by: Alistair Buxton a.j.bux...@gmail.com Reviewed-by: Zebediah C. McClure z...@lurian.net --- arch/arm/mach-omap1/clock.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-omap1/clock.c b/arch/arm/mach-omap1

[PATCH 09/17] OMAP7XX: McBSP: Add omap850 support

2009-10-14 Thread Alistair Buxton
This patch is part of a series which unifies all duplicated code between omap730 and omap850. All cpu checks are converted to cpu_is_omap7xx() and CONFIG_ARCH_OMAP850 is added to all CONFIG_ARCH_OMAP730 checks. Signed-off-by: Alistair Buxton a.j.bux...@gmail.com Reviewed-by: Zebediah C. McClure z

[PATCH 10/17] OMAP7XX: Create omap7xx.h

2009-10-14 Thread Alistair Buxton
-by: Alistair Buxton a.j.bux...@gmail.com Reviewed-by: Zebediah C. McClure z...@lurian.net --- arch/arm/plat-omap/include/mach/omap7xx.h | 104 + 1 files changed, 104 insertions(+), 0 deletions(-) create mode 100644 arch/arm/plat-omap/include/mach/omap7xx.h diff --git

[PATCH 11/17] OMAP7XX: Update core omap1 files to use omap7xx.h

2009-10-14 Thread Alistair Buxton
This patch is part of a series which removes references to omap730 in code which is shared with omap850, replacing them with references to omap7xx. Signed-off-by: Alistair Buxton a.j.bux...@gmail.com Reviewed-by: Zebediah C. McClure z...@lurian.net --- arch/arm/mach-omap1/board-fsample.c

[PATCH 12/17] OMAP7XX: Replace omap730 references in irqs.h and all users

2009-10-14 Thread Alistair Buxton
This patch is part of a series which removes references to omap730 in code which is shared with omap850, replacing them with references to omap7xx. Turns INT_730_* to INT_7XX_* for definitions in irqs.h and all users. Signed-off-by: Alistair Buxton a.j.bux...@gmail.com Reviewed-by: Zebediah C

[PATCH 13/17] OMAP7XX: Rename all the rest of the omap730 references in omap1 core

2009-10-14 Thread Alistair Buxton
This patch is part of a series which removes references to omap730 in code which is shared with omap850, replacing them with references to omap7xx. This updates all the remaining omap730 references in miscellaneous local variables, macros and similar. Signed-off-by: Alistair Buxton a.j.bux

[PATCH 14/17] OMAP7XX: omap_uwire.c: Convert to omap7xx.h

2009-10-14 Thread Alistair Buxton
This also replaces CPU checks with cpu_is_omap7xx() Signed-off-by: Alistair Buxton a.j.bux...@gmail.com Reviewed-by: Zebediah C. McClure z...@lurian.net --- drivers/spi/omap_uwire.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/spi/omap_uwire.c b/drivers

[PATCH 15/17] OMAP7XX: Clocks: Add ck_ref and armxor

2009-10-14 Thread Alistair Buxton
These clocks are required for booting. Signed-off-by: Angelo Arrifano mik...@gmail.com Signed-off-by: Alistair Buxton a.j.bux...@gmail.com Reviewed-by: Zebediah C. McClure z...@lurian.net --- arch/arm/mach-omap1/clock.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 16/17] OMAP850: PM: Add an ARCH_OMAP850 check

2009-10-14 Thread Alistair Buxton
This just makes the same warning be printed on omap850 and omap730. Signed-off-by: Alistair Buxton a.j.bux...@gmail.com --- arch/arm/mach-omap1/pm.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap1/pm.h b/arch/arm/mach-omap1/pm.h index 0f20aed..56a6479

[PATCH 17/17] OMAP850: Fix zImage booting

2009-10-14 Thread Alistair Buxton
This adds the OMAP850 JTAG ID to the IDs checked by OMAP uncompress.h putc. Without this putc hangs up trying to check the uarts and zImage crashes. Signed-off-by: Alistair Buxton a.j.bux...@gmail.com --- arch/arm/plat-omap/include/mach/uncompress.h |3 ++- 1 files changed, 2 insertions

Re: [PATCH 00/17] Massive OMAP730/OMAP850 cleanup

2009-10-14 Thread Alistair Buxton
2009/10/14 Tony Lindgren t...@atomide.com: * Alistair Buxton a.j.bux...@gmail.com [091014 13:03]: Reposting the full series for review. Assuming this is all OK would it be a good idea to merge the config variables into a single CONFIG_ARCH_OMAP7XX? There doesn't seem to be any reason to have

Re: Patch missing in 2.6.32-rc1

2009-09-29 Thread Alistair Buxton
when cpu.h was included twice. Thanks, -- Alistair Buxton a.j.bux...@gmail.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC] OMAP1: Massive clean up of omap730/omap850 code

2009-09-28 Thread Alistair Buxton
of the patches in branch omap7xx-test2 - but those patches aren't ready to go as we still need workarounds for a serial bug in order to know that we have booted. Thanks, -- Alistair Buxton a.j.bux...@gmail.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message

Re: [RFC] OMAP1: Massive clean up of omap730/omap850 code

2009-09-23 Thread Alistair Buxton
omap7xx into a state where it boots for us with only the addition of a board file. http://ali1234.homelinux.net/linwizard-kernel.git/ Thanks -- Alistair Buxton a.j.bux...@gmail.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord

[RFC] OMAP1: Massive clean up of omap730/omap850 code

2009-09-19 Thread Alistair Buxton
/Kconfig                           |    2 +- drivers/spi/omap_uwire.c                      |    8 +- 28 files changed, 513 insertions(+), 885 deletions(-) -- Alistair Buxton a.j.bux...@gmail.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord

[PATCH] OMAP850: GPIO: Fix typo: virtual/physical address mix up.

2009-08-21 Thread Alistair Buxton
OMAP1_MPUIO_BASE was used instead of OMAP1_MPUIO_VBASE leading to a crash on init as soon as the address was used. Signed-off-by: Alistair Buxton a.j.bux...@gmail.com --- arch/arm/plat-omap/gpio.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/gpio.c

OMAP850 RTC and MMC registers differ from other OMAP1, how to implement?

2009-07-30 Thread Alistair Buxton
*OMAP_RTC_REGISTER_SIZE) Would that be acceptable? If not, how should I do it? Is there an existing driver that does something similar I could look at? Thanks, -- Alistair Buxton a.j.bux...@gmail.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message