[PATCH] TWD: enable one-shot mode

2010-12-24 Thread Russell King - ARM Linux
Allow one shot timer mode to be used with the TWD. This allows NOHZ mode to be used on SMP systems using the TWD localtimer. Tested on Versatile Express. Signed-off-by: Russell King --- Acks/Tested-by's would be appreciated, thanks. Merry Christmas. arch/arm/Kconfig |1 + 1 file changed,

Re: Issue : jffs2 and ecc layout

2010-12-24 Thread David Brownell
ISTR that while JFFS2 worked with NAND, it had to reserve a few bytes of OOB data that might more naturally be used for ECC data. I've not looked at your layout ... does it reserve those bytes for use by JFFS, or is it using them for ECC? Also, ISTR that Some People felt that using JFFS2 with NAN

Re: [PATCH] omap2: Make OMAP2PLUS select OMAP_DM_TIMER

2010-12-24 Thread Ben Gamari
On Fri, 24 Dec 2010 09:39:13 -0800, Tony Lindgren wrote: > One more thing.. Can you please reply with your > Signed-off-by: line so this can be applied? > Signed-Off-By: Ben Gamari -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vge

Re: [PATCH] omap2: Make OMAP2PLUS select OMAP_DM_TIMER

2010-12-24 Thread Tony Lindgren
* Ben Gamari [101223 18:48]: > It appears that arch/arm/mach-omap2/timer-gp.o is needed by OMAP2PLUS. > Since timer-gp.o has direct dependencies on omap_dm_timer_*, it seems > correct for the architecture to depend upon OMAP_DM_TIMER, otherwise > unsuspecting integrators will be faced with a whole

Re: Issue : jffs2 and ecc layout

2010-12-24 Thread Ming Lei
Hi, 2010/12/24 Charles Manning : > THis might be due to the way the omap2.c driver is now screwed up so that it > does not read when not u32 aligned. > > Try this: > http://www.spinics.net/linux/lists/linux-omap/msg42422.html > > Please report back if that fixes the problem for you. The patch is

Re: Issue : jffs2 and ecc layout

2010-12-24 Thread Ming Lei
Hi Jason, 2010/12/24 Ming Lei : > 2010/12/24 Ming Lei : >> Hi, >> >> 2010/12/24 Charles Manning : >> >>> THis might be due to the way the omap2.c driver is now screwed up so that it >>> does not read when not u32 aligned. >>> >>> Try this: >>> http://www.spinics.net/linux/lists/linux-omap/msg42422

Re: Issue : jffs2 and ecc layout

2010-12-24 Thread Ming Lei
2010/12/24 Ming Lei : > Hi, > > 2010/12/24 Charles Manning : > >> THis might be due to the way the omap2.c driver is now screwed up so that it >> does not read when not u32 aligned. >> >> Try this: >> http://www.spinics.net/linux/lists/linux-omap/msg42422.html >> >> Please report back if that fixes

Re: Issue : jffs2 and ecc layout

2010-12-24 Thread Ming Lei
Hi, 2010/12/24 Charles Manning : > THis might be due to the way the omap2.c driver is now screwed up so that it > does not read when not u32 aligned. > > Try this: > http://www.spinics.net/linux/lists/linux-omap/msg42422.html > > Please report back if that fixes the problem for you. No, the patc

[PATCH v6 1/1] OMAP2: Spi: Force CS to be in inactive state after off-mode transition

2010-12-24 Thread Gregory CLEMENT
When SPI wake up from OFF mode, CS is in the wrong state: force it to the inactive state. During the system life, I monitored the CS behavior using a oscilloscope. I also activated debug in omap2_mcspi, so I saw when driver disable the clocks and restore context when device is not used. Each tim

Re: [PATCH 2/2] staging: tidspbridge: rmgr code cleanup

2010-12-24 Thread Ionut Nicu
Hi Omar, On Wed, 2010-12-22 at 14:52 -0600, Ramirez Luna, Omar wrote: > Hi Ionut, > > On Thu, Dec 9, 2010 at 3:47 PM, Ionut Nicu wrote: > > Reorganized some code in the rmgr module to increase > > its readability. No functional changes were done. > > > > Signed-off-by: Ionut Nicu > > --- > > d

Re: [PATCH v5 1/1] OMAP2: Spi: Force CS to be in inactive state after off-mode transition

2010-12-24 Thread Gregory CLEMENT
On 12/24/2010 12:08 AM, Grant Likely wrote: > On Wed, Nov 24, 2010 at 04:49:47PM -0800, Kevin Hilman wrote: >> Gregory CLEMENT writes: >> >>> As request by Grant Likely, there is no more cover letter. Full changelog >>> is following. >>> I am still reluctant to add this changelog in the patch des