Re: [uclinux-dist-devel] [GIT PULL] Blackfin updates for 3.11

2013-07-15 Thread Steven Miao
On Tue, Jul 16, 2013 at 1:49 AM, Linus Torvalds wrote: > On Mon, Jul 15, 2013 at 10:28 AM, Geert Uytterhoeven > wrote: >> >> but the first one is non-trivial: using xchg() on atomic_t is a bit gross... > > It's also broken. There's no guarantee that an "atomic_t" is just a > value. Now, the old s

Re: [uclinux-dist-devel] [GIT PULL] Blackfin updates for 3.11

2013-07-15 Thread Steven Miao
Hi Geert, On Tue, Jul 16, 2013 at 1:28 AM, Geert Uytterhoeven wrote: > Hi Steven, > > On Tue, Jul 9, 2013 at 11:15 AM, Steven Miao wrote: >> Steven Miao (2): >> smp: refine bf561 smpboot code > > Unfortunately this landed too late in -next to notice: > > arch/blackfin/mach-common/smp.c:150

Re: [uclinux-dist-devel] [GIT PULL] Blackfin updates for 3.11

2013-07-15 Thread Linus Torvalds
On Mon, Jul 15, 2013 at 10:28 AM, Geert Uytterhoeven wrote: > > but the first one is non-trivial: using xchg() on atomic_t is a bit gross... It's also broken. There's no guarantee that an "atomic_t" is just a value. Now, the old sparc32 stuff (which hid lock bits in atomic_t) may be gone, but it'

Re: [uclinux-dist-devel] [GIT PULL] Blackfin updates for 3.11

2013-07-15 Thread Geert Uytterhoeven
Hi Steven, On Tue, Jul 9, 2013 at 11:15 AM, Steven Miao wrote: > Steven Miao (2): > smp: refine bf561 smpboot code Unfortunately this landed too late in -next to notice: arch/blackfin/mach-common/smp.c:150:2: error: conversion to non-scalar type requested arch/blackfin/mach-common/smp.c:1

Re: [uclinux-dist-devel] [GIT PULL] Blackfin updates for 3.11

2013-07-10 Thread Stephen Rothwell
Hi Steven, On Wed, 10 Jul 2013 14:05:45 +0800 Steven Miao wrote: > > Pls use for-linus branch on > http://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux.git Done. -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpa2k9AByyhk.pgp Description: PGP signature

Re: [uclinux-dist-devel] [GIT PULL] Blackfin updates for 3.11

2013-07-09 Thread Steven Miao
Hi Stephen, On Wed, Jul 10, 2013 at 1:55 PM, Stephen Rothwell wrote: > Hi Steven, > > On Tue, 9 Jul 2013 17:15:30 +0800 Steven Miao wrote: >> >> I've signed up for an kernel.org account and moved the blackfin tree to >> kernel.org for convenience as some developers' suggestion. Pls update the

Re: [uclinux-dist-devel] [GIT PULL] Blackfin updates for 3.11

2013-07-09 Thread Stephen Rothwell
Hi Steven, On Tue, 9 Jul 2013 17:15:30 +0800 Steven Miao wrote: > > I've signed up for an kernel.org account and moved the blackfin tree to > kernel.org for convenience as some developers' suggestion. Pls update the url > to: > http://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-lin

[uclinux-dist-devel] [GIT PULL] Blackfin updates for 3.11

2013-07-09 Thread Steven Miao
Hi Linus and Stephen, I've signed up for an kernel.org account and moved the blackfin tree to kernel.org for convenience as some developers' suggestion. Pls update the url to: http://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux.git Hi Linus, please pull blackfin updates for L