[PATCH 07/24] davinci: Kconfig: enable EVMs by default when SoCs are enabled

2009-07-17 Thread Kevin Hilman
Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/Kconfig |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index be747f5..b06cf85 100644 --- a/arch/arm/mach-davinci/Kconfig

[PATCH 08/24] davinci: sram warning fix

2009-07-17 Thread Kevin Hilman
-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/sram.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-davinci/sram.c b/arch/arm/mach-davinci/sram.c index db54b2a..4f1fc9b 100644 --- a/arch/arm/mach-davinci/sram.c +++ b/arch/arm/mach

[PATCH 11/24] davinci: Adding DM365 EVM board support

2009-07-17 Thread Kevin Hilman
From: Sandeep Paulraj s-paul...@ti.com The patch adds support for Evaluation Module (EVM) board for the dm365 SoC. Signed-off-by: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/board-dm365-evm.c | 76

[PATCH 09/24] davinci: remove watchdog from soc_info

2009-07-17 Thread Kevin Hilman
watchdog info is not needed in soc_info, platform_device can be used directly in core code. Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/devices.c |7 ++- arch/arm/mach-davinci/dm355.c |1 - arch/arm/mach-davinci/dm644x.c

[PATCH 16/24] davinci: dm365: add MMC/SD support

2009-07-17 Thread Kevin Hilman
From: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/devices.c | 45 ++ 1 files changed, 31 insertions(+), 14 deletions(-) diff --git a/arch

[PATCH 15/24] davinci: dm365: add EDMA support

2009-07-17 Thread Kevin Hilman
From: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/dm365.c | 87 + 1 files changed, 87 insertions(+), 0 deletions(-) diff --git a/arch

[PATCH 14/24] davinci: dm365: EMAC support for SoC and dm365 EVM

2009-07-17 Thread Kevin Hilman
From: Sandeep Paulraj s-paul...@ti.com The patch adds Support for EMAC in the DM365 SOC and the DM365 EVM board. Signed-off-by: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/board-dm365-evm.c | 66

[PATCH 12/24] davinci: Adding DM365 entries to Makefile/Kconfig/defconfig

2009-07-17 Thread Kevin Hilman
From: Sandeep Paulraj s-paul...@ti.com This patch does the following 1) Adds entries to davinci_all_defconfig for DM365 2) Adds entries to the Makefile for DM365 3) Adds entries for DM365 in the Kconfig Signed-off-by: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Kevin Hilman khil

[PATCH 13/24] davinci: dm365: add mux entries for EDMA, RTC, EMAC, keypad.

2009-07-17 Thread Kevin Hilman
From: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/dm365.c| 13 + arch/arm/mach-davinci/include/mach/mux.h |5 + 2 files changed, 18 insertions

[PATCH 21/24] davinci: da8xx: Add support for DA830/OMAP-L137 EVM board

2009-07-17 Thread Kevin Hilman
. Additional generalizations for future SoCs in da8xx family done by Sudhakar Rajashekhara and Sekhar Nori. Signed-off-by: Steve Chen sc...@mvista.com Signed-off-by: Mark A. Greer mgr...@mvista.com Cc: Sudhakar Rajashekhara sudhakar@ti.com Cc: Sekhar Nori nsek...@ti.com Signed-off-by: Kevin Hilman

[PATCH 18/24] davinci: dm365: add NAND support to EVM board

2009-07-17 Thread Kevin Hilman
From: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/board-dm365-evm.c | 84 +++ 1 files changed, 84 insertions(+), 0 deletions(-) diff --git a/arch

[PATCH 17/24] davinci: MMC/SD Support for dm365 EVM

2009-07-17 Thread Kevin Hilman
From: Sandeep Paulraj s-paul...@ti.com Patch adds support for MMC/SD in the DM365 EVM. Pinmux for MMC/SD slot 1 on the DM365 EVM is also configured. Signed-off-by: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/board-dm365

[PATCH 19/24] davinci: dm365 evm cpld support: leds, card detect, other setup

2009-07-17 Thread Kevin Hilman
Brownell dbrown...@users.sourceforge.net Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/board-dm365-evm.c | 263 +-- 1 files changed, 253 insertions(+), 10 deletions(-) diff --git a/arch/arm/mach-davinci/board-dm365-evm.c b/arch/arm/mach

[PATCH 22/24] davinci: DM365 Updating PINMUX Entries

2009-07-17 Thread Kevin Hilman
From: Sandeep Paulraj s-paul...@ti.com Patch updates DM365 PINMUX by adding entries for Video, SPI 1 - 4, PWM 0 - 3. Signed-off-by: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/dm365.c| 51

[PATCH 01/17] davinci: Kconfig: update default config for 2.6.31-rc

2009-07-17 Thread Kevin Hilman
Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/configs/davinci_all_defconfig | 152 ++-- 1 files changed, 65 insertions(+), 87 deletions(-) diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index

[PATCH 23/24] davinci: dm365 gpio irq support

2009-07-17 Thread Kevin Hilman
available). Signed-off-by: David Brownell dbrown...@users.sourceforge.net Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/dm365.c |3 +- arch/arm/mach-davinci/gpio.c| 105 +-- arch/arm/mach-davinci/include

[PATCH 24/24] davinci: ASoC: Add the platform devices for ASP

2009-07-17 Thread Kevin Hilman
to board specific files. Signed-off-by: Naresh Medisetty nar...@ti.com Signed-off-by: Chaithrika U S chaithr...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/board-dm355-evm.c |7 +++ arch/arm/mach-davinci/board-dm644x-evm.c|5 ++ arch/arm

[PATCH 00/17] davinci: updates for 2.6.32: changeset 2

2009-07-17 Thread Kevin Hilman
: Move IO device mapping macros from io.h to hardware.h davinci: dm646x: Add IDE setup davinci: dm646x-evm: Add support for IDE Kevin Hilman (5): davinci: Kconfig: update default config for 2.6.31-rc davinci: da830: updates for mach-type name change davinci: Kconfig: update default defconfig

[PATCH 06/17] davinci: dm646x: Add IDE setup

2009-07-17 Thread Kevin Hilman
in palm_bk3710.c to UDMA4, while for 729MHz device, it is UDMA5. Signed-off-by: Hemant Pedanekar hema...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/dm646x.c | 32 +++ arch/arm/mach-davinci/include/mach/dm646x.h

[PATCH 02/17] davinci: dm646x: Add clock info and update mux setup for ATA

2009-07-17 Thread Kevin Hilman
From: Hemant Pedanekar hema...@ti.com This patch adds clock data for IDE and also updates pin mux mask for ATA so as to disable PCI when ATA is selected. Signed-off-by: Hemant Pedanekar hema...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/dm646x.c

[PATCH 05/17] davinci: make arch_idle and arch_reset as inline functions

2009-07-17 Thread Kevin Hilman
tested on OMAP-L138 EVM Signed-off-by: Sekhar Nori nsek...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/include/mach/system.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-davinci/include/mach/system.h b/arch

[PATCH 03/17] davinci: Move IO device mapping macros from io.h to hardware.h

2009-07-17 Thread Kevin Hilman
into compressed vmlinux. Signed-off-by: Hemant Pedanekar hema...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/include/mach/hardware.h | 17 + arch/arm/mach-davinci/include/mach/io.h | 23 ++- arch/arm/mach-davinci

[PATCH 04/17] davinci: da830: updates for mach-type name change

2009-07-17 Thread Kevin Hilman
Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/board-da830-evm.c |2 +- arch/arm/mach-davinci/include/mach/debug-macro.S |2 +- arch/arm/mach-davinci/include/mach/uncompress.h |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff

[PATCH 11/17] davinci: Add base DA850/OMAP-L138 SoC support

2009-07-17 Thread Kevin Hilman
://focus.ti.com/docs/prod/folders/print/omap-l138.html. Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/Kconfig|5 + arch/arm/mach-davinci/Makefile |1 + arch/arm/mach

[PATCH 07/17] davinci: Move the da830/omap-l137 #defines to header file

2009-07-17 Thread Kevin Hilman
-by: Sudhakar Rajashekhara sudhakar@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/da830.c | 22 +++--- arch/arm/mach-davinci/include/mach/da8xx.h |8 2 files changed, 15 insertions(+), 15 deletions(-) diff

[PATCH 10/17] davinci:DM646x: pass correct MUSB IRQs

2009-07-17 Thread Kevin Hilman
...@ru.mvista.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/usb.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-davinci/usb.c b/arch/arm/mach-davinci/usb.c index abedb63..06f5593 100644 --- a/arch/arm/mach-davinci

[PATCH 08/17] davinci: Pass proper EDMA CC interrupt number for DA830/OMAP-L137

2009-07-17 Thread Kevin Hilman
Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/devices-da8xx.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-davinci/devices-da8xx.c b/arch/arm/mach-davinci/devices-da8xx.c index c367055..11c0971 100644 --- a/arch/arm

[PATCH 09/17] davinci: Rearrange the da830/omap-l137 macros and functions

2009-07-17 Thread Kevin Hilman
-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/board-da830-evm.c|4 +- arch/arm/mach-davinci/da830.c | 35 arch/arm/mach-davinci/include/mach/da8xx.h | 23 +- arch/arm/mach-davinci/mux.c| 14

[PATCH 17/17] davinci: Kconfig: add dm646x ASoC support

2009-07-17 Thread Kevin Hilman
--- arch/arm/configs/davinci_all_defconfig |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index 5aec768..ddffe39 100644 --- a/arch/arm/configs/davinci_all_defconfig +++

[PATCH 14/17] davinci: Kconfig: update default defconfig

2009-07-17 Thread Kevin Hilman
Updated default defconfig after da850 merge and 2.6.31-rc3 update. Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/configs/davinci_all_defconfig | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/arch/arm/configs/davinci_all_defconfig b

[PATCH 13/17] davinci: Add EMAC support for da850/omap-l138

2009-07-17 Thread Kevin Hilman
on the DA850/OMAP-L138 base board and Phy supporting RMII is present on the UI card. This patch adds support only for the MII Phy. Support for RMII Phy will be added later. Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm

[PATCH 12/17] davinci: Add support for DA850/OMAP-L138 EVM board

2009-07-17 Thread Kevin Hilman
has been boot tested on DA850/OMAP-L138 EVM using ramdisk as filesystem. Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/configs/da850_omapl138_defconfig| 1229 ++ arch/arm/mach-davinci/Kconfig

[PATCH 16/17] davinci: audio clocks: use struct device instead of clock names

2009-07-17 Thread Kevin Hilman
There is no need to pass clock name strings in platform_data. Instead, setup clkdev nodes to have correct ASoC device names. Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/board-dm355-evm.c |4 +--- arch/arm/mach-davinci/board-dm644x-evm.c |4

[PATCH 15/17] davinci: dm646x-evm: Add support for IDE

2009-07-17 Thread Kevin Hilman
From: Hemant Pedanekar hema...@ti.com Controls ATA_RSTn and ATA_PWD through CPLD register 0 to enable ATA. An I2C driver is added for the same. Calls ide init if enabled in configuration. Signed-off-by: Hemant Pedanekar hema...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com

Re: [PATCH] davinci: Rearrange the da830/omap-l137 macros and functions

2009-07-16 Thread Kevin Hilman
Sudhakar Rajashekhara sudhakar@ti.com writes: Rearrange the PINMUX macros and pinmux_setup function which are common between da830/omap-l137 and da850/omap-l138. Also, replace the da830 string in function names to da8xx. Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com Thanks,

Re: [PATCH] davinci: audio clocks: use struct device instead of clock names

2009-07-16 Thread Kevin Hilman
Mark Brown broo...@sirena.org.uk writes: On Wed, Jul 15, 2009 at 02:39:56PM -0700, Kevin Hilman wrote: If Mark is OK with the ASoC patch and merges it, I'll push this one to Davinci git and then merge his for-2.6.32 branch so we'll have working ASoC in davinci git master. Yes, the ASoC

Re: [PATCH 2/6] Davinci: DM365: Adding support for SPI in DM365 SOC

2009-07-16 Thread Kevin Hilman
s-paul...@ti.com writes: From: Sandeep Paulraj s-paul...@ti.com The patch adds support for SPI in DM365 SOC. Signed-off-by: Sandeep Paulraj s-paul...@ti.com [...] +void __init dm365_init_spi0(unsigned chipselect_mask, + struct spi_board_info *info, unsigned len) +{ +

Re: [PATCH 2/6] Davinci: DM365: Adding support for SPI in DM365 SOC

2009-07-16 Thread Kevin Hilman
Paulraj, Sandeep s-paul...@ti.com writes: -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, July 16, 2009 10:59 AM To: Paulraj, Sandeep Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: [PATCH 2/6] Davinci: DM365: Adding support

Re: [PATCH] DM646x: pass correct MUSB IRQs (take 3)

2009-07-16 Thread Kevin Hilman
Sergei Shtylyov sshtyl...@ru.mvista.com writes: DM646x has MUSB connected to IRQs 13 and 14 (unlike IRQ12 on other platforms), so pass the correct IRQ resources with the platform device. Signed-off-by: Dmitry Krivoschekov dkrivosche...@ru.mvista.com Signed-off-by: Sergei Shtylyov

davinci git updated to v2.6.31-rc3

2009-07-16 Thread Kevin Hilman
FYI... I merged v2.6.31-rc3 into master branch of davinci git. Boot tested davinci_all_defconfig on dm6446, dm355 and dm6467 EVMs. Kevin ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com

Re: [PATCH 3/3] ASoC: davinci: clock pointers instead of clock names

2009-07-15 Thread Kevin Hilman
Mark Brown broo...@opensource.wolfsonmicro.com writes: On Mon, Jul 13, 2009 at 04:10:21PM -0700, Kevin Hilman wrote: Mark Brown broo...@opensource.wolfsonmicro.com writes: The other option is that the clocks are associated with the DAI device for the platform device for the DAI

[PATCH] davinci: audio clocks: use struct device instead of clock names

2009-07-15 Thread Kevin Hilman
There is no need to pass clock name strings in platform_data. Instead, setup clkdev nodes to have correct ASoC device names. Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- Applies on DaVinci git master. arch/arm/mach-davinci/board-dm355-evm.c |4 +--- arch/arm/mach-davinci

[PATCH] ASoC: davinci: don't use clock names

2009-07-15 Thread Kevin Hilman
clock name strings are no longer passed on platform_data. Instead, we rely entirely on struct device and clkdev to find the right clock. Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- Applies on Mark Brown's for-2.6.32 branch. sound/soc/davinci/davinci-i2s.c |2 +- sound/soc

Re: [PATCH 6/6] DaVinci: Adding SPI driver for DM3xx/DM6467/DA8xx

2009-07-15 Thread Kevin Hilman
David Brownell davi...@pacbell.net writes: On Tuesday 14 July 2009, Paulraj, Sandeep wrote: David, Thanks for the patch. I'll trying to send updates ASAP. I have just a few questions though. IS it OK if I continue to use DAVINCI_ in my #defines. It's OK. You're maintaining it, not

Re: [PATCH] davinci: audio clocks: use struct device instead of clock names

2009-07-15 Thread Kevin Hilman
...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of Kevin Hilman Sent: Wednesday, July 15, 2009 1:41 PM To: davinci-linux-open-source@linux.davincidsp.com Cc: Mark Brown Subject: [PATCH] davinci: audio clocks: use struct device instead of clock names

Re: [PATCH v2 2/2] davinci: dm646x-evm: Add support for IDE

2009-07-15 Thread Kevin Hilman
Hemant Pedanekar hema...@ti.com writes: Controls ATA_RSTn and ATA_PWD through CPLD register 0 to enable ATA. An I2C driver is added for the same. Calls ide init if enabled in configuration. Signed-off-by: Hemant Pedanekar hema...@ti.com --- arch/arm/mach-davinci/board-dm646x-evm.c | 69

Re: [PATCH] davinci: make arch_idle and arch_reset as inline functions

2009-07-15 Thread Kevin Hilman
Sekhar Nori nsek...@ti.com writes: Make arch_idle and arch_reset inline as inline function. Not having them inline leads to a warning of this sort when only one of these functions is used: arch/arm/mach-davinci/include/mach/system.h:24: warning: 'arch_reset' \ defined but not used boot,

Re: [PATCH v2 1/2] davinci: dm646x: Add IDE setup

2009-07-15 Thread Kevin Hilman
Hemant Pedanekar hema...@ti.com writes: This patch adds platform data and init function for IDE which could be called from board specific file to register IDE device. Note that for 594MHz device the transfer mode is limited to UDMA4 since ideclk rate is less than 100 MHz, which forces

Re: [PATCH] davinci: Move the da830/omap-l137 #defines to header file

2009-07-15 Thread Kevin Hilman
Sudhakar Rajashekhara sudhakar@ti.com writes: From: Rajashekhara, Sudhakar sudhakar@ti.com With the introduction of TI da850/omap-l138, some of the macros defined for da830/omap-l137 will be needed in da850 source file. So, move the common macros to da8xx.h header file. Also,

Re: [PATCH] davinci: Pass proper EDMA CC interrupt number for DA830/OMAP-L137

2009-07-15 Thread Kevin Hilman
Sudhakar Rajashekhara sudhakar@ti.com writes: In EDMA resource structure, instead of passing EDMA CC interrupt, EDMA TC error interrupt number is being passed. Before the patch: r...@arago:~# cat /proc/interrupts CPU0 12: 0 cp_intc edma_error

Re: [PATCH 07/26] davinci: dm646x: Adds McASP clock

2009-07-13 Thread Kevin Hilman
Narnakaje, Snehaprabha nsnehapra...@ti.com writes: Did you happen to test Audio on DM6446 with the latest on linux-davinci tree? For the same clock name issue Arun is running into on DM355, the codecs are not getting detected on DM6446. Advanced Linux Sound Architecture Driver Version

Re: [PATCH 07/26] davinci: dm646x: Adds McASP clock

2009-07-13 Thread Kevin Hilman
Kevin Hilman khil...@deeprootsystems.com writes: Narnakaje, Snehaprabha nsnehapra...@ti.com writes: Did you happen to test Audio on DM6446 with the latest on linux-davinci tree? For the same clock name issue Arun is running into on DM355, the codecs are not getting detected on DM6446

Re: [PATCH 07/26] davinci: dm646x: Adds McASP clock

2009-07-13 Thread Kevin Hilman
Mark Brown broo...@opensource.wolfsonmicro.com writes: On Mon, Jul 13, 2009 at 09:49:10AM -0700, Kevin Hilman wrote: Kevin Hilman khil...@deeprootsystems.com writes: @@ -34,6 +34,7 @@ struct snd_soc_dai dit_stub_dai = { .formats= STUB_FORMATS

Re: [PATCH 07/26] davinci: dm646x: Adds McASP clock

2009-07-13 Thread Kevin Hilman
-off-by: Kevin Hilman khil...@deeprootsystems.com diff --git a/arch/arm/mach-davinci/board-dm355-evm.c b/arch/arm/mach-davinci/board-dm355-evm.c index 5ac2f56..78a9604 100644 --- a/arch/arm/mach-davinci/board-dm355-evm.c +++ b/arch/arm/mach-davinci/board-dm355-evm.c @@ -118,6 +118,10

[PATCH] davinci: ASoC: pass clock instead of clock name

2009-07-13 Thread Kevin Hilman
Clock name strings should not be passed along to drivers. Rather, let platform code get the correct clock for the platform, and pass it along to ASoC via platform data. Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- Applies to current DaVinci git. arch/arm/mach-davinci/board-dm355

[PATCH 3/3] ASoC: davinci: clock pointers instead of clock names

2009-07-13 Thread Kevin Hilman
Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- sound/soc/davinci/davinci-i2s.c |2 +- sound/soc/davinci/davinci-mcasp.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/davinci/davinci-i2s.c b/sound/soc/davinci/davinci-i2s.c index f7330e1

[PATCH 2/3] ASoC: spdif: set module licence to GPL

2009-07-13 Thread Kevin Hilman
Without MODULE_LICENCE(GPL), when built as a module it will fail to load because it uses other GPL symbols from kernel. Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- sound/soc/codecs/spdif_transciever.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sound

[PATCH 1/3] ASoC: spdif codec: enable use by modules

2009-07-13 Thread Kevin Hilman
--- sound/soc/codecs/spdif_transciever.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sound/soc/codecs/spdif_transciever.c b/sound/soc/codecs/spdif_transciever.c index 218b33a..ca9e997 100644 --- a/sound/soc/codecs/spdif_transciever.c +++

Re: [PATCH 07/26] davinci: dm646x: Adds McASP clock

2009-07-13 Thread Kevin Hilman
Troy Kisky troy.ki...@boundarydevices.com writes: Kevin Hilman wrote: Well, it's not actually this patch that started the problem, it was the platform_data updates where clock names were added as part of the new platform_data struct shared between platform code and ASoC. My original

Re: [PATCH 3/3] ASoC: davinci: clock pointers instead of clock names

2009-07-13 Thread Kevin Hilman
oops, sent the wrong version of this patch. Here's the right one, with clk_put() removed also. Kevin From 40714ce314529bfc695087bc1b8b7d13794e088d Mon Sep 17 00:00:00 2001 From: Kevin Hilman khil...@deeprootsystems.com Date: Mon, 13 Jul 2009 14:28:37 -0700 Subject: [PATCH 3/3] ASoC: davinci

Re: [PATCH 3/3] ASoC: davinci: clock pointers instead of clock names

2009-07-13 Thread Kevin Hilman
Mark Brown broo...@opensource.wolfsonmicro.com writes: On Mon, Jul 13, 2009 at 02:50:41PM -0700, Kevin Hilman wrote: -dev-clk = clk_get(pdev-dev, pdata-clk_name); +dev-clk = pdata-clk; I've applied the first two but as I said in response to your previous mail this doesn't seem like

Re: [PATCH 07/26] davinci: dm646x: Adds McASP clock

2009-07-13 Thread Kevin Hilman
Russell King - ARM Linux li...@arm.linux.org.uk writes: On Mon, Jul 13, 2009 at 02:27:01PM -0700, Kevin Hilman wrote: Well, it's not actually this patch that started the problem, it was the platform_data updates where clock names were added as part of the new platform_data struct shared

Re: [PATCH 3/3] ASoC: davinci: clock pointers instead of clock names

2009-07-13 Thread Kevin Hilman
Mark Brown broo...@opensource.wolfsonmicro.com writes: On Mon, Jul 13, 2009 at 03:12:09PM -0700, Kevin Hilman wrote: There are two solutions to this. No, there's at least three. 1) this proposal 2) go back to the original one where we used: dev-clk = clk_get(pdev-dev, NULL

Re: [PATCH/RFT 2/2] davinci: da830: updates for mach-type name change

2009-07-09 Thread Kevin Hilman
Sergei Shtylyov sshtyl...@ru.mvista.com writes: Hello. Kevin Hilman wrote: Signed-off-by: Kevin Hilman khil...@deeprootsystems.com [...] diff --git a/arch/arm/mach-davinci/include/mach/debug-macro.S b/arch/arm/mach-davinci/include/mach/debug-macro.S index 69837a6..642f000 100644

[PATCH/RFT v2 2/2] davinci: da830: updates for mach-type name change

2009-07-09 Thread Kevin Hilman
Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/board-da830-evm.c |2 +- arch/arm/mach-davinci/include/mach/debug-macro.S |2 +- arch/arm/mach-davinci/include/mach/uncompress.h |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff

[PATCH/RFT v2 0/2] da830 mach-type changes need testing

2009-07-09 Thread Kevin Hilman
Can someone with a da830 verify things still work with this series on top of current DaVinci git master. Updates since v1: - from Sergei: debug uart is board-specific, not SoC-specific Kevin Hilman (1): davinci: da830: updates for mach-type name change Steve Chen (1): Change machine type

Re: [PATCH/RFT 2/2] davinci: da830: updates for mach-type name change

2009-07-09 Thread Kevin Hilman
Mark A. Greer mgr...@mvista.com writes: On Thu, Jul 09, 2009 at 07:44:34AM -0700, Kevin Hilman wrote: Sergei Shtylyov sshtyl...@ru.mvista.com writes: Hello. Kevin Hilman wrote: Signed-off-by: Kevin Hilman khil...@deeprootsystems.com [...] diff --git a/arch/arm/mach

Re: [PATCH 02/26] davinci: EDMA: restructure to support multiple channel controllers

2009-07-09 Thread Kevin Hilman
Kevin Hilman khil...@deeprootsystems.com writes: Russell King - ARM Linux li...@arm.linux.org.uk writes: On Mon, Jul 06, 2009 at 02:14:36PM -0700, Kevin Hilman wrote: From: Sudhakar Rajashekhara sudhakar@ti.com Define a structure to store EDMA channel controller based information. Use

Re: [PATCH/RFT v2 0/2] da830 mach-type changes need testing

2009-07-09 Thread Kevin Hilman
Mark A. Greer mgr...@mvista.com writes: On Thu, Jul 09, 2009 at 08:00:12AM -0700, Kevin Hilman wrote: Can someone with a da830 verify things still work with this series on top of current DaVinci git master. Kevin, The master branch, 4c6684d3954df0f04fbc8f371166eab8bc71d2f0, with those two

Re: [PATCH 0/2] davinci i2c fixes for 2.6.31

2009-07-08 Thread Kevin Hilman
Ben Dooks ben-li...@fluff.org writes: On Mon, Jul 06, 2009 at 03:48:34PM -0700, Kevin Hilman wrote: Here are a couple fixes for the i2c driver on the TI DaVinci family of SoCs. These have been tested for awhile in the DaVinci git repo are needed for 2.6.31. These apply on v2.6.31-rc2

Re: [PATCH 2/2] davinci: DA850/OMAP-L138: add cpufreq support

2009-07-08 Thread Kevin Hilman
Rajashekhara, Sudhakar sudhakar@ti.com writes: On Mon, Jul 06, 2009 at 21:23:47, Sergei Shtylyov wrote: Hello. Sekhar Nori wrote: add basic cpufreq support for DA850/OMAP-L138 Currently, frequency scaling only on PLL0 is supported. No scaling of PLL1 or voltage levels as yet.

[PATCH/RFT 1/2] Change machine type from da8xx_evm to da830_evm

2009-07-08 Thread Kevin Hilman
From: Steve Chen sc...@mvista.com Change machine type from da8xx_evm to da830_evm. With introduction of DA850 SoC from TI, having a name like da8xx is confusing. Signed-off-by: Steve Chen sc...@mvista.com --- arch/arm/tools/mach-types |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

[PATCH/RFT 0/2] da830 mach-type changes need testing

2009-07-08 Thread Kevin Hilman
Can someone with a da830 verify things still work with this series on top of current DaVinci git master. Kevin Hilman (1): davinci: da830: updates for mach-type name change Steve Chen (1): Change machine type from da8xx_evm to da830_evm arch/arm/mach-davinci/board-da830-evm.c

[PATCH/RFT 2/2] davinci: da830: updates for mach-type name change

2009-07-08 Thread Kevin Hilman
Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/board-da830-evm.c |2 +- arch/arm/mach-davinci/include/mach/debug-macro.S |2 +- arch/arm/mach-davinci/include/mach/uncompress.h |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff

Re: [PATCH 2/2] davinci: Add support for DA850/OMAP-L138 EVM board

2009-07-08 Thread Kevin Hilman
Rajashekhara, Sudhakar sudhakar@ti.com writes: On Tue, Jul 07, 2009 at 21:32:44, Kevin Hilman wrote: Steve Chen sc...@mvista.com writes: On Tue, 2009-07-07 at 07:36 -0700, Kevin Hilman wrote: Steve can you rename the board name in RMK's machine registry from davinci_da8xx_evm

Re: [PATCH 0/2] davinci i2c fixes for 2.6.31

2009-07-08 Thread Kevin Hilman
Murali, Karicheri, Muralidharan m-kariche...@ti.com writes: When we do a video loopback with MT9T031, we get i2c timeouts when application is killed using Cntrl C. Is it being addressed in any of the patches? I don't know, as I have never seen that particular issue. This series contains

Re: [PATCH] ARM: DaVinci: Pass proper EDMA platform data information

2009-07-08 Thread Kevin Hilman
Rajashekhara, Sudhakar sudhakar@ti.com writes: Currently on da830/omapl137 EDMA fails to get initialized because EDMA channel controller name is being passed wrongly. This is preventing a kernel crash which could happen as the queue_tc_mapping and queue_priority_mapping are not

Re: [PATCH] davinci: Move IO device mapping macros from io.h to hardware.h

2009-07-08 Thread Kevin Hilman
Hemant Pedanekar hema...@ti.com writes: This patch takes out IO mapping macros from mach/io.h and puts them in mach/hardware.h avoiding need to include mach/io.h in various files such as serial.h, vmalloc.h etc. This looks fine, pushing today. Kevin The main reason to avoid inclusion of

Re: [PATCH] davinci: dm646x: Add clock info and update mux setup for ATA

2009-07-08 Thread Kevin Hilman
Hemant Pedanekar hema...@ti.com writes: This patch adds clock data for IDE and also updates pin mux mask for ATA so as to disable PCI when ATA is selected. Signed-off-by: Hemant Pedanekar hema...@ti.com Thanks, pushing today. Kevin --- arch/arm/mach-davinci/dm646x.c | 10 +-

Re: [PATCH 2/2] davinci: Add support for DA850/OMAP-L138 EVM board

2009-07-07 Thread Kevin Hilman
Rajashekhara, Sudhakar sudhakar@ti.com writes: On Tue, Jul 07, 2009 at 00:02:00, Kevin Hilman wrote: Rajashekhara, Sudhakar sudhakar@ti.com writes: On Wed, Jul 01, 2009 at 23:24:21, Kevin Hilman wrote: Rajashekhara, Sudhakar sudhakar@ti.com writes: This patch also fixes

Re: [PATCH 2/2] davinci: Add support for DA850/OMAP-L138 EVM board

2009-07-07 Thread Kevin Hilman
Steve Chen sc...@mvista.com writes: On Tue, 2009-07-07 at 07:36 -0700, Kevin Hilman wrote: Steve can you rename the board name in RMK's machine registry from davinci_da8xx_evm to davinci_da830_evm. Done, Hmm, the names changed, but the Kconfig macro didn't change: http

Re: [PATCH 02/26] davinci: EDMA: restructure to support multiple channel controllers

2009-07-07 Thread Kevin Hilman
Russell King - ARM Linux li...@arm.linux.org.uk writes: On Mon, Jul 06, 2009 at 02:14:36PM -0700, Kevin Hilman wrote: From: Sudhakar Rajashekhara sudhakar@ti.com Define a structure to store EDMA channel controller based information. Use platform_device.id to find out the instance being

Re: [PATCH] davinci: dm646x-evm: Add platform and resource data and cpld setup for IDE

2009-07-07 Thread Kevin Hilman
Sergei Shtylyov sshtyl...@ru.mvista.com writes: Hello. Hemant Pedanekar wrote: This patch depends on Add clock info and update mux setup for ATA patch submitted earlier. An I2C driver is added for controlling the CPLD register 0, which drives ATA_RSTn and ATA_PWD. Signed-off-by: Hemant

Re: [PATCH 2/2] davinci: Add support for DA850/OMAP-L138 EVM board

2009-07-06 Thread Kevin Hilman
Rajashekhara, Sudhakar sudhakar@ti.com writes: On Wed, Jul 01, 2009 at 23:24:21, Kevin Hilman wrote: Rajashekhara, Sudhakar sudhakar@ti.com writes: This patch also fixes broken CONFIG_DEBUG_LL support on DA830/OMAP-L137 EVM caused by my previous patch. hmm... diff --git

[PATCH 03/26] davinci: EDMA: interface changes visible to EDMA clients

2009-07-06 Thread Kevin Hilman
Brownell dbrown...@users.sourceforge.net Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/devices.c |8 +- arch/arm/mach-davinci/dma.c | 530 +++-- arch/arm/mach-davinci/include/mach/edma.h |6 +- 3 files changed

[PATCH 00/26] davinci: updates for next merge window

2009-07-06 Thread Kevin Hilman
irq support David Griego (1): davinci: Fix watchdog reset code Kevin Hilman (3): MAINTAINERS: add entry for TI DaVinci machine support davinci: Kconfig: enable EVMs by default when SoCs are enabled davinci: remove watchdog from soc_info Mark A. Greer (2): davinci: da8xx: Add base DA830

[PATCH 06/26] davinci: EDMA minor cleanup

2009-07-06 Thread Kevin Hilman
...@users.sourceforge.net Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/dma.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-davinci/dma.c b/arch/arm/mach-davinci/dma.c index 1c60de6..c9c1a93 100644 --- a/arch/arm/mach-davinci/dma.c

[PATCH 04/26] davinci: EDMA: Move queue related mappings to dmsoc.c

2009-07-06 Thread Kevin Hilman
that the machine_is_* testing will be avoided. Signed-off-by: Naresh Medisetty nar...@ti.com Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/dm355.c | 30 ++ arch/arm/mach-davinci/dm644x.c

[PATCH 05/26] davinci: EDMA: add support for dm646x

2009-07-06 Thread Kevin Hilman
@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/dm646x.c | 40 arch/arm/mach-davinci/dma.c| 25 + 2 files changed, 65 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach

[PATCH 11/26] davinci: sram warning fix

2009-07-06 Thread Kevin Hilman
-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/sram.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-davinci/sram.c b/arch/arm/mach-davinci/sram.c index db54b2a..4f1fc9b 100644 --- a/arch/arm/mach-davinci/sram.c +++ b/arch/arm/mach

[PATCH 07/26] davinci: dm646x: Adds McASP clock

2009-07-06 Thread Kevin Hilman
From: Chaithrika U S chaithr...@ti.com Adds McASP clock support for the two instances of mcasp (mcasp0,mcasp1). This patch is part of the audio support for dm646x series. Signed-off-by: Naresh Medisetty nar...@ti.com Signed-off-by: Chaithrika U S chaithr...@ti.com Signed-off-by: Kevin Hilman

[PATCH 08/26] davinci: Fix watchdog reset code

2009-07-06 Thread Kevin Hilman
will be write-protected. Signed-off-by: David Griego dgri...@mvista.com Signed-off-by: Mark A. Greer mgr...@mvista.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/time.c | 10 +++--- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/arch/arm/mach

[PATCH 09/26] davinci: dm644x: Support for dm644x silicon revision 2.1

2009-07-06 Thread Kevin Hilman
Rajashekhara sudhakar@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/dm644x.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-davinci/dm644x.c b/arch/arm/mach-davinci/dm644x.c index a2f83af..1b3aec8 100644

[PATCH 15/26] davinci: Adding DM365 entries to Makefile/Kconfig/defconfig

2009-07-06 Thread Kevin Hilman
From: Sandeep Paulraj s-paul...@ti.com This patch does the following 1) Adds entries to davinci_all_defconfig for DM365 2) Adds entries to the Makefile for DM365 3) Adds entries for DM365 in the Kconfig Signed-off-by: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Kevin Hilman khil

[PATCH 12/26] davinci: remove watchdog from soc_info

2009-07-06 Thread Kevin Hilman
watchdog info is not needed in soc_info, platform_device can be used directly in core code. Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/devices.c |7 ++- arch/arm/mach-davinci/dm355.c |1 - arch/arm/mach-davinci/dm644x.c

[PATCH 21/26] davinci: dm365: add NAND support to EVM board

2009-07-06 Thread Kevin Hilman
From: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/board-dm365-evm.c | 84 +++ 1 files changed, 84 insertions(+), 0 deletions(-) diff --git a/arch

[PATCH 17/26] davinci: dm365: EMAC support for SoC and dm365 EVM

2009-07-06 Thread Kevin Hilman
From: Sandeep Paulraj s-paul...@ti.com The patch adds Support for EMAC in the DM365 SOC and the DM365 EVM board. Signed-off-by: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/board-dm365-evm.c | 66

[PATCH 19/26] davinci: dm365: add MMC/SD support

2009-07-06 Thread Kevin Hilman
From: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/devices.c | 45 ++ 1 files changed, 31 insertions(+), 14 deletions(-) diff --git a/arch

[PATCH 20/26] davinci: MMC/SD Support for dm365 EVM

2009-07-06 Thread Kevin Hilman
From: Sandeep Paulraj s-paul...@ti.com Patch adds support for MMC/SD in the DM365 EVM. Pinmux for MMC/SD slot 1 on the DM365 EVM is also configured. Signed-off-by: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/board-dm365

[PATCH 22/26] davinci: dm365 evm cpld support: leds, card detect, other setup

2009-07-06 Thread Kevin Hilman
Brownell dbrown...@users.sourceforge.net Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-davinci/board-dm365-evm.c | 263 +-- 1 files changed, 253 insertions(+), 10 deletions(-) diff --git a/arch/arm/mach-davinci/board-dm365-evm.c b/arch/arm/mach

<    4   5   6   7   8   9   10   11   12   13   >