[PATCH 0/2] ARM: DaVinci: EMAC: RMII speed mask addition, interrupt mask changes

2009-03-17 Thread Chaithrika U S
EMAC driver changes to manipulate RMII spped mask , correct the interrupt mask for DM644x Signed-off-by: Chaithrika U S This patch set has two patches: Patch 1: RMII speed mask manipulation Patch 2: Fix interrupt mask - mask value to check only used channel These patches are dependent on the

[PATCH 2/2] ARM: DaVinci: EMAC: Interrupt mask fix

2009-03-17 Thread Chaithrika U S
Set the trasnmit and receive interrupt masks for the used channels only. Currently, the EMAC uses only channel 0. Set the interrupt masks accordingly. Signed-off-by: Chaithrika U S --- drivers/net/davinci_emac.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a

[PATCH 1/2] ARM: DaVinci: EMAC: RMII bit manipulation

2009-03-17 Thread Chaithrika U S
Adding RMII support to EMAC driver EMAC on OMAP-L137 supports RMII and on enabling this the RMIISPEED MASK has to be set/cleared for 100/10 Mbps operation respectively. A member has been added to the EMAC platform data to indicate the type of interface. Signed-off-by: Chaithrika U S --- arch

[PATCH] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-03-19 Thread Chaithrika U S
-off-by: Chaithrika U S --- arch/arm/mach-davinci/board-dm646x-evm.c| 107 +++ arch/arm/mach-davinci/dm646x.c | 101 + arch/arm/mach-davinci/include/mach/dm646x.h |9 ++ arch/arm/mach-davinci/include/mach/mux.h| 17 4

[PATCH v2 0/2] ARM: DaVinci: EMAC: RMII speed mask addition, interrupt mask changes

2009-03-20 Thread Chaithrika U S
EMAC driver changes to manipulate RMII spped mask , correct the interrupt mask for DM644x Signed-off-by: Chaithrika U S This patch set has two patches: Patch 1: RMII speed mask manipulation Patch 2: Fix interrupt mask - mask value to check only used channel These patches are dependent on the

[PATCH v2 2/2] ARM: DaVinci: EMAC: Interrupt mask fix

2009-03-20 Thread Chaithrika U S
Set the trasnmit and receive interrupt masks for the used channels only. Currently, the EMAC uses only channel 0. Set the interrupt masks accordingly. Signed-off-by: Chaithrika U S --- drivers/net/davinci_emac.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a

[PATCH v2 1/2] ARM: DaVinci: EMAC: RMII bit manipulation

2009-03-20 Thread Chaithrika U S
. Signed-off-by: Chaithrika U S --- arch/arm/mach-davinci/include/mach/emac.h |1 + drivers/net/davinci_emac.c| 10 +- 2 files changed, 10 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-davinci/include/mach/emac.h b/arch/arm/mach-davinci/include/mach/emac.h

[PATCH] ARM: DaVinci: EMAC: Remove cpu_is_xxx() macros

2009-03-20 Thread Chaithrika U S
on TI DM644x and DM646x EVMs. Signed-off-by: Chaithrika U S --- arch/arm/mach-davinci/dm644x.c|1 + arch/arm/mach-davinci/dm646x.c|1 + arch/arm/mach-davinci/include/mach/emac.h |5 + drivers/net/davinci_emac.c| 15 +++ 4 files

[PATCH] ARM: DaVinci: DM646x Video: Clock and Pin Mux definitions

2009-03-23 Thread Chaithrika U S
Clock and Pin Mux definitions for video on DM646x SoC Add clock defintions and pin mux definitions for Video Port Interface(VPIF). Signed-off-by: Chaithrika U S --- arch/arm/mach-davinci/dm646x.c | 38 ++ arch/arm/mach-davinci/include/mach/mux.h | 17

[PATCH] v4l2-subdev: THS7303 video amplifier driver

2009-03-23 Thread Chaithrika U S
'Kconfig', 'Makefile', 'v4l2-chip-ident.h' files by both the patches. Signed-off-by: Chaithrika U S --- drivers/media/video/Kconfig |9 ++ drivers/media/video/Makefile|1 + drivers/media/video/ths7303.c | 158 ++

[PATCH] v4l2-subdev: ADV7343 video encoder driver

2009-03-23 Thread Chaithrika U S
Analog Devices ADV7343 video encoder driver Add ADV7343 I2C based video encoder driver. This follows the v4l2-subdev framework.This driver has been tested on TI DM646x EVM. It has been tested for Composite and Component outputs. Signed-off-by: Chaithrika U S --- drivers/media/video/Kconfig

[PATCH v2] v4l2-subdev: ADV7343 video encoder driver

2009-03-24 Thread Chaithrika U S
adv7343_channel Note: There is no mention of SECAM support in the encoder datasheet. Signed-off-by: Chaithrika U S --- drivers/media/video/Kconfig|9 + drivers/media/video/Makefile |1 + drivers/media/video/adv7343.c | 545 drivers/media

[PATCH v2] v4l2-subdev: THS7303 video amplifier driver

2009-03-24 Thread Chaithrika U S
'Kconfig', 'Makefiile', 'v4l2-chip-ident.h' files by both the patches. This updated version of the patch has incorporated the review comments. Signed-off-by: Chaithrika U S --- drivers/media/video/Kconfig |9 +++ drivers/media/video/Makefile|1 +

[PATCH v3] v4l2-subdev: ADV7343 video encoder driver

2009-03-25 Thread Chaithrika U S
incorporated. The querystd implementation has been removed. A note regarding the hardware not supporting SECAM has been added. Signed-off-by: Chaithrika U S --- drivers/media/video/Kconfig|9 + drivers/media/video/Makefile |1 + drivers/media/video/adv7343.c | 531

[PATCH 1/4] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-03-26 Thread Chaithrika U S
Mux and clock definitions for Video on DM646x. Signed-off-by: Chaithrika U S --- Applies to DaVinci GIT tree arch/arm/mach-davinci/board-dm646x-evm.c| 138 +++ arch/arm/mach-davinci/dm646x.c | 63 arch/arm/mach-davinci/include/mach/dm646x.h

[PATCH 0/4] ARM: DaVinci: DM646x Video: DM646x display driver

2009-03-26 Thread Chaithrika U S
Display driver for TI DM646x EVM Signed-off-by: Chaithrika U S This patch set has been updated with the review comments for the RFC sent earlier. These patches add the display driver support for TI DM646x EVM. This patch set has been tested for basic display functionality for Composite and

[PATCH 2/4] ARM: DaVinci: DM646x Video: VPIF driver

2009-03-26 Thread Chaithrika U S
Video Port Interface driver Add VPIF driver for DM646x. This code be used by the display and capture drivers. Signed-off-by: Chaithrika U S --- Applies to v4l-dvb repository drivers/media/video/davinci/vpif.c | 320 + drivers/media/video/davinci/vpif.h | 668

[PATCH 3/4] ARM: DaVinci: DM646x Video: Add VPIF display driver

2009-03-26 Thread Chaithrika U S
. - changed the subdev calls to subdev_call_until_err Signed-off-by: Chaithrika U S --- Applies to v4l-dvb repository drivers/media/video/davinci/vpif_display.c | 1702 drivers/media/video/davinci/vpif_display.h | 204 2 files changed, 1906 insertions(+), 0

[PATCH 4/4] ARM: DaVinci: DM646x Video: Makefile and config files modifications for Display

2009-03-26 Thread Chaithrika U S
Makefile and Kconfig changes Modifies and adds the video Makefiles and Kconfig files to support DM646x Video display device Signed-off-by: Chaithrika U S --- Applies to v4l-dvb repository drivers/media/video/Kconfig | 22 ++ drivers/media/video/Makefile

[PATCH v2 0/4] ARM: DaVinci: DM646x Video: DM646x display driver

2009-04-08 Thread Chaithrika U S
Display driver for TI DM646x EVM Signed-off-by: Manjunath Hadli Signed-off-by: Brijesh Jadav Signed-off-by: Chaithrika U S These patches add the display driver support for TI DM646x EVM. This patch set has been tested for basic display functionality for Composite and Component outputs. In

[PATCH v2 4/4] ARM: DaVinci: DM646x Video: Makefile and config files modifications for Display

2009-04-08 Thread Chaithrika U S
Makefile and Kconfig changes Modifies and adds the video Makefiles and Kconfig files to support DM646x Video display device Signed-off-by: Manjunath Hadli Signed-off-by: Brijesh Jadav Signed-off-by: Chaithrika U S --- Applies to v4l-dvb repository drivers/media/video/Kconfig | 22

[PATCH v2 1/4] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-04-08 Thread Chaithrika U S
Mux and clock definitions for Video on DM646x. Signed-off-by: Manjunath Hadli Signed-off-by: Brijesh Jadav Signed-off-by: Chaithrika U S --- Applies to DaVinci GIT tree arch/arm/mach-davinci/board-dm646x-evm.c| 138 +++ arch/arm/mach-davinci/dm646x.c

[PATCH v2 3/4] ARM: DaVinci: DM646x Video: Add VPIF display driver

2009-04-08 Thread Chaithrika U S
. - changed the subdev calls to subdev_call_until_err Signed-off-by: Manjunath Hadli Signed-off-by: Brijesh Jadav Signed-off-by: Chaithrika U S --- Applies to v4l-dvb repository drivers/media/video/davinci/vpif_display.c | 1687 drivers/media/video/davinci

[PATCH v2 2/4] ARM: DaVinci: DM646x Video: VPIF driver

2009-04-08 Thread Chaithrika U S
Video Port Interface driver Add VPIF driver for DM646x. This code be used by the display and capture drivers. Signed-off-by: Manjunath Hadli Signed-off-by: Brijesh Jadav Signed-off-by: Chaithrika U S --- Applies to v4l-dvb repository drivers/media/video/davinci/vpif.c | 252

[PATCH] ARM: DaVinci: EMAC: Fix phy_disconnect bug

2009-04-17 Thread Chaithrika U S
Fix for phy_disconnect bug Disconnect the phy device only if there is a PHY connected. If the phy_mask is zero, the phydev pointer is null, therefore check the phydevice before disconnection. Signed-off-by: Chaithrika U S --- drivers/net/davinci_emac.c |3 ++- 1 files changed, 2 insertions

[PATCH] ARM: DaVinci: EMAC: Convert to net_device_ops

2009-04-17 Thread Chaithrika U S
Use network device ops interface. Tested on TI DM646x adn DM644x EVMs. Signed-off-by: Chaithrika U S --- drivers/net/davinci_emac.c | 28 +++- 1 files changed, 15 insertions(+), 13 deletions(-) diff --git a/drivers/net/davinci_emac.c b/drivers/net/davinci_emac.c index

[PATCH v3 0/4] ARM: DaVinci: DM646x Video: DM646x display driver

2009-05-08 Thread Chaithrika U S
Display driver for TI DM646x EVM Signed-off-by: Manjunath Hadli Signed-off-by: Brijesh Jadav Signed-off-by: Chaithrika U S These patches add the display driver support for TI DM646x EVM. This patch set has been tested for basic display functionality for Composite and Component outputs. This

[PATCH v3 2/4] ARM: DaVinci: DM646x Video: VPIF driver

2009-05-08 Thread Chaithrika U S
Video Port Interface driver Add VPIF driver for DM646x. This code be used by the display and capture drivers. This version has some incorporated the review comments. Signed-off-by: Manjunath Hadli Signed-off-by: Brijesh Jadav Signed-off-by: Chaithrika U S --- Applies v4l-dvb repository

[PATCH] Subject: [PATCH v3 1/4] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-05-08 Thread Chaithrika U S
clock definitions for Video on DM646x. Signed-off-by: Manjunath Hadli Signed-off-by: Brijesh Jadav Signed-off-by: Chaithrika U S --- Applies to Davinci GIT tree arch/arm/mach-davinci/board-dm646x-evm.c| 122 +++ arch/arm/mach-davinci/dm646x.c | 63

[PATCH v3 3/4] ARM: DaVinci: DM646x Video: Add VPIF display driver

2009-05-08 Thread Chaithrika U S
vpif_get_mode_info() into vpif_get_std_info() fucntion. Signed-off-by: Manjunath Hadli Signed-off-by: Brijesh Jadav Signed-off-by: Chaithrika U S --- Applies v4l-dvb repository drivers/media/video/davinci/vpif_display.c | 1664 drivers/media/video/davinci

[PATCH v3 4/4] ARM: DaVinci: DM646x Video: Makefile and config files modifications for Display

2009-05-08 Thread Chaithrika U S
Makefile and Kconfig changes Modifies and adds the video Makefiles and Kconfig files to support DM646x Video display device Signed-off-by: Manjunath Hadli Signed-off-by: Brijesh Jadav Signed-off-by: Chaithrika U S --- Applies v4l-dvb repository drivers/media/video/Kconfig | 22

[PATCH] ASoC: Correct the resource structure assignment

2009-05-13 Thread Chaithrika U S
Assign the platform resource structures according to the EVMs used. Signed-off-by: Chaithrika U S --- sound/soc/davinci/davinci-evm.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sound/soc/davinci/davinci-evm.c b/sound/soc/davinci/davinci-evm.c index 45912b4

[PATCH v3 0/6] ARM: DaVinci: Audio support for DM646x

2009-05-28 Thread Chaithrika U S
From: Chaithrika U S Add audio support for DM646x Signed-off-by: Naresh Medisetty Signed-off-by: Chaithrika U S --- This patch set adds audio support for DM646x This updated version has included most of the review comments received for the previous version of the patch set. This series is

[PATCH v3 1/6] ARM: DaVinci: ASoC: Adds McASP clock support for TI DM646X processor

2009-05-28 Thread Chaithrika U S
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 Signed-off-by: Chaithrika U S --- This patch applies to the DaVinci git tree available at http://git.kernel.org/?p=linux/kernel/git

[PATCH v3 3/6] ARM: DaVinci: ASoC: Introduce platform driver model for dm644x, dm355

2009-05-28 Thread Chaithrika U S
Introduce the platform driver model to get platform data for dm355 and dm644x. Register platform driver and acquire the resources in the probe function Since the platform specific code had been moved from machine driver to dm.c Signed-off-by: Naresh Medisetty Signed-off-by: Chaithrika U S

[PATCH v3 2/6] ARM: DaVinci: ASoC: Add the platform devices for ASP

2009-05-28 Thread Chaithrika U S
Medisetty Signed-off-by: Chaithrika U S --- This patch applies to the DaVinci git tree available at http://git.kernel.org/?p=linux/kernel/git/khilman/linux-davinci.git arch/arm/mach-davinci/board-dm355-evm.c |5 ++ arch/arm/mach-davinci/board-dm644x-evm.c|5 ++ arch/arm/mach

[PATCH v3 6/6] ARM: DaVinci: ASoC: Add machine driver support for DM646x

2009-05-28 Thread Chaithrika U S
Signed-off-by: Chaithrika U S --- This patch applies against ALSA mainline - the topic/asoc branch of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git sound/soc/davinci/davinci-evm.c | 103 ++ 1 files changed, 49 insertions(+), 54 deletions

[PATCH v3 5/6] ARM: DaVinci: ASoC: Add mcasp support for DM646x

2009-05-28 Thread Chaithrika U S
frame syncs, and using different transmit modes with different bit-stream formats. Signed-off-by: Steve Chen Signed-off-by: Pavel Kiryukhin Signed-off-by: Naresh Medisetty Signed-off-by: Chaithrika U S --- This patch applies against ALSA mainline - the topic/asoc branch of git://git.kernel.or

[PATCH v3 4/6] ARM: DaVinci: ASoC: Add dummy codec support

2009-05-28 Thread Chaithrika U S
Signed-off-by: Chaithrika U S --- This patch applies against ALSA mainline - that's the topic/asoc branch of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git sound/soc/codecs/Kconfig |4 ++ sound/soc/codecs/Makefile|2 + sound/soc/c

[PATCH] net-next-2.6 : TI DaVinci EMAC: Remove print_mac, DECLARE_MAC_BUF

2009-06-02 Thread Chaithrika U S
Use printk format specifier for MAC address. Remove DECALRE_MAC_BUF and print_mac() usage in the driver. Signed-off-by: Chaithrika U S --- drivers/net/davinci_emac.c | 10 -- 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/net/davinci_emac.c b/drivers/net

[PATCH v4 3/4] ARM: DaVinci: ASoC: Add mcasp support for DM646x

2009-06-05 Thread Chaithrika U S
Steve Chen Signed-off-by: Pavel Kiryukhin Signed-off-by: Naresh Medisetty Signed-off-by: Chaithrika U S --- This patch applies against ALSA mainline - the topic/asoc branch of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git sound/soc/davinci/Kconfig | 13 + sound/soc/da

[PATCH v4 0/4] ARM: DaVinci: ASoC: Audio support for DM646x

2009-06-05 Thread Chaithrika U S
From: Chaithrika U S Add audio support for DM646x Signed-off-by: Naresh Medisetty Signed-off-by: Chaithrika U S --- This patch set adds audio support for DM646x This updated version has included most of the review comments received for the previous version of the patch set. Patch 1

[PATCH v4 1/4] ARM: DaVinci: ASoC: Add the platform devices for ASP

2009-06-05 Thread Chaithrika U S
Medisetty Signed-off-by: Chaithrika U S --- This patch applies to the DaVinci git tree available at http://git.kernel.org/?p=linux/kernel/git/khilman/linux-davinci.git arch/arm/mach-davinci/board-dm355-evm.c |7 +++ arch/arm/mach-davinci/board-dm644x-evm.c|5 ++ arch/arm/mach

[PATCH v4 2/4] ARM: DaVinci: ASoC: Introduce platform driver model for dm644x, dm355

2009-06-05 Thread Chaithrika U S
Introduce the platform driver model to get platform data for dm355 and dm644x. Register platform driver and acquire the resources in the probe function Since the platform specific code had been moved from machine driver to dm.c Signed-off-by: Naresh Medisetty Signed-off-by: Chaithrika U S

[PATCH v4 4/4] ARM: DaVinci: ASoC: Add machine driver support for DM646x

2009-06-05 Thread Chaithrika U S
Signed-off-by: Chaithrika U S --- This patch applies against ALSA mainline - the topic/asoc branch of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git sound/soc/davinci/davinci-evm.c | 102 ++ 1 files changed, 48 insertions(+), 54 deletions

[PATCH] TI DaVinci EMAC : Fix rmmod error

2009-06-17 Thread Chaithrika U S
clk_disable was called twice in the remove function. Correct this so that the driver module unloads without error. Signed-off-by: Chaithrika U S --- Applies to Linus' kernel tree drivers/net/davinci_emac.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/driver

[PATCH] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-06-22 Thread Chaithrika U S
clock definitions for Video on DM646x. Signed-off-by: Manjunath Hadli Signed-off-by: Brijesh Jadav Signed-off-by: Chaithrika U S --- Applies to Davinci GIT tree. This patch was previously submitted as a part of the series of patches that added display device support to DM646x. This patch has

[PATCH] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-06-22 Thread Chaithrika U S
clock definitions for Video on DM646x. Signed-off-by: Manjunath Hadli Signed-off-by: Brijesh Jadav Signed-off-by: Chaithrika U S --- Applies to Davinci GIT tree. This patch was previously submitted as a part of the series of patches that added display device support to DM646x. This patch has

[PATCH] ARM: DaVinci: DM646x Video: Fix compile time warnings for mutex locking

2009-06-22 Thread Chaithrika U S
mutex_lock_interruptible return value has to be handled properly to indicate the status to the higher layers of the kernel. Signed-off-by: Chaithrika U S --- Applies to v4l-dvb-dm646x repo maintained by Hans Verkuil at http://linuxtv.org/hg/~hverkuil/v4l-dvb-dm646x/ drivers/media/video/davinci

[PATCH]: v4l: DaVinci: DM646x: Updates to VPIF display driver

2009-07-07 Thread Chaithrika U S
Minor fixes like change in the names of the standards, remove inclusion of version.h in the header file. Signed-off-by: Chaithrika U S --- Applies to v4l-dvb repo drivers/media/video/davinci/vpif_display.c | 16 +--- drivers/media/video/davinci/vpif_display.h |1 - 2 files

[PATCH v2] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-07-07 Thread Chaithrika U S
: Chaithrika U S Signed-off-by: Kevin Hilman --- Applies to Davinci GIT tree.The current version has updates as per review comments from Russell King arch/arm/mach-davinci/board-dm646x-evm.c| 125 +++ arch/arm/mach-davinci/dm646x.c | 62

[PATCH v3] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-07-20 Thread Chaithrika U S
: Chaithrika U S Signed-off-by: Kevin Hilman --- Applies to Davinci GIT tree. Minor updates like change in structure name- subdev_info to vpif_subdev_info and correction to VDD3P3V_VID_MASK value. arch/arm/mach-davinci/board-dm646x-evm.c| 125 +++ arch/arm/mach

[PATCH] v4l: DaVinci: DM646x: Update the structure name as per header file changes

2009-07-20 Thread Chaithrika U S
In the platform header file, the subdev_info structure name has been changed to vpif_subdev_info. Update this change in the driver too. Signed-off-by: Chaithrika U S --- Applies to v4l-dvb repository. drivers/media/video/davinci/vpif_display.c |2 +- 1 files changed, 1 insertions(+), 1

[PATCH] ASoC: tlv320aic3x: Enable PLL when not bypassed

2009-07-22 Thread Chaithrika U S
not correct and hence the playback/record are faster than usual for most sample rates. The reason for this was that the PLL was not enabled when it was not bypassed. Tested on DM6467 EVM, playback tested on DM355 EVM. Signed-off-by: Chaithrika U S --- Applies to master branch of ALSA GIT tree at

[PATCH v4] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-08-04 Thread Chaithrika U S
: Chaithrika U S Signed-off-by: Kevin Hilman --- Applies to Davinci GIT tree. Minor updates like change in structure name- subdev_info to vpif_subdev_info and correction to VDD3P3V_VID_MASK value. arch/arm/mach-davinci/board-dm646x-evm.c| 125 +++ arch/arm/mach

[PATCH] ARM: DaVinci: Audio support for DA830 EVM

2009-08-06 Thread Chaithrika U S
Define resources for McASP1 used on DA830 EVM, add platform device defintion, initialization function. Additionally, this patch also adds version and FIFO related members to platform data structure. Signed-off-by: Chaithrika U S --- Applies to DaVinci GIT tree arch/arm/mach-davinci/board-da830

[PATCH 2/2] ASoC: DaVinci: Support Audio on DA830 EVM

2009-08-06 Thread Chaithrika U S
Add support for audio on DA830 EVM- here McASP1 is interfaced to TLV320AIC3106 codec. Signed-off-by: Chaithrika U S --- Applies to ALSA GIT tree on branch topic/asoc at http://git.kernel.org/?p=linux/kernel/git/tiwai/sound-2.6.git;a=shortlog; h=topic/asoc sound/soc/davinci/Kconfig

[PATCH 1/2] ASoC: DaVinci: McASP driver enhacements

2009-08-06 Thread Chaithrika U S
.The platform member has a version field which differentiates the McASP on different SoCs. The patch also adds another DAI format to the driver. Signed-off-by: Chaithrika U S --- sound/soc/davinci/davinci-mcasp.c | 113 ++-- sound/soc/davinci/davinci-mcasp.h |

[PATCH v2 1/2] ASoC: DaVinci: McASP driver enhacements

2009-08-11 Thread Chaithrika U S
FIFO configuration. The platform data has a version field which differentiates the McASP on different SoCs. Signed-off-by: Chaithrika U S --- In this version of the patch, the davinci-i2s driver changes have been done to account acnt member introduced in the dma_params structure. Also, the DAI fo

[PATCH v2 2/2] ASoC: DaVinci: Add a DAI format to McASP driver

2009-08-11 Thread Chaithrika U S
The patch adds a DAI format: Codec bit clock master and frame sync slave, to the driver. Signed-off-by: Chaithrika U S --- This patch has been separated out from the first patch of this series. In the previous version, this was part of the McASP driver FIFO support patch. Applies to ALSA GIT

[PATCH] ASoC: DaVinci: Add audio support fot DA850/OMAP-L138 EVM

2009-08-11 Thread Chaithrika U S
da8xx from da830. Signed-off-by: Chaithrika U S --- Applies to ALSA GIT tree on branch topic/asoc at http://git.kernel.org/?p=linux/kernel/git/tiwai/sound-2.6.git;a=shortlog; h=topic/asoc sound/soc/davinci/Kconfig | 13 +++-- sound/soc/davinci/Makefile |1 + sound/soc

[PATCH v2] ARM: DaVinci: Audio support for DA830 EVM

2009-08-11 Thread Chaithrika U S
Define resources for McASP1 used on DA830/OMAP-L137 EVM, add platform device defintion, initialization function. Additionally, this patch also adds version and FIFO related members to platform data structure. Signed-off-by: Chaithrika U S --- Applies to DaVinci GIT tree. In this version of the

(no subject)

2009-08-11 Thread Chaithrika U S
Define resources for McASP used on DA850/OMAP-L138 EVM, add platform device defintion and Pin Mux configurations. Signed-off-by: Chaithrika U S --- Applies on DaVinci GIT tree. This patch is dependent on the following patch which I have submitted earlier: [PATCH v2] ARM: DaVinci: Audio

[PATCH] ARM: DaVinci: Audio support for DA850/OMAP-L138 EVM

2009-08-11 Thread Chaithrika U S
Define resources for McASP used on DA850/OMAP-L138 EVM, add platform device defintion and Pin Mux configurations. Signed-off-by: Chaithrika U S --- Applies on DaVinci GIT tree. This patch is dependent on the following patch which I have submitted earlier: [PATCH v2] ARM: DaVinci: Audio

RE: ALSA on Linux Kernel v2.6.31-rc5-davinci1

2009-08-14 Thread Chaithrika U S
On Fri, Aug 14, 2009 at 15:19:56, Viral Sachde wrote: > Hi all, > > I was trying to play audio on Linux Kernel v2.6.31-rc5-davinci1. > I have enabled ALSA related following configurations: > <*> Sequencer support > <*> OSS Mixer API > <*> OSS PCM (digital audio) API > [*] OSS PCM (digita

RE: DaVinci ASoC build failures

2009-08-25 Thread Chaithrika U S
On Wed, Aug 26, 2009 at 06:02:15, Narnakaje, Snehaprabha wrote: > Kevin, > > > -Original Message- > > From: davinci-linux-open-source- > > bounces+nsnehaprabha=ti@linux.davincidsp.com [mailto:davinci-linux- > > open-source-bounces+nsnehaprabha=ti@linux.davincidsp.com] On Behalf Of

[PATCH] ARM: DaVinci: ASoC: Define AIC3x setup info

2009-08-25 Thread Chaithrika U S
The codec setup data structure has to be defined for successful probe. Signed-off-by: Chaithrika U S --- Applies to temp/asoc branch of DaVinci GIT tree. sound/soc/davinci/davinci-evm.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/sound/soc/davinci/davinci

[PATCH] ARM: DaVinci: Add or modify AIC3x I2C board info

2009-08-25 Thread Chaithrika U S
This patch includes the codec I2C board info for DM6446 EVM and DM355 EVM. Also, it corrects the codec names in DA8xx/OMAP-L1xx board files. Tested on DM6446, DM355, DM6447, DA850 EVMs. Signed-off-by: Chaithrika U S --- Applies to temp/asoc branch of DaVinci GIT tree. arch/arm/mach-davinci

RE: [PATCH] ARM: DaVinci: ASoC: Define AIC3x setup info

2009-08-26 Thread Chaithrika U S
On Wed, Aug 26, 2009 at 14:58:02, Mark Brown wrote: > On Wed, Aug 26, 2009 at 12:08:10PM -0400, Chaithrika U S wrote: > > The codec setup data structure has to be defined for > > successful probe. > > This would be better fixed in the CODEC driver - if there's noth

RE: [PATCH] ARM: DaVinci: Add or modify AIC3x I2C board info

2009-08-27 Thread Chaithrika U S
3x > No device for DAI davinci-i2s > AIC3X Audio Codec 0.2 > asoc: tlv320aic3x <-> davinci-i2s mapping ok ALSA device list: > #0: DaVinci EVM (tlv320aic3x) > TCP cubic registered > > --jc > > On Wed, Aug 26, 2009 at 12:08 PM, Chaithrika U S > wrote: >

RE: [PATCH] ARM: DaVinci: Add or modify AIC3x I2C board info

2009-08-28 Thread Chaithrika U S
On Fri, Aug 28, 2009 at 17:04:08, Steve Chen wrote: > On Fri, 2009-08-28 at 09:47 +0530, Chaithrika U S wrote: > > On Fri, Aug 28, 2009 at 08:22:52, J.C. Wren wrote: > > > This patch seems to break audio on a Davinci 6446 EVM. > > > > > > -rc7---> > >

RE: [PATCH] ARM: DaVinci: Add or modify AIC3x I2C board info

2009-08-30 Thread Chaithrika U S
On Sat, Aug 29, 2009 at 01:59:57, Steve Chen wrote: > On Fri, 2009-08-28 at 18:19 +0530, Chaithrika U S wrote: > > > > > On Wed, Aug 26, 2009 at 12:08 PM, Chaithrika U S > > > > > wrote: > > > > > > > > > > > > &g

[PATCH] ASoC: DaVinci: Fixes to McASP configuration

2009-09-15 Thread Chaithrika U S
McASP register settings are not correct for DSP mode of operation. There is a channel swap initally. This patch provides fixes to the register values for proper working. Tested on DA830/OMAP-L137 EVM, DM6467 EVM. Signed-off-by: Chaithrika U S --- Applies to ALSA GIT tree on branch topic/asoc at

RE: Booting kernel 2.6.31-rc7

2009-09-16 Thread Chaithrika U S
On Wed, Sep 16, 2009 at 12:32:09, Viral Sachde wrote: > On Wed, Sep 16, 2009 at 12:22 PM, Nori, Sekhar wrote: > > On Wed, Sep 16, 2009 at 12:11:19, Viral Sachde wrote: > >> On Tue, Sep 15, 2009 at 8:24 PM, Nori, Sekhar wrote: > >> > Hi Viral, > >> > > >> > On Tue, Sep 15, 2009 at 19:06:55, Viral

[PATCH] davinci: RMII support for DA850/OMAP-L138 EVM

2009-09-16 Thread Chaithrika U S
. This patch adds support for RMII PHY. It also provides a menuconfig option to choose the required PHY interface. Signed-off-by: Chaithrika U S --- arch/arm/mach-davinci/Kconfig | 12 +++ arch/arm/mach-davinci/board-da850-evm.c| 104 ++-- arch/arm/mach

RE: [PATCH] davinci: RMII support for DA850/OMAP-L138 EVM

2009-09-16 Thread Chaithrika U S
Kevin, On Wed, Sep 16, 2009 at 21:43:46, Kevin Hilman wrote: > Chaithrika U S writes: > > > DA850/OMAP-L138 EVM has a RMII ethernet PHY on the UI > > daughter card. The PHY is enabled by proper programming of the > > IO Expander (TCA6416) ports. Also for RMII PHY to wor

RE: [PATCH] ASoC: DaVinci: Fixes to McASP configuration

2009-09-17 Thread Chaithrika U S
On Thu, Sep 17, 2009 at 01:48:19, Mark Brown wrote: > On Tue, Sep 15, 2009 at 06:13:29PM -0400, Chaithrika U S wrote: > > McASP register settings are not correct for DSP mode of operation. > > There is a channel swap initally. This patch provides fixes to > > the register valu

[PATCH v2] davinci: RMII support for DA850/OMAP-L138 EVM

2009-09-22 Thread Chaithrika U S
. This patch adds support for RMII PHY. This patch also adds a menuconfig option to select UI card and peripherals present on it. Currently, the only sub-option in this menu is RMII. This menuconfig option is similar to the one present for UI card on DA830/OMAP-L137 EVM. Signed-off-by: Chaithrika U S

[PATCH] ASoC: DaVinci: Correct McASP FIFO initialization

2009-09-22 Thread Chaithrika U S
-by: Chaithrika U S --- Applies to ALSA GIT tree on branch topic/asoc at http://git.kernel.org/?p=linux/kernel/git/tiwai/sound-2.6.git;a=shortlog; h=topic/asoc sound/soc/davinci/davinci-mcasp.c | 36 ++-- 1 files changed, 18 insertions(+), 18 deletions(-) diff

RE: [PATCH v2] davinci: RMII support for DA850/OMAP-L138 EVM

2009-09-23 Thread Chaithrika U S
On Tue, Sep 22, 2009 at 18:35:12, Sergei Shtylyov wrote: > Hello. > > Chaithrika U S wrote: > > > DA850/OMAP-L138 EVM has a RMII Ethernet PHY on the UI daughter card. The PHY > > is enabled by proper programming of the IO Expander (TCA6416) ports. Also > > for

RE: [PATCH v2] davinci: RMII support for DA850/OMAP-L138 EVM

2009-09-23 Thread Chaithrika U S
herals > >>> present on it. Currently, the only sub-option in this menu is RMII. > >>> This menuconfig option is similar to the one present for UI card on > >>> DA830/OMAP-L137 EVM. > >>> > >>> Signed-off-by: Chaithrika U S > >>

[PATCH v3] davinci: RMII support for DA850/OMAP-L138 EVM

2009-09-29 Thread Chaithrika U S
. This patch adds support for RMII PHY. This patch also adds a menuconfig option to select UI card and peripherals present on it. Currently, the only sub-option in this menu is RMII. This menuconfig option is similar to the one present for UI card on DA830/OMAP-L137 EVM. Signed-off-by: Chaithrika U S

[PATCH 2/2] davinci: RMII support for DA850/OMAP-L138 EVM

2009-09-30 Thread Chaithrika U S
: Chaithrika U S --- arch/arm/mach-davinci/Kconfig | 31 arch/arm/mach-davinci/board-da850-evm.c| 71 ++-- arch/arm/mach-davinci/da850.c | 17 +++ arch/arm/mach-davinci/include/mach/da8xx.h |1 + arch/arm/mach-davinci

[PATCH 1/2] davinci: DA850/OMAP-L138 EVM expander setup and UI card detection

2009-09-30 Thread Chaithrika U S
. Signed-off-by: Chaithrika U S --- arch/arm/mach-davinci/board-da850-evm.c | 127 --- 1 files changed, 99 insertions(+), 28 deletions(-) diff --git a/arch/arm/mach-davinci/board-da850-evm.c b/arch/arm/mach-davinci/board-da850-evm.c index 25ae007..dd43644 100644 --- a/arch

[PATCH] ASoC: DaVinci: McASP FIFO related updates

2009-09-30 Thread Chaithrika U S
orms. This implementation has been tested for numevt values 1, 2, 4, 8. Signed-off-by: Chaithrika U S --- Applies to ALSA GIT tree on branch topic/asoc at http://git.kernel.org/?p=linux/kernel/git/tiwai/sound-2.6.git;a=shortlog; h=topic/asoc sound/soc/davinci/davinci-i2s.c |2 ++ sound/soc/davin

RE: [alsa-devel] [PATCH] ASoC: DaVinci: McASP FIFO related updates

2009-09-30 Thread Chaithrika U S
On Thu, Oct 01, 2009 at 01:43:02, Troy Kisky wrote: > Chaithrika U S wrote: > > The DMA params for McASP with FIFO has been updated so that it works for > > various FIFO levels. A member- 'fifo_level' has been added to the DMA > > params data structure. The fifo_lev

[PATCH] TI DaVinci EMAC: Minor macro related updates

2009-10-01 Thread Chaithrika U S
Use BIT for macro definitions wherever possible, remove unused and redundant macros. Signed-off-by: Chaithrika U S --- Applies to Linus' kernel tree drivers/net/davinci_emac.c | 26 +++--- 1 files changed, 11 insertions(+), 15 deletions(-) diff --git a/driver

RE: [PATCH 1/2] davinci: DA850/OMAP-L138 EVM expander setup and UI card detection

2009-10-07 Thread Chaithrika U S
All, Any comments/suggestions on this patch set? Regards, Chaithrika On Thu, Oct 01, 2009 at 02:30:28, Chaithrika U S wrote: > DA850/OMAP-L138 EVM can be connected to an UI card which has various > peripherals on it.The UI card has TCA6416 expander which can be probed > to check wheth

RE: DM6446:eth0 problem in git kernel

2009-10-08 Thread Chaithrika U S
On Fri, Oct 09, 2009 at 09:50:18, rohan tabish wrote: > HI all > > I am not able to mount on the NFS have set the static bootargs now it > says eth0:no PHY found. My PHY is LAN 8700 I have enabled it using the > make menuconfig.I am able to use the ethernet in U-boot.and transfered > the image

[PATCH] davinci: MMC: add cpufreq support

2009-10-13 Thread Chaithrika U S
Add cpufreq support to MMC driver. The clock dividervalue has to be modified according to the controller input frequency. Signed-off-by: Chaithrika U S --- This patch applies to DaVinci GIT tree as the driver is not yet present in Linus' tree. drivers/mmc/host/davinci_mmc.c |

[PATCH] davinci: DA850/OMAP-L138: Set ASYNC3 domain flag for McASP

2009-10-13 Thread Chaithrika U S
In the McASP clock definition add a flag to indicate that the peripheral clock belongs to ASYNC3 clock domain. Signed-off-by: Chaithrika U S --- arch/arm/mach-davinci/da850.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach

[PATCH] davinci: fb: Calculate the clock divider from pixel clock info

2009-10-16 Thread Chaithrika U S
The clock divider value can be calculated from the pixel clock value for the panel. This gives more flexiblity to the driver to change the divider value on the fly as in the case of cpufreq feature- support for which will be added shortly. Signed-off-by: Chaithrika U S --- This patch applies to

RE: [PATCH] davinci: fb: Calculate the clock divider from pixel clock info

2009-10-16 Thread Chaithrika U S
All, Please ignore this patch, will post an updated version soon. Regards, Chaithrika On Fri, Oct 16, 2009 at 15:57:02, Chaithrika U S wrote: > The clock divider value can be calculated from the pixel clock > value for the panel. This gives more flexiblity to the driver > to change th

[PATCH] davinci: fb: Calculate the clock divider from pixel clock info

2009-10-16 Thread Chaithrika U S
The clock divider value can be calculated from the pixel clock value for the panel. This gives more flexiblity to the driver to change the divider value on the fly as in the case of cpufreq feature- support for which will be added shortly. Signed-off-by: Chaithrika U S --- This patch applies on

RE: [PATCH 45/46] davinci: DA850/OMAP-L138: Set ASYNC3 domain flag for McASP

2009-10-19 Thread Chaithrika U S
Kevin, This piece of code is not present in da850.c file (in DaVinci GIT tree) even though the log shows that this patch has been pushed. Can you please check this. Regards, Chaithrika On Sat, Oct 17, 2009 at 00:39:49, Kevin Hilman wrote: > From: Chaithrika U S > > In the Mc

[PATCH] davinci: fb: Calculate the clock divider from pixel clock info

2009-10-20 Thread Chaithrika U S
The clock divider value can be calculated from the pixel clock value for the panel. This gives more flexiblity to the driver to change the divider value on the fly as in the case of cpufreq feature- support for which will be added shortly. Signed-off-by: Chaithrika U S --- This patch applies on

[PATCH] davinci: fb: Add cpufreq support

2009-10-20 Thread Chaithrika U S
Add cpufreq support for DA8xx/OMAP-L1xx frame buffer driver. Tested on DA850/OMAP-L138 EVM for Davinci GIT tree as cpufreq support is not in the mainline yet. Signed-off-by: Chaithrika U S --- This patch applies to Linus' kernel tree and is dependent on 'davinci: fb: Calculate the clo

[PATCH] davinci: MMC: add cpufreq support

2009-10-20 Thread Chaithrika U S
Add cpufreq support to MMC driver. The clock divider value has to be modified according to the controller input frequency. Signed-off-by: Chaithrika U S --- This patch applies on top of the following two patches submitted to LKML http://patchwork.kernel.org/patch/54013/ http

RE: [PATCH] davinci: MMC: add cpufreq support

2009-10-21 Thread Chaithrika U S
On Wed, Oct 21, 2009 at 03:44:51, Linus Walleij wrote: > 2009/10/20 Chaithrika U S : > > > Add cpufreq support to MMC driver. The clock divider value has to be > > modified according to the controller input frequency. > > (...) > > @@ -1040,6 +1052,52 @@ static struc

RE: [PATCH] davinci: fb: Calculate the clock divider from pixel clock info

2009-10-22 Thread Chaithrika U S
All, Any comments/suggestions on this patch? Regards, Chaithrika On Tue, Oct 20, 2009 at 15:48:07, Chaithrika U S wrote: > The clock divider value can be calculated from the pixel clock > value for the panel. This gives more flexiblity to the driver > to change the divider value on t

  1   2   >