Re: [PATCH 8/18] ARM: OMAP: Add mailbox support for IVA

2007-04-16 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [070409 21:23]: From: Hiroshi DOYU [EMAIL PROTECTED] This patch adds a generic mailbox interface for for DSP and IVA (Image Video Accelerator). This patch itself doesn't contain any IVA driver. Here's an updated version that merges in two later fixes from

Re: [PATCH 5/7] ARM: OMAP: Merge board specific files from N800 tree

2007-04-16 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [070409 21:34]: From: Kai Svahn [EMAIL PROTECTED] This patch merges board specific files from N800 tree. Nokia has published the files at: http://repository.maemo.org/pool/maemo3.0/free/source/ kernel-source-rx-34_2.6.18.orig.tar.gz kernel-source-rx

Re: [PATCH 0/3] Aligning omap.c from Linux-OMAP to mainline kernel

2007-04-24 Thread Tony Lindgren
a missing '\n' at the end of the 'cover is open' string in mmc_omap_switch_handler(). Signed-off-by: Arnaud Patard [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] ... Regards, Tony - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [PATCH 62/90] ARM: OMAP: Merge board specific files from N800 tree

2007-04-05 Thread Tony Lindgren
* Randy Dunlap [EMAIL PROTECTED] [070404 17:16]: On Wed, 4 Apr 2007 14:05:41 -0400 Tony Lindgren wrote: This patch merges board specific files from N800 tree. Nokia has published the files at: 2 comments: a. lots of printk() calls need log levels added as well as some indication

[PATCH 0/10] ARM: OMAP: GPIO code updates shared between OMAP1 and OMAP2

2007-04-09 Thread Tony Lindgren
Hi, The following patch series contains GPIO updates for OMAP. This is take #2 of the earlier 90 patch mountain, which has been split into six smaller series. Regards, Tony - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED]

[PATCH 1/10] ARM: OMAP: Enable 24xx GPIO autoidling

2007-04-09 Thread Tony Lindgren
From: Juha Yrjola [EMAIL PROTECTED] Enable 24xx GPIO autoidling Signed-off-by: Juha Yrjola [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/gpio.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) --- a/arch/arm/plat-omap/gpio.c +++ b

[PATCH 2/10] ARM: OMAP: Implement workaround for GPIO wakeup bug in OMAP2420 silicon

2007-04-09 Thread Tony Lindgren
From: Juha Yrjola [EMAIL PROTECTED] Some GPIOs on OMAP2420 do not have wakeup capabilities. If these GPIOs are configured as IRQ sources, spurious interrupts will be generated each time the core domain enters retention. Signed-off-by: Juha Yrjola [EMAIL PROTECTED] Signed-off-by: Tony Lindgren

[PATCH 6/10] ARM: OMAP: plat-omap changes for 2430 SDP

2007-04-09 Thread Tony Lindgren
From: Syed Mohammed Khasim [EMAIL PROTECTED] This patch adds minimal OMAP2430 support to plat-omap files to get the kernel booting on 2430SDP. Signed-off-by: Syed Mohammed Khasim [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/devices.c |6 +++- arch

[PATCH 9/10] ARM: OMAP: fix OMAP1 mpuio suspend/resume oops

2007-04-09 Thread Tony Lindgren
From: David Brownell [EMAIL PROTECTED] Fix oops in omap16xx mpuio suspend/resume code; field wasn't initialized Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/gpio.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions

[PATCH 3/10] ARM: OMAP: /sys/kernel/debug/omap_gpio

2007-04-09 Thread Tony Lindgren
patch), adding missing space to non-wakeup warning Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/gpio.c | 130 - 1 files changed, 129 insertions(+), 1 deletions(-) --- a/arch/arm

[PATCH 4/10] ARM: OMAP: gpio init section cleanups

2007-04-09 Thread Tony Lindgren
From: David Brownell [EMAIL PROTECTED] Minor GPIO cleanups: remove needless #include, and omap_gpio_init() should be __init, as well as all the board init code calling it. Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1

[PATCH 5/10] ARM: OMAP: gpio object shrinkage, cleanup

2007-04-09 Thread Tony Lindgren
... replaced some with normal fault reports for that call, others with WARN_ON(1). - small mpuio bugfix: add missing set_type() method Oh, and fix a minor merge issue: inode-u.generic_ip is now gone. Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL

[PATCH 8/10] ARM: OMAP: MPUIO wake updates

2007-04-09 Thread Tony Lindgren
the flags but ignores them, omap2 doesn't even save it. (Wakeup events are, wrongly, hardwired in the relevant mach-omapX/pm.c file ...) So MPUIO irqs won't yet trigger system wakeup. Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat

[PATCH 7/10] ARM: OMAP: speed up gpio irq handling

2007-04-09 Thread Tony Lindgren
instructions help. Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/gpio.c | 17 + 1 files changed, 9 insertions(+), 8 deletions(-) --- a/arch/arm/plat-omap/gpio.c +++ b/arch/arm/plat-omap/gpio.c @@ -584,7 +584,7

Re: [PATCH 0/10] ARM: OMAP: GPIO code updates shared between OMAP1 and OMAP2

2007-04-09 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [070409 17:01]: Hi, The following patch series contains GPIO updates for OMAP. This is take #2 of the earlier 90 patch mountain, which has been split into six smaller series. Also please note that this series only has 9 patches total, not 10 like

[PATCH 0/18] ARM: OMAP: Updates for common code shared between OMAP1 and OMAP2

2007-04-09 Thread Tony Lindgren
Hi, The following patch series contains updates for common code shared between OMAP1 and OMAP2 This is take #2 of the earlier 90 patch mountain, which has been split into six smaller series. Regards, Tony - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

[PATCH 1/18] ARM: OMAP: Add DMA IRQ sanity checks

2007-04-09 Thread Tony Lindgren
From: Juha Yrjola [EMAIL PROTECTED] Add DMA IRQ sanity checks Signed-off-by: Juha Yrjola [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/dma.c | 25 ++--- 1 files changed, 18 insertions(+), 7 deletions(-) --- a/arch/arm/plat-omap

[PATCH 3/18] ARM: OMAP: FB: add controller platform data

2007-04-09 Thread Tony Lindgren
From: Imre Deak [EMAIL PROTECTED] Add controller platform data Signed-off-by: Imre Deak [EMAIL PROTECTED] Signed-off-by: Juha Yrjola [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/fb.c|5 + include/asm-arm/arch-omap/omapfb.h |8

[PATCH 2/18] ARM: OMAP: Add function to print clock usecounts

2007-04-09 Thread Tony Lindgren
From: Juha Yrjola [EMAIL PROTECTED] Useful for debugging power management code. Signed-off-by: Juha Yrjola [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/clock.c | 35 +++ 1 files changed, 35 insertions(+), 0 deletions

[PATCH 12/18] ARM: OMAP: Mostly cosmetic to sync up with linux-omap tree

2007-04-09 Thread Tony Lindgren
From: Tony Lindgren [EMAIL PROTECTED](none) Mostly cosmetic to sync up with linux-omap tree Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/Kconfig |2 +- arch/arm/mach-omap2/devices.c |6 +++--- arch/arm/plat-omap/devices.c |4 ++-- 3 files changed, 6

[PATCH 4/18] ARM: OMAP: h4 must have blinky leds!!

2007-04-09 Thread Tony Lindgren
). Either or both APIs can be enabled. Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/Kconfig |1 + arch/arm/mach-omap2/board-h4.c | 14 ++ arch/arm/plat-omap/Kconfig |5 + arch/arm/plat-omap/Makefile

[PATCH 6/18] ARM: OMAP: Sync core code with linux-omap

2007-04-09 Thread Tony Lindgren
This patch syncs omap specific core code with linux-omap. Most of the changes are needed to fix bitrot caused by driver updates in linux-omap tree. Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/Kconfig | 17 ++-- arch/arm/mach-omap1/Makefile |5 +- arch/arm/mach

[PATCH 5/18] ARM: OMAP: Sync headers with linux-omap

2007-04-09 Thread Tony Lindgren
This patch syncs omap specific headers with linux-omap. Most of the changes needed because of bitrot caused by driver changes in linux-omap tree. Integrating this is needed for adding support for various omap drivers. Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- include/asm-arm/arch-omap

[PATCH 17/18] ARM: OMAP: restore CONFIG_GENERIC_TIME

2007-04-09 Thread Tony Lindgren
From: David Brownell [EMAIL PROTECTED] Somehow this got lost in a merge ... Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- a/arch/arm/Kconfig +++ b/arch/arm

[PATCH 16/18] ARM: OMAP: partial LED fixes

2007-04-09 Thread Tony Lindgren
on load). Right now only H2 and P2 seem to have working LED support; this at least makes H4 less broken. Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/debug-leds.c | 17 ++--- 1 files changed, 6 insertions(+), 11

[PATCH 18/18] ARM: OMAP: Fix GCC-reported compile time bug

2007-04-09 Thread Tony Lindgren
From: David Brownell [EMAIL PROTECTED] Fix GCC-reported compile time bug which prevents booting when the framebuffer code is disabled. Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/fb.c |5 - 1 files changed, 4

[PATCH 0/6] ARM: OMAP: Updates for OMAP1 common code

2007-04-09 Thread Tony Lindgren
Hi, The following patch series contains updates OMAP1 common code. This is take #2 of the earlier 90 patch mountain, which has been split into six smaller series. Regards, Tony - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

[PATCH 7/18] ARM: OMAP: Avoid updating system time for sub-jiffy interrupts

2007-04-09 Thread Tony Lindgren
the timer is unnecessary as we will get a timer interrupt soon anyways. Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/timer32k.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) --- a/arch/arm/plat-omap/timer32k.c +++ b/arch/arm/plat-omap/timer32k.c @@ -219,6

[PATCH 9/18] ARM: OMAP: Fix gpmc header

2007-04-09 Thread Tony Lindgren
Fix gpmc header Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- include/asm-arm/arch-omap/gpmc.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Index: linux-2.6/include/asm-arm/arch-omap/gpmc.h === --- linux-2.6

[PATCH 14/18] ARM: OMAP: FB sync with N800 tree (support for dynamic SRAM allocations)

2007-04-09 Thread Tony Lindgren
-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/io.c |4 +- arch/arm/mach-omap2/io.c |3 +- arch/arm/plat-omap/fb.c | 271 + arch/arm/plat-omap/sram.c| 60 ++--- include/asm-arm/arch-omap/sram.h |3

[PATCH 3/6] ARM: OMAP: add SoSSI clock

2007-04-09 Thread Tony Lindgren
From: Imre Deak [EMAIL PROTECTED] This is needed, so that disabling the SoSSI clock during idle can be prevented. Signed-off-by: Imre Deak [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/clock.c | 34 ++ arch/arm/mach

[PATCH 4/6] ARM: OMAP: add SoSSI clock (remove manual checking of SoSSI state from idle)

2007-04-09 Thread Tony Lindgren
From: Imre Deak [EMAIL PROTECTED] The SoSSI driver should already take care of this by enabling / disabling its clock when necessary, so this legacy callout from the PM idle code is not needed any more. Signed-off-by: Imre Deak [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED

[PATCH 1/6] ARM: OMAP: Enable DSP clocks for McBSP on omap310

2007-04-09 Thread Tony Lindgren
From: Marek Vasut [EMAIL PROTECTED] This patch enables some clock on omap310. Signed-off-by: Marek Vasut [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/clock.h | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) --- a/arch/arm/mach

[PATCH 2/6] ARM: OMAP: omap camera builds again; Mistral init and mux

2007-04-09 Thread Tony Lindgren
-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/board-osk.c | 32 arch/arm/mach-omap1/mux.c | 24 include/asm-arm/arch-omap/mux.h | 23 +++ 3 files changed, 79 insertions(+), 0 deletions(-) Index

[PATCH 5/6] ARM: OMAP: fix OMAP1 dmtimer build warning

2007-04-09 Thread Tony Lindgren
From: David Brownell [EMAIL PROTECTED] Remove the OMAP1 version of omap_dm_timer_get_fclk(), and its associated compile-time warning. It would only BUG() if called, while it's only called on OMAP2. Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED

[PATCH 6/6] ARM: OMAP: OSK led fixes

2007-04-09 Thread Tony Lindgren
Probably the TPS65010 leds should be handled only by the new led API. Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/Kconfig |7 +-- arch/arm/mach-omap1/leds-osk.c |6 +++--- arch/arm/mach-omap1/pm.c

[PATCH 6/14] ARM: OMAP: Basic support for siemens sx1

2007-04-09 Thread Tony Lindgren
From: Vladimir Ananiev [EMAIL PROTECTED] This adds basic support for Siemens SX1. More patches are available, with video driver, mixer, and serial ports working. That is enough to do gsm calls with right userland. Signed-off-by: Pavel Machek [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL

[PATCH 13/14] ARM: OMAP: TSC2101: add platform init / registration to board files

2007-04-09 Thread Tony Lindgren
From: Imre Deak [EMAIL PROTECTED] H2 / H3 boards use this chip, update their board files. Signed-off-by: Imre Deak [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/board-h2.c | 77 +++ arch/arm/mach-omap1/board-h3.c

[PATCH 14/14] ARM: OMAP: H2 lcd updates for SPI framework

2007-04-09 Thread Tony Lindgren
From: Eduardo Valentin [EMAIL PROTECTED] This is an updated patch to fix lcd for H2 board. It uses platform_data field to pass spi_device to lcd driver. Signed-off-by: Eduardo Valentin [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/board-h2.c | 14

[PATCH 0/18] ARM: OMAP: Updates for OMAP2 common code

2007-04-09 Thread Tony Lindgren
Hi, The following patch series contains updates OMAP2 common code. This is take #2 of the earlier 90 patch mountain, which has been split into six smaller series. Regards, Tony - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

[PATCH 6/18] ARM: OMAP: omap2/memory.c compile fixes

2007-04-09 Thread Tony Lindgren
From: David Brownell [EMAIL PROTECTED] Remove some conflicting declarations in omap2/memory.c so that the file builds again. Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/memory.c | 40

[PATCH 1/18] ARM: OMAP2: Place SMS and SDRC into smart idle mode

2007-04-09 Thread Tony Lindgren
From: Juha Yrjola [EMAIL PROTECTED] Place SMS and SDRC into smart idle mode Signed-off-by: Juha Yrjola [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/io.c |2 + arch/arm/mach-omap2/memory.c | 48 ++ 2

[PATCH 11/18] ARM: OMAP: Tabify mux.c

2007-04-09 Thread Tony Lindgren
Tabify mux.c, no functional changes. Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/mux.c | 38 +++--- 1 files changed, 19 insertions(+), 19 deletions(-) --- a/arch/arm/mach-omap2/mux.c +++ b/arch/arm/mach-omap2/mux.c @@ -53,8 +53,8

[PATCH 17/18] ARM: OMAP: Device init for OMAP24xx Enhanced Audio Controller

2007-04-09 Thread Tony Lindgren
From: Jarkko Nikula [EMAIL PROTECTED] Device init for OMAP24xx Enhanced Audio Controller Signed-off-by: Jarkko Nikula [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/devices.c | 33 + 1 files changed, 33 insertions(+), 0

[PATCH 2/18] ARM: OMAP2: Force APLLs always active

2007-04-09 Thread Tony Lindgren
From: Juha Yrjola [EMAIL PROTECTED] The APLLs are most efficiently idled by hardware. Signed-off-by: Juha Yrjola [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock.c | 13 ++--- 1 files changed, 2 insertions(+), 11 deletions(-) --- a/arch

[PATCH 7/18] ARM: OMAP: 24xx pinmux updates

2007-04-09 Thread Tony Lindgren
the OMAP1 message. Signed-off-by: Kyungmin Park [EMAIL PROTECTED] Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/mux.c | 33 +++-- arch/arm/plat-omap/mux.c| 19 +++ include

[PATCH 9/18] ARM: OMAP: abstract debug card setup (smc, leds)

2007-04-09 Thread Tony Lindgren
-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/Kconfig|2 +- arch/arm/mach-omap2/board-h4.c | 46 +-- arch/arm/plat-omap/Kconfig |9 +++- arch/arm/plat-omap/Makefile|1 + arch/arm/plat

[PATCH 10/18] ARM: OMAP: Add minimal OMAP2430 support

2007-04-09 Thread Tony Lindgren
From: Syed Mohammed Khasim [EMAIL PROTECTED] This patch adds minimal OMAP2430 support to get the kernel booting on 2430SDP. Signed-off-by: Syed Mohammed Khasim [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/Kconfig |8 + arch/arm/mach

[PATCH 12/18] ARM: OMAP: TUSB EVM init

2007-04-09 Thread Tony Lindgren
From: David Brownell [EMAIL PROTECTED] Add init support for the TUSB6010 EVM board, as connected to H4. Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/usb-tusb6010.c | 333 1 files

[PATCH 14/18] ARM: OMAP: Merge driver headers from N800 tree

2007-04-09 Thread Tony Lindgren
From: Kai Svahn [EMAIL PROTECTED] This patch merges omap specific driver headers from N800 tree. Signed-off-by: Kai Svahn [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- include/asm-arm/arch-omap/blizzard.h | 12 include/asm-arm/arch-omap/eac.h | 101

[PATCH 18/18] ARM: OMAP: Fix PRCM base register usage for 243x

2007-04-09 Thread Tony Lindgren
From: Kevin Hilman [EMAIL PROTECTED] The PRCM base register is different on 242x and 243x. Use the #ifdef'd #define from omap24xx.h instead of the locally defined one. Signed-off-by: Kevin Hilman [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/pm.c

[PATCH 4/7] ARM: OMAP: cleanup apollon board

2007-04-09 Thread Tony Lindgren
From: Kyungmin Park [EMAIL PROTECTED] - Add etherent gpmc handling - Remove unused mux setting - Add MMC switch pin comments Signed-off-by: Kyungmin Park [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-apollon.c | 50

[PATCH 0/7] ARM: OMAP: Board updates and additions for OMAP2

2007-04-09 Thread Tony Lindgren
Hi, The following patch series contains updates board updates and additions for OMAP2 code. This is take #2 of the earlier 90 patch mountain, which has been split into six smaller series. Regards, Tony - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

[PATCH 6/7] ARM: OMAP: Replace mach-omap/omap2 with mach-omap2

2007-04-09 Thread Tony Lindgren
From: Trilok Soni [EMAIL PROTECTED] Update board Apollon with correct file path. Signed-off-by: Trilok Soni [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-apollon.c|2 +- arch/arm/mach-omap2/usb-tusb6010.c |2 +- 6 files changed, 6

[PATCH 2/7] ARM: OMAP: Fix typo in board-h4.h

2007-04-09 Thread Tony Lindgren
From: Komal Shah [EMAIL PROTECTED] Replace OMAP1610 with OMAP2420. Signed-off-by: Komal Shah [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- include/asm-arm/arch-omap/board-h4.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/include/asm-arm/arch-omap

[PATCH 1/7] ARM: OMAP: USB peripheral support on H4

2007-04-09 Thread Tony Lindgren
From: David Brownell [EMAIL PROTECTED] H4 has two peripheral ports, one for download and one for OTG. The one to use is selected through Kconfig. Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/Kconfig| 21

[PATCH 5/7] ARM: OMAP: Merge board specific files from N800 tree

2007-04-09 Thread Tony Lindgren
PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] Index: linux-2.6/arch/arm/mach-omap2/Kconfig === --- linux-2.6.orig/arch/arm/mach-omap2/Kconfig 2007-04-09 16:21:18.0 -0400 +++ linux-2.6/arch/arm/mach-omap2/Kconfig

[PATCH 7/7] ARM: OMAP: Add apollon gpio keys using gpio-keys input

2007-04-09 Thread Tony Lindgren
From: Kyungmin Park [EMAIL PROTECTED] Add apollon gpio keys using gpio-keys input Signed-off-by: Kyungmin Park [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/Makefile |3 +- arch/arm/mach-omap2/board-apollon-keys.c | 79

[PATCH 3/7] ARM: OMAP: Sync H4 board init with linux-omap

2007-04-09 Thread Tony Lindgren
This patch syncs H4 board init with linux-omap tree. Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-h4.c| 180 +++-- 10 files changed, 380 insertions(+), 176 deletions(-) --- a/arch/arm/mach-omap2/board-h4.c +++ b/arch/arm/mach

[PATCH 13/18] ARM: OMAP: Merge gpmc changes from N800 tree

2007-04-09 Thread Tony Lindgren
From: Kai Svahn [EMAIL PROTECTED] This patch merges gpmc changes from N800 tree and adds gpmc_get_fclk_period() to gpmc.h. Signed-off-by: Kai Svahn [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/gpmc.c |7 +++ include/asm-arm/arch-omap

[PATCH 16/18] ARM: OMAP: 243x: Add mappings for SDRC and SMS

2007-04-09 Thread Tony Lindgren
From: Kevin Hilman [EMAIL PROTECTED] Add mappings for SDRC ans SMS so that omap2_memory_init() works on the 2430. This also allows the mpurate= command-line option to work. Signed-off-by: Kevin Hilman [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/io.c

[PATCH 3/18] ARM: OMAP: Enable serial idling and wakeup features

2007-04-09 Thread Tony Lindgren
From: Juha Yrjola [EMAIL PROTECTED] Enable serial idling and wakeup features Signed-off-by: Juha Yrjola [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/serial.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/arch/arm/mach-omap2

[PATCH 8/18] ARM: OMAP: omap2/gpmc updates

2007-04-09 Thread Tony Lindgren
-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/gpmc.c | 33 ++--- include/asm-arm/arch-omap/gpmc.h |3 ++- 2 files changed, 24 insertions(+), 12 deletions(-) --- a/arch/arm/mach-omap2/gpmc.c +++ b/arch

[PATCH 15/18] ARM: OMAP: Merge PM code from N800 tree

2007-04-09 Thread Tony Lindgren
omap24xx boards. Signed-off-by: Kai Svahn [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] Index: linux-2.6/arch/arm/mach-omap2/Makefile === --- linux-2.6.orig/arch/arm/mach-omap2/Makefile 2007-04-09 14:52:28.0

[PATCH 4/18] ARM: OMAP: Optimize INTC register accesses and enable autoidling

2007-04-09 Thread Tony Lindgren
From: Juha Yrjola [EMAIL PROTECTED] Use virtual addresses directly instead of physical addresses to avoid having to recalculate the virtual address with every register access. Signed-off-by: Juha Yrjola [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2

[PATCH 5/18] ARM: OMAP: Board Apollon update, fix boot

2007-04-09 Thread Tony Lindgren
From: Kyungmin Park [EMAIL PROTECTED] Update Apollon board init to initialize NAND, USB, and LEDs. Also configure GPMC memory for smc91x Ethernet. Signed-off-by: Kyungmin Park [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-apollon.c | 99

[PATCH 8/14] ARM: OMAP: Update omap h2 defconfig

2007-04-09 Thread Tony Lindgren
Update omap h2 defconfig Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/configs/omap_h2_1610_defconfig | 88 +-- 1 files changed, 71 insertions(+), 17 deletions(-) --- a/arch/arm/configs/omap_h2_1610_defconfig +++ b/arch/arm/configs

[PATCH 7/14] ARM: OMAP: Sync board specific files with linux-omap

2007-04-09 Thread Tony Lindgren
This patch syncs omap board specific files with linux-omap tree. Patch consists mostly of driver updates done in linux-omap tree for drivers not yet in mainline kernel. Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/board-ams-delta.c | 59 +++- arch/arm/mach

[PATCH 11/14] ARM: OMAP: H3 workqueue fixes

2007-04-09 Thread Tony Lindgren
From: Dirk Behme [EMAIL PROTECTED] Signed-off-by: Dirk Behme [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/board-h3.c | 12 +++- include/asm-arm/arch-omap/irda.h |1 + 2 files changed, 8 insertions(+), 5 deletions(-) Index: linux-2.6

[PATCH 12/14] ARM: OMAP: N770: add missing LCD, LCD controller, touchscreen device registration

2007-04-09 Thread Tony Lindgren
From: Imre Deak [EMAIL PROTECTED] These were left out from the board file when merging these drivers, add them here. Call GPIO init from the board file as well, since the platform device init code uses the GPIO API. Signed-off-by: Imre Deak [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL

[PATCH 10/14] ARM: OMAP: osk+mistral backlight, power, board specific

2007-04-09 Thread Tony Lindgren
-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/board-osk.c | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) Index: linux-2.6/arch/arm/mach-omap1/board-osk.c === --- linux-2.6.orig/arch

Re: [PATCH 28/90] ARM: OMAP: USB peripheral support on H4

2007-04-09 Thread Tony Lindgren
And it is working now, so I've updated the commit message too. But it is new code, so maybe it can just go in Signed-off-by: David Brownell [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] +#else + /* S1.10 OFF -- usb download port +* usb0 switched to Mini-B port

[PATCH 2/14] ARM: OMAP: Add support for Amstrad Delta keypad

2007-04-09 Thread Tony Lindgren
-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/board-ams-delta.c | 108 + 1 files changed, 108 insertions(+), 0 deletions(-) Index: linux-2.6/arch/arm/mach-omap1/board-ams-delta.c

[PATCH 4/14] ARM: OMAP: Register tsc2102 on Palm Tungsten E

2007-04-09 Thread Tony Lindgren
Zaborowski [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/board-palmte.c | 123 1 files changed, 123 insertions(+), 0 deletions(-) --- a/arch/arm/mach-omap1/board-palmte.c +++ b/arch/arm/mach-omap1/board-palmte.c @@ -321,6

[PATCH 0/14] ARM: OMAP: Board updates and additions for OMAP1

2007-04-09 Thread Tony Lindgren
Hi, The following patch series contains updates board updates and additions for OMAP1 code. This is take #2 of the earlier 90 patch mountain, which has been split into six smaller series. Regards, Tony - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

[PATCH 1/14] ARM: OMAP: Palm Tungsten E board update

2007-04-09 Thread Tony Lindgren
of documentation (and now are confirmed by a number of users). Macros for GPIO pins are moved to a file in include/asm-arm/arch-omap. Signed-off-by: Andrzej Zaborowski [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/Kconfig |9 +- arch/arm

[PATCH 3/14] ARM: OMAP: PalmZ71 support

2007-04-09 Thread Tony Lindgren
From: Marek Vasut [EMAIL PROTECTED] Palmz71 specific things - board file. Signed-off-by: Marek Vasut [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/Kconfig |9 + arch/arm/mach-omap1/Makefile |1 + arch/arm/mach-omap1

[PATCH 5/14] ARM: OMAP: Palm Tungsten|T support

2007-04-09 Thread Tony Lindgren
From: Marek Vasut [EMAIL PROTECTED] This patch adds board file and necessary includes for Palm Tungsten|T. Signed-off-by: Marek Vasut [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/Kconfig |9 + arch/arm/mach-omap1/Makefile

[PATCH 9/14] ARM: OMAP: Add omap osk defconfig

2007-04-09 Thread Tony Lindgren
Add omap osk defconfig Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/configs/omap_osk_5912_defconfig | 1120 ++ 1 files changed, 1120 insertions(+), 0 deletions(-) --- /dev/null +++ b/arch/arm/configs/omap_osk_5912_defconfig @@ -0,0 +1,1120

Re: [PATCH 0/90] Post 2.6.21 OMAP update

2007-04-09 Thread Tony Lindgren
* Roland Dreier [EMAIL PROTECTED] [070405 14:29]: Hmm, yeah I'll see if I could group them a bit. The problem there is that the patch series contains multiple rounds of add and fix cycles. Pretty much all the non-dependant fixes have already been applied, BTW. I think it's nice to

[PATCH 10/18] ARM: OMAP: Fix warning in timer32k.c

2007-04-09 Thread Tony Lindgren
From: Dirk Behme [EMAIL PROTECTED] ARM: OMAP: Fix warning in timer32k.c if CONFIG_NO_IDLE_HZ isn't set: arch/arm/plat-omap/timer32k.c:221: warning: 'omap_32k_timer_handler' defined but not used Signed-off-by: Dirk Behme [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch

[PATCH 13/18] ARM: OMAP: Sync framebuffer headers with N800 tree

2007-04-09 Thread Tony Lindgren
From: Kai Svahn [EMAIL PROTECTED] This patch syncs framebuffer headers with N800 tree. Signed-off-by: Kai Svahn [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- include/asm-arm/arch-omap/hwa742.h | 12 +++ include/asm-arm/arch-omap/omapfb.h | 61

[PATCH 11/18] ARM: OMAP: Update timer32k.c to compile

2007-04-09 Thread Tony Lindgren
This patch updates 32KiHZ timer code to compile. Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/timer32k.c | 12 +--- 1 files changed, 1 insertions(+), 11 deletions(-) --- a/arch/arm/plat-omap/timer32k.c +++ b/arch/arm/plat-omap/timer32k.c @@ -42,6 +42,7

[PATCH 15/18] ARM: OMAP: add SoSSI clock (call propagate_rate for childrens)

2007-04-09 Thread Tony Lindgren
From: Imre Deak [EMAIL PROTECTED] Clocks with the follow parent rate mode were not updating their children at propagate rate time. Signed-off-by: Imre Deak [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/clock.c |2 ++ 1 files changed, 2 insertions

Re: [PATCH 0/90] Post 2.6.21 OMAP update

2007-04-09 Thread Tony Lindgren
Hi, * Russell King [EMAIL PROTECTED] [070406 03:19]: On Thu, Apr 05, 2007 at 09:27:13PM +0100, Alan Cox wrote: Hmm, yeah I'll see if I could group them a bit. The problem there is that the patch series contains multiple rounds of add and fix cycles. Pretty much all the non-dependant

[PATCH 8/18] ARM: OMAP: Add mailbox support for IVA

2007-04-09 Thread Tony Lindgren
From: Hiroshi DOYU [EMAIL PROTECTED] This patch adds a generic mailbox interface for for DSP and IVA (Image Video Accelerator). This patch itself doesn't contain any IVA driver. Signed-off-by: Hiroshi DOYU [EMAIL PROTECTED] Signed-off-by: Juha Yrjola [EMAIL PROTECTED] Signed-off-by: Tony

[PATCH 8/90] ARM: OMAP: FB: add controller platform data

2007-04-04 Thread Tony Lindgren
From: Imre Deak [EMAIL PROTECTED] Add controller platform data Signed-off-by: Imre Deak [EMAIL PROTECTED] Signed-off-by: Juha Yrjola [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/fb.c|5 + include/asm-arm/arch-omap/omapfb.h |8

[PATCH 5/90] ARM: OMAP: Add function to print clock usecounts

2007-04-04 Thread Tony Lindgren
From: Juha Yrjola [EMAIL PROTECTED] Useful for debugging power management code. Signed-off-by: Juha Yrjola [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/clock.c | 35 +++ 1 files changed, 35 insertions(+), 0 deletions

[PATCH 7/90] ARM: OMAP: Optimize INTC register accesses and enable autoidling

2007-04-04 Thread Tony Lindgren
From: Juha Yrjola [EMAIL PROTECTED] Use virtual addresses directly instead of physical addresses to avoid having to recalculate the virtual address with every register access. Signed-off-by: Juha Yrjola [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2

[PATCH 2/90] ARM: OMAP: Force APLLs always active

2007-04-04 Thread Tony Lindgren
From: Juha Yrjola [EMAIL PROTECTED] The APLLs are most efficiently idled by hardware. Signed-off-by: Juha Yrjola [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock.c | 13 ++--- 1 files changed, 2 insertions(+), 11 deletions(-) diff --git

[PATCH 0/90] Post 2.6.21 OMAP update

2007-04-04 Thread Tony Lindgren
Hi all, Attached is a rather large OMAP update for post 2.6.21. OMAP is a series of ARM processors from Texas Instruments used in various cell phones and PDAs. The patch series is based on code that has been brewing in the linux-omap tree since last fall. We'd like to switch the linux-omap

[PATCH 3/90] ARM: OMAP: Add DMA IRQ sanity checks

2007-04-04 Thread Tony Lindgren
From: Juha Yrjola [EMAIL PROTECTED] Add DMA IRQ sanity checks Signed-off-by: Juha Yrjola [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/dma.c | 25 ++--- 1 files changed, 18 insertions(+), 7 deletions(-) diff --git a/arch/arm/plat

[PATCH 4/90] ARM: OMAP: Enable 24xx GPIO autoidling

2007-04-04 Thread Tony Lindgren
From: Juha Yrjola [EMAIL PROTECTED] Enable 24xx GPIO autoidling Signed-off-by: Juha Yrjola [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/gpio.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/gpio.c

[PATCH 1/90] ARM: OMAP: Place SMS and SDRC into smart idle mode

2007-04-04 Thread Tony Lindgren
From: Juha Yrjola [EMAIL PROTECTED] Place SMS and SDRC into smart idle mode Signed-off-by: Juha Yrjola [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/io.c |2 + arch/arm/mach-omap2/memory.c | 48 ++ 2

[PATCH 6/90] ARM: OMAP: Enable serial idling and wakeup features

2007-04-04 Thread Tony Lindgren
From: Juha Yrjola [EMAIL PROTECTED] Enable serial idling and wakeup features Signed-off-by: Juha Yrjola [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/serial.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2

[PATCH 9/90] ARM: OMAP: Palm Tungsten E board update

2007-04-04 Thread Tony Lindgren
of documentation (and now are confirmed by a number of users). Macros for GPIO pins are moved to a file in include/asm-arm/arch-omap. Signed-off-by: Andrzej Zaborowski [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/Kconfig |9 +- arch/arm

[PATCH 10/90] ARM: OMAP: Implement workaround for GPIO wakeup bug in OMAP2420 silicon

2007-04-04 Thread Tony Lindgren
From: Juha Yrjola [EMAIL PROTECTED] Some GPIOs on OMAP2420 do not have wakeup capabilities. If these GPIOs are configured as IRQ sources, spurious interrupts will be generated each time the core domain enters retention. Signed-off-by: Juha Yrjola [EMAIL PROTECTED] Signed-off-by: Tony Lindgren

[PATCH 12/90] ARM: OMAP: Fix apollon boot

2007-04-04 Thread Tony Lindgren
From: Kyungmin Park [EMAIL PROTECTED] In previous GPMC patch, there was a typo. Fix typo and add header files for set_irq_type() warnings. Signed-off-by: Kyungmin Park [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-apollon.c | 99

[PATCH 11/90] ARM: OMAP: Add support for Amstrad Delta keypad

2007-04-04 Thread Tony Lindgren
-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/board-ams-delta.c | 108 + 1 files changed, 108 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap1/board-ams-delta.c b/arch/arm/mach-omap1/board-ams-delta.c index 8437d06..ad6265f 100644

[PATCH 18/90] ARM: OMAP: PalmZ71 support

2007-04-04 Thread Tony Lindgren
From: =?utf-8?q?Marek_Va=C5=A1ut?= [EMAIL PROTECTED] Palmz71 specific things - board file. Signed-off-by: Marek VaĊĦut [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap1/Kconfig |9 + arch/arm/mach-omap1/Makefile |1 + arch

  1   2   3   4   5   6   7   8   9   10   >