[PATCH 07/19] Code clean-up for sound/arm/omap/omap-alsa-dma.h

2008-04-18 Thread Eduardo Valentin
From: Eduardo Valentin [EMAIL PROTECTED] Removed lots of whitespaces and a few errors and warnings reported by checkpatch.pl. Signed-off-by: Eduardo Valentin [EMAIL PROTECTED] --- sound/arm/omap/omap-alsa-dma.h | 22 +++--- 1 files changed, 11 insertions(+), 11 deletions(-)

[PATCH 01/19] Update audio driver for H2 board

2008-04-18 Thread Eduardo Valentin
From: Eduardo Valentin [EMAIL PROTECTED] This patch updates the audio driver based on tsc2101 chip for H2 board. tsc2101 driver was updated against new spi framework, but its audio driver for H2 wasn't. Signed-off-by: Eduardo Valentin [EMAIL PROTECTED] --- arch/arm/mach-omap1/board-h2.c

[PATCH 02/19] Code clean-up for include/asm-arm/arch-omap/omap-alsa.h

2008-04-18 Thread Eduardo Valentin
From: Eduardo Valentin [EMAIL PROTECTED] Removed lots of whitespaces and a few errors and warnings reported by checkpatch.pl. Signed-off-by: Eduardo Valentin [EMAIL PROTECTED] --- include/asm-arm/arch-omap/omap-alsa.h | 29 +++-- 1 files changed, 19 insertions(+), 10

[PATCH 13/19] Code clean-up for sound/arm/omap/omap-alsa-tsc2101-mixer.h

2008-04-18 Thread Eduardo Valentin
From: Eduardo Valentin [EMAIL PROTECTED] Removed lots of whitespaces and a few errors and warnings reported by checkpatch.pl. Signed-off-by: Eduardo Valentin [EMAIL PROTECTED] --- sound/arm/omap/omap-alsa-tsc2101-mixer.h | 29 ++--- 1 files changed, 18 insertions(+),

[PATCH 03/19] Code clean-up for sound/arm/omap/omap-alsa-aic23.c

2008-04-18 Thread Eduardo Valentin
From: Eduardo Valentin [EMAIL PROTECTED] Removed lots of whitespaces and a few errors and warnings reported by checkpatch.pl. Signed-off-by: Eduardo Valentin [EMAIL PROTECTED] --- sound/arm/omap/omap-alsa-aic23.c | 59 -- sound/arm/omap/omap-alsa-aic23.h |

[PATCH 06/19] Code clean-up for sound/arm/omap/omap-alsa-dma.c

2008-04-18 Thread Eduardo Valentin
From: Eduardo Valentin [EMAIL PROTECTED] Removed lots of whitespaces and a few errors and warnings reported by checkpatch.pl. Signed-off-by: Eduardo Valentin [EMAIL PROTECTED] --- sound/arm/omap/omap-alsa-dma.c | 171 +++ 1 files changed, 83 insertions(+),

[PATCH 15/19] Code clean-up for sound/arm/omap/omap-alsa-tsc2101.h

2008-04-18 Thread Eduardo Valentin
From: Eduardo Valentin [EMAIL PROTECTED] Removed lots of whitespaces and a few errors and warnings reported by checkpatch.pl. Signed-off-by: Eduardo Valentin [EMAIL PROTECTED] --- sound/arm/omap/omap-alsa-tsc2101.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH 18/19] Code clean-up for sound/arm/omap/omap-alsa-tsc2102.h

2008-04-18 Thread Eduardo Valentin
From: Eduardo Valentin [EMAIL PROTECTED] Removed lots of whitespaces and a few errors and warnings reported by checkpatch.pl. Signed-off-by: Eduardo Valentin [EMAIL PROTECTED] --- sound/arm/omap/omap-alsa-tsc2102.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH 08/19] Code clean-up for sound/arm/omap/omap-alsa-sx1-mixer.c

2008-04-18 Thread Eduardo Valentin
From: Eduardo Valentin [EMAIL PROTECTED] Removed lots of whitespaces and a few errors and warnings reported by checkpatch.pl. Signed-off-by: Eduardo Valentin [EMAIL PROTECTED] --- sound/arm/omap/omap-alsa-sx1-mixer.c | 22 +++--- 1 files changed, 11 insertions(+), 11

[PATCH 16/19] Code clean-up for sound/arm/omap/omap-alsa-tsc2102-mixer.c

2008-04-18 Thread Eduardo Valentin
From: Eduardo Valentin [EMAIL PROTECTED] Removed lots of whitespaces and a few errors and warnings reported by checkpatch.pl. Signed-off-by: Eduardo Valentin [EMAIL PROTECTED] --- sound/arm/omap/omap-alsa-tsc2102-mixer.c | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-)

[PATCH 19/19] Code clean-up for sound/arm/omap/omap-alsa.c

2008-04-18 Thread Eduardo Valentin
From: Eduardo Valentin [EMAIL PROTECTED] Removed lots of whitespaces and a few errors and warnings reported by checkpatch.pl. Signed-off-by: Eduardo Valentin [EMAIL PROTECTED] --- sound/arm/omap/omap-alsa.c | 163 +++- 1 files changed, 86 insertions(+),

[PATCH 11/19] Code clean-up for sound/arm/omap/omap-alsa-sx1.h

2008-04-18 Thread Eduardo Valentin
From: Eduardo Valentin [EMAIL PROTECTED] Removed lots of whitespaces and a few errors and warnings reported by checkpatch.pl. Signed-off-by: Eduardo Valentin [EMAIL PROTECTED] --- sound/arm/omap/omap-alsa-sx1.h |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

Re: [PATCH 1/2] ARM: OMAP: CLKFW: Initial debugfs support for omap clock framework

2008-04-18 Thread Igor Stoppa
Hi Paul, On Thu, 2008-04-17 at 14:47 -0600, ext Paul Walmsley wrote: Hello Igor, On Thu, 17 Apr 2008, Igor Stoppa wrote: On Thu, 2008-04-17 at 13:44 -0600, ext Paul Walmsley wrote: True, but if we can do a debugfs implementation first, then that seems like a good way to start, no?

Re: UART driver DMA support

2008-04-18 Thread Tony Lindgren
* rajeev seetharam [EMAIL PROTECTED] [080417 22:16]: Hi , I am using the OMAP2EVM board based on OMAP2430 and using Linux - 2.6.23 Is the DMA support available as part of the UART driver. Well there's an omap specific serial driver in works, which should make it easy to add DMA support

Re: [PATCH 1/2] ARM: OMAP: HSMMC: General code cleanup and cosmetic fixes

2008-04-18 Thread Tony Lindgren
* Carlos Aguiar [EMAIL PROTECTED] [080416 08:44]: From: Carlos Eduardo Aguiar [EMAIL PROTECTED] This patch makes the following general code cleanup and cosmetic fixes: - Use #include linux/io.h instead of asm/io.h, according to warning reported by scripts/checkpatch.pl on

Re: [PATCH 3/4] Adding support for OMAP3 Beagle Board

2008-04-18 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080417 04:40]: On Thu, 17 Apr 2008 07:41:38 +0530, Syed Mohammed, Khasim [EMAIL PROTECTED] wrote: Adding support for OMAP3 Beagle Board Signed-off-by: Syed Mohammed Khasim [EMAIL PROTECTED] --- arch/arm/mach-omap2/Kconfig |

Re: [PATCH 3/4] Adding support for OMAP3 Beagle Board

2008-04-18 Thread Tony Lindgren
* Syed Mohammed, Khasim [EMAIL PROTECTED] [080416 19:12]: Adding support for OMAP3 Beagle Board Signed-off-by: Syed Mohammed Khasim [EMAIL PROTECTED] --- arch/arm/mach-omap2/Kconfig |4 + arch/arm/mach-omap2/Makefile |1

Re: [PATCH 1/2] ARM: OMAP: HSMMC: General code cleanup and cosmetic fixes

2008-04-18 Thread Carlos Aguiar
ext Tony Lindgren wrote: * Carlos Aguiar [EMAIL PROTECTED] [080416 08:44]: From: Carlos Eduardo Aguiar [EMAIL PROTECTED] This patch makes the following general code cleanup and cosmetic fixes: - Use #include linux/io.h instead of asm/io.h, according to warning reported by

[PATCH 1/2] ARM: OMAP: HSMMC: General code cleanup and cosmetic fixes

2008-04-18 Thread Carlos Aguiar
From: Carlos Eduardo Aguiar [EMAIL PROTECTED] This patch makes the following general code cleanup and cosmetic fixes: - Use #include linux/io.h instead of asm/io.h, according to warning reported by scripts/checkpatch.pl on arch/arm/mach-omap2/board-sdp-hsmmc.c - Use if (power_on) instead of if

[PATCH 4/5] add OMAP2 powerdomains

2008-04-18 Thread Paul Walmsley
Add OMAP2-specific powerdomains. Signed-off-by: Paul Walmsley [EMAIL PROTECTED] --- arch/arm/mach-omap2/powerdomains.h | 14 ++ arch/arm/mach-omap2/powerdomains24xx.h | 200 arch/arm/mach-omap2/prm-regbits-24xx.h | 12 +- 3 files changed, 222

[PATCH 0/4] clockdomains: add OMAP2/3 clockdomain code, link 34xx clocks with clockdomains

2008-04-18 Thread Paul Walmsley
Hi everyone, This is the second version of the clockdomain patches. It: . adds the IVA1 clockdomain in the DSP powerdomain, for OMAP2420 only . replaces omap_type_t typedef with struct omap_chip_id . removes all EXPORT_SYMBOLs - these can be added back in if clockdomain code needs to be

[PATCH 1/4] clockdomains: add base OMAP2/3 clockdomain code

2008-04-18 Thread Paul Walmsley
This patch creates an interface to the clockdomain registers in the PRM/CM modules on OMAP2/3. This interface is intended to be used by PM code, e.g., pm.c; not by device drivers directly. The patch also adds clockdomain usecount tracking. This is intended to be called whenever the first clock

[PATCH 3/4] clockdomains: encode OMAP2/3 clockdomains

2008-04-18 Thread Paul Walmsley
Add clockdomain definitions for OMAP24xx and OMAP34xx chips. Signed-off-by: Paul Walmsley [EMAIL PROTECTED] --- arch/arm/mach-omap2/clockdomains.h| 298 + arch/arm/mach-omap2/cm-regbits-24xx.h | 24 ++- arch/arm/mach-omap2/cm-regbits-34xx.h | 42 +++--

RE: [Patch 1/4] Adding support for OMAP3 EVM

2008-04-18 Thread Syed Mohammed, Khasim
-Original Message- From: Tony Lindgren [mailto:[EMAIL PROTECTED] Sent: Saturday, April 19, 2008 12:38 AM To: Syed Mohammed, Khasim Cc: linux-omap@vger.kernel.org; [EMAIL PROTECTED] Subject: Re: [Patch 1/4] Adding support for OMAP3 EVM Just two minor cosmetic comments below:

[PATCH 1/4] Adding OMAP3 EVM Board support

2008-04-18 Thread Syed Mohammed, Khasim
Adding support for OMAP3 EVM Board Signed-off-by: Syed Mohammed Khasim [EMAIL PROTECTED] --- arch/arm/mach-omap2/Kconfig|3 + arch/arm/mach-omap2/Makefile |1 arch/arm/mach-omap2/board-omap3evm.c | 79 +

[PATCH 2/4] Adding OMAP3 EVM default config

2008-04-18 Thread Syed Mohammed, Khasim
New Default configuration file for OMAP3 EVM Signed-off-by: Syed Mohammed Khasim [EMAIL PROTECTED] --- arch/arm/configs/omap3_evm_defconfig | 960 +++ 1 file changed, 960 insertions(+) Index: my_branch/arch/arm/configs/omap3_evm_defconfig

[PATCH 3/4] ADDING OMAP3 BEAGLE support

2008-04-18 Thread Syed Mohammed, Khasim
Adding support for OMAP3 Beagle Board Signed-off-by: Syed Mohammed Khasim [EMAIL PROTECTED] --- arch/arm/mach-omap2/Kconfig |4 + arch/arm/mach-omap2/Makefile |1 arch/arm/mach-omap2/board-omap3beagle.c | 79 ++

[PATCH 4/4] ADDING OMAP3 Beagle default config

2008-04-18 Thread Syed Mohammed, Khasim
New default configuration file for Beagle Board Signed-off-by: Syed Mohammed Khasim [EMAIL PROTECTED] --- arch/arm/configs/omap3_beagle_defconfig | 961 1 file changed, 961 insertions(+) Index: my_branch/arch/arm/configs/omap3_beagle_defconfig

[PATCH 1/4] Adding OMAP3 EVM support

2008-04-18 Thread Syed Mohammed, Khasim
Adding support for OMAP3 EVM Board Signed-off-by: Syed Mohammed Khasim [EMAIL PROTECTED] --- arch/arm/mach-omap2/Kconfig|3 + arch/arm/mach-omap2/Makefile |1 arch/arm/mach-omap2/board-omap3evm.c | 79 +

[PATCH 3/4] Adding OMAP3 beagle support

2008-04-18 Thread Syed Mohammed, Khasim
Adding support for OMAP3 Beagle Board Signed-off-by: Syed Mohammed Khasim [EMAIL PROTECTED] --- arch/arm/mach-omap2/Kconfig |4 + arch/arm/mach-omap2/Makefile |1 arch/arm/mach-omap2/board-omap3beagle.c | 79 ++

[PATCH 4/4] Adding default configuration file for Beagle

2008-04-18 Thread Syed Mohammed, Khasim
New default configuration file for Beagle Board Signed-off-by: Syed Mohammed Khasim [EMAIL PROTECTED] --- arch/arm/configs/omap3_beagle_defconfig | 961 1 file changed, 961 insertions(+) Index: my_branch/arch/arm/configs/omap3_beagle_defconfig