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

2009-07-20 Thread chaithrika
-Original Message- From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] Sent: Sunday, July 19, 2009 4:13 PM To: Chaithrika U S Cc: linux-me...@vger.kernel.org; mche...@infradead.org; hverk...@xs4all.nl; davinci-linux-open-source@linux.davincidsp.com; Manjunath Hadli;

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

2009-07-20 Thread Chaithrika U S
Platform specific display device setup for DM646x EVM Add platform device and resource structures. Also define a platform specific clock setup function that can be accessed by the driver to configure the clock and CPLD. Signed-off-by: Manjunath Hadli m...@ti.com Signed-off-by: Brijesh Jadav

[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 chaithr...@ti.com --- Applies to v4l-dvb repository. drivers/media/video/davinci/vpif_display.c |2 +- 1 files changed, 1

Re: Suppression of power consumption in Deep Sleep Mode on the DM355

2009-07-20 Thread Azam Ansari
Dear All, I integrated the PM patch send by you with kernel version 2.6.10. But when I do $ echo mem /sys/power/state the kernel hangs. Below is the kernel dump. r...@192.168.0.104:/sys/power# echo mem state Stopping tasks: ==| Unable to handle kernel NULL pointer dereference at

DM355 MMC hang problem

2009-07-20 Thread Azam Ansari
Hi All, I am trying to put DM355 in Deep Sleep mode. When I call the deep sleep function it gives me kernel dump while putting MMC device in to deep sleep. I don't know much about the MMC module. Does anyone know what can be the reason. Thanks, azam.

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

2009-07-20 Thread Sudhakar Rajashekhara
On Fri, Jul 17, 2009 at 20:23:36, Kevin Hilman wrote: Sudhakar Rajashekhara sudhakar@ti.com writes: Ethernet Media Access Controller (EMAC) on da850/omap-l138 supports 10/100 Mbps operation. It also supports Media Independent Interface (MII) and Reduced Media Independent Interface

Re: Suppression of power consumption in Deep Sleep Mode on the DM355

2009-07-20 Thread Steve Chen
On Mon, 2009-07-20 at 14:42 +0530, Azam Ansari wrote: Dear All, I integrated the PM patch send by you with kernel version 2.6.10. But when I do $ echo mem /sys/power/state the kernel hangs. Below is the kernel dump. r...@192.168.0.104:/sys/power# echo mem state Stopping tasks:

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

2009-07-20 Thread Kevin Hilman
Mani, Arun a...@ti.com writes: Hi Kevin, I cannot see davinci-next-2 branch in your git Oops, I hadn't updated the davinci-next* branches. They are now sync'd with these versions just submitted. Kevin /apps/free/git/1.6.0.4/bin/git branch -r Origin/HEAD Origin/davinci-2.6.30

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

2009-07-20 Thread Kevin Hilman
Sudhakar Rajashekhara sudhakar@ti.com writes: On Fri, Jul 17, 2009 at 20:23:36, Kevin Hilman wrote: Sudhakar Rajashekhara sudhakar@ti.com writes: Ethernet Media Access Controller (EMAC) on da850/omap-l138 supports 10/100 Mbps operation. It also supports Media Independent

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

2009-07-20 Thread Sudhakar Rajashekhara
On Mon, Jul 20, 2009 at 19:47:25, Kevin Hilman wrote: Sudhakar Rajashekhara sudhakar@ti.com writes: On Fri, Jul 17, 2009 at 20:23:36, Kevin Hilman wrote: Sudhakar Rajashekhara sudhakar@ti.com writes: Ethernet Media Access Controller (EMAC) on da850/omap-l138 supports

Unable to handle kernel paging request at virtual address

2009-07-20 Thread Vijay Soni
can someone say why i am getting this error while kernel booting? NAND device: Manufacturer ID: 0xec, Chip ID: 0xd5 (Samsung NAND 2GiB 3,3V 8-bit) 2 NAND chips detected Bad block table found at page 524224, version 0x01 Bad block table found at page 1048448, version 0x01 Bad block table found

[PATCH 0/3] davinci: add basic CPUFreq support for DA850/OMAP-L138

2009-07-20 Thread Sekhar Nori
In this three patch set, the first readies the clock framework for dynamic frequency changes, the second implements a fairly generic CPUFreq driver for DaVinci devices and the third actually adds CPUFreq support for DA850/OMAP-L138. Sekhar Nori (3): davinci: clock framework updates for CPUFreq