Re: [PATCH 02/14] ARM: bitops: switch set/clear/change bitops to use ldrex/strex

2011-01-25 Thread Russell King - ARM Linux
On Tue, Jan 25, 2011 at 01:57:26PM -, Will Deacon wrote: Hi Russell, Hopefully this isn't too late to be useful. On Mon, Jan 17, 2011 at 07:21:40PM +, Russell King - ARM Linux wrote: Switch the set/clear/change bitops to use the word-based exclusive operations, which are only

Re: [PATCH 02/14] ARM: bitops: switch set/clear/change bitops to use ldrex/strex

2011-01-25 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [110117 11:23]: Switch the set/clear/change bitops to use the word-based exclusive operations, which are only present in a wider range of ARM architectures than the byte-based exclusive operations. This too been in use for about a week now with

RE: [PATCH 02/14] ARM: bitops: switch set/clear/change bitops to use ldrex/strex

2011-01-25 Thread Nicolas Pitre
On Tue, 25 Jan 2011, Will Deacon wrote: Hi Russell, Hopefully this isn't too late to be useful. On Mon, Jan 17, 2011 at 07:21:40PM +, Russell King - ARM Linux wrote: Switch the set/clear/change bitops to use the word-based exclusive operations, which are only present in a wider

Re: [PATCH 02/14] ARM: bitops: switch set/clear/change bitops to use ldrex/strex

2011-01-24 Thread Poddar, Sourav
On Sun, Jan 23, 2011 at 3:05 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Sat, Jan 22, 2011 at 11:44:59PM -0500, Nicolas Pitre wrote: At least another person did post results: http://mid.gmane.org/20110117094602.ga2...@pulham.picochip.com

Re: [PATCH 02/14] ARM: bitops: switch set/clear/change bitops to use ldrex/strex

2011-01-24 Thread Poddar, Sourav
On Mon, Jan 24, 2011 at 2:08 PM, Poddar, Sourav sourav.pod...@ti.com wrote: On Sun, Jan 23, 2011 at 3:05 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Sat, Jan 22, 2011 at 11:44:59PM -0500, Nicolas Pitre wrote: At least another person did post results:

Re: [PATCH 02/14] ARM: bitops: switch set/clear/change bitops to use ldrex/strex

2011-01-24 Thread Russell King - ARM Linux
On Mon, Jan 24, 2011 at 02:27:24PM +0530, Poddar, Sourav wrote: On Mon, Jan 24, 2011 at 2:08 PM, Poddar, Sourav sourav.pod...@ti.com wrote: On Sun, Jan 23, 2011 at 3:05 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Sat, Jan 22, 2011 at 11:44:59PM -0500, Nicolas Pitre wrote:

Re: [PATCH 02/14] ARM: bitops: switch set/clear/change bitops to use ldrex/strex

2011-01-24 Thread Poddar, Sourav
On Mon, Jan 24, 2011 at 3:58 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Jan 24, 2011 at 02:27:24PM +0530, Poddar, Sourav wrote: On Mon, Jan 24, 2011 at 2:08 PM, Poddar, Sourav sourav.pod...@ti.com wrote: On Sun, Jan 23, 2011 at 3:05 PM, Russell King - ARM Linux

Re: [PATCH 02/14] ARM: bitops: switch set/clear/change bitops to use ldrex/strex

2011-01-24 Thread Russell King - ARM Linux
On Mon, Jan 24, 2011 at 07:17:54PM +0530, Poddar, Sourav wrote: On Mon, Jan 24, 2011 at 3:58 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Jan 24, 2011 at 02:27:24PM +0530, Poddar, Sourav wrote: On Mon, Jan 24, 2011 at 2:08 PM, Poddar, Sourav sourav.pod...@ti.com

Re: [PATCH 02/14] ARM: bitops: switch set/clear/change bitops to use ldrex/strex

2011-01-24 Thread Poddar, Sourav
On Mon, Jan 24, 2011 at 7:41 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Jan 24, 2011 at 07:17:54PM +0530, Poddar, Sourav wrote: On Mon, Jan 24, 2011 at 3:58 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Jan 24, 2011 at 02:27:24PM +0530, Poddar,

Re: [PATCH 02/14] ARM: bitops: switch set/clear/change bitops to use ldrex/strex

2011-01-24 Thread Russell King - ARM Linux
On Mon, Jan 24, 2011 at 08:24:41PM +0530, Poddar, Sourav wrote: nfs filesystem. Thanks. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 02/14] ARM: bitops: switch set/clear/change bitops to use ldrex/strex

2011-01-23 Thread Russell King - ARM Linux
On Sat, Jan 22, 2011 at 11:44:59PM -0500, Nicolas Pitre wrote: At least another person did post results: http://mid.gmane.org/20110117094602.ga2...@pulham.picochip.com http://mid.gmane.org/20110117110308.gc2...@pulham.picochip.com Slightly different patch - there were three revisions. I

Re: [PATCH 02/14] ARM: bitops: switch set/clear/change bitops to use ldrex/strex

2011-01-22 Thread Russell King - ARM Linux
On Mon, Jan 17, 2011 at 07:21:40PM +, Russell King - ARM Linux wrote: Switch the set/clear/change bitops to use the word-based exclusive operations, which are only present in a wider range of ARM architectures than the byte-based exclusive operations. Signed-off-by: Russell King

Re: [PATCH 02/14] ARM: bitops: switch set/clear/change bitops to use ldrex/strex

2011-01-22 Thread Nicolas Pitre
On Sun, 23 Jan 2011, Russell King - ARM Linux wrote: On Mon, Jan 17, 2011 at 07:21:40PM +, Russell King - ARM Linux wrote: Switch the set/clear/change bitops to use the word-based exclusive operations, which are only present in a wider range of ARM architectures than the byte-based

Re: [PATCH 02/14] ARM: bitops: switch set/clear/change bitops to use ldrex/strex

2011-01-17 Thread Nicolas Pitre
On Mon, 17 Jan 2011, Russell King - ARM Linux wrote: Switch the set/clear/change bitops to use the word-based exclusive operations, which are only present in a wider range of ARM architectures than the byte-based exclusive operations. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk