Re: DM365 GStreamer Resizer Config Setup happens...where?

2011-06-14 Thread Raffaele Recalcati
Hi Sing, On Wed, Jun 8, 2011 at 2:38 PM, Singh, Brijesh wrote: > The resizing is done in v4l2src. The v4l2src has logic to configure IPIPE > on-fly resizing mode. Look at the v4l2src, you can find the implementation > details in dm36x_ipipe file. I have found what you mean. But I can't enable it

Re: [linux-pm] pm loss development

2011-06-14 Thread Alan Cox
> I know nothing about journalling file systems or how well they limit the > critical sections of time where the file system is exposed to corruption > from sudden power failure. Its an interesting question though. A properly written journalling file system has no critical sections. The only thin

RE: [PATCH V2] davinci: da850: move input frequency to board specific files

2011-06-14 Thread Nori, Sekhar
On Wed, Jun 08, 2011 at 17:38:25, Nori, Sekhar wrote: > On Tue, Jun 07, 2011 at 21:53:59, Hilman, Kevin wrote: > > > I don't expect this to be a big boot-time impact. > > You are right. Using PRINTK_TIME on DM365 I saw no noticeable boot-time > change. When I profiled the code using do_gettimeofd

[PATCH] davinci: da850: add a .set_rate method to ref_clk

2011-06-14 Thread Christian Riesch
This patch allows setting the input clock frequency of the SoC from the board specific using the davinci_set_refclk_rate function. Suggested-by: Kevin Hilman Cc: Sekhar Nori Signed-off-by: Christian Riesch --- This patch applies on top of Sekhar's patch. Best regards, Christian arch/arm/mach