RE: Spurious interrupt warning

2009-01-11 Thread Woodruff, Richard
Which says to me that grumbling about strongly ordered regions is more of a developer discipline/training problem than any kind of real technical issue. Not unlike how to do locking right; or satisfy coding style guidelines; or follow correct procedures to merge patches; or synchronize

Re: PM branch and cpufreq

2009-01-11 Thread Koen Kooi
Op 11 jan 2009, om 19:53 heeft Koen Kooi het volgende geschreven: Hi, I was trying to get cpufreq going on beagleboard (http://cgit.openembedded.net/cgit.cgi?url=openembedded/blob/id=f56b27781d810dcca0a9946cfd2524c36b7a49c0path=packages/linux/linux-omap-pm/beagle-cpufreq.diff ) and I ran

Re: [REVIEW PATCH 2/2] Added OMAP3EVM Multi-Media Daughter Card Support

2009-01-11 Thread Mauro Carvalho Chehab
On Sat, 10 Jan 2009 04:41:21 +0300 Alexey Klimov klimov.li...@gmail.com wrote: On Wed, 2009-01-07 at 11:37 +0530, hvaib...@ti.com wrote: [...] You have a lot of dprintk messages. May be it's better to move \n to dprintk definition? And use dprintk without \n. Probably, makes your life

Re: [REVIEW PATCH 2/2] Added OMAP3EVM Multi-Media Daughter Card Support

2009-01-11 Thread David Brownell
On Tuesday 06 January 2009, hvaib...@ti.com wrote: +config MACH_OMAP3EVM_DC +   bool OMAP 3530 EVM daughter card board +   depends on ARCH_OMAP3 ARCH_OMAP34XX MACH_OMAP3EVM There can be other daughtercards, so the Kconfig text should say which specific card is being configured. And

Re: updated git pull request for omap compile fixes, mailbox and hsmmc

2009-01-11 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [090111 12:15]: On Sat, Jan 10, 2009 at 11:05:24AM +, Russell King - ARM Linux wrote: On Thu, Jan 08, 2009 at 09:36:12AM +0200, Tony Lindgren wrote: Madhusudhan Chikkature (1): omap mmc: Add new omap hsmmc controller for 2430 and

Re: updated git pull request for omap compile fixes, mailbox and hsmmc

2009-01-11 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [090110 13:05]: On Thu, Jan 08, 2009 at 09:36:12AM +0200, Tony Lindgren wrote: OK, here's the pull request again: The following changes since commit ede6f5aea054d3fb67c78857f7abdee602302043: Linus Torvalds (1): Fix up 64-bit

Re: PM branch and cpufreq

2009-01-11 Thread Koen Kooi
Op 11 jan 2009, om 19:53 heeft Koen Kooi het volgende geschreven: Hi, I was trying to get cpufreq going on beagleboard (http://cgit.openembedded.net/cgit.cgi?url=openembedded/blob/id=f56b27781d810dcca0a9946cfd2524c36b7a49c0path=packages/linux/linux-omap-pm/beagle-cpufreq.diff ) and I ran