Intermittent SD write corruption on DM355, kernel 2.6.36

2011-01-27 Thread Jon Povey
I am seeing rare SD card write corruption on DM355 running 2.6.36. The system will get itself into a state where it appears all SD writes are offset by two bytes. This is using a vfat filesystem on the SD, and affects the FAT and directories at least. When I look at the contents of the SD card, co

Re: [PATCH] MFD: DaVinci: Fix voice codec device name

2011-01-27 Thread Liam Girdwood
On Thu, 2011-01-27 at 18:58 +0530, Manjunathappa, Prakash wrote: > Fix the device name in DaVinci Voice Codec MFD driver to load > davinci-vcif and cq93vc codec client drivers. > > Signed-off-by: Manjunathappa, Prakash > --- > This patch applies to Linus's tree at [1]. > > [1] http://git.kernel.

Re: [alsa-devel] [PATCH] ASoC: DaVinci: fix kernel panic due to uninitialized platform_data

2011-01-27 Thread Liam Girdwood
On Thu, 2011-01-27 at 19:17 +0530, Manjunathappa, Prakash wrote: > This patch fixes the Kernel panic issue on accessing davinci_vc in > cq93vc_probe function. struct davinci_vc is part of platform device's > private driver data(codec->dev->p->driver_data) and this is populated > by DaVinci Voice Co

[PATCH] ASoC: DaVinci: fix kernel panic due to uninitialized platform_data

2011-01-27 Thread Manjunathappa, Prakash
This patch fixes the Kernel panic issue on accessing davinci_vc in cq93vc_probe function. struct davinci_vc is part of platform device's private driver data(codec->dev->p->driver_data) and this is populated by DaVinci Voice Codec MFD driver. Signed-off-by: Manjunathappa, Prakash --- This patch ap

[PATCH] MFD: DaVinci: Fix voice codec device name

2011-01-27 Thread Manjunathappa, Prakash
Fix the device name in DaVinci Voice Codec MFD driver to load davinci-vcif and cq93vc codec client drivers. Signed-off-by: Manjunathappa, Prakash --- This patch applies to Linus's tree at [1]. [1] http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git --- drivers/mfd/davinci_voic