Re: [PATCH 08/25] gpio/mpc8xxx: add a const qualifier

2012-07-29 Thread Linus Walleij
On Mon, Jul 23, 2012 at 11:13 AM, Uwe Kleine-König wrote: > This prepares *of_device_id.data becoming const. Without this change > the following warning would occur: > > drivers/gpio/gpio-mpc8xxx.c: In function 'mpc8xxx_add_controller': > drivers/gpio/gpio-mpc8xxx.c:360:30: warnin

Re: [PATCH] scsi/ibmvscsi: /sys/class/scsi_host/hostX/config doesn't show any information

2012-07-29 Thread Benjamin Herrenschmidt
On Fri, 2012-07-27 at 07:56 +0100, James Bottomley wrote: > On Fri, 2012-07-27 at 15:19 +1000, Benjamin Herrenschmidt wrote: > > On Wed, 2012-07-18 at 18:49 +0200, o...@aepfle.de wrote: > > > From: Linda Xie > > > > James, can I assume you're picking up those two ? > > If they get acked by the m

Re: [PATCH -V4 11/12] arch/powerpc: properly offset the context bits for 1T segemnts

2012-07-29 Thread Paul Mackerras
On Wed, Jul 25, 2012 at 06:28:04PM +0530, Aneesh Kumar K.V wrote: > From: "Aneesh Kumar K.V" > > We should do rldimi r10,r9,USER_ESID_BITS,0 only after populating > r10 with ESID bits. This needs a lot more explanation as to what the problem is that this patch aims to fix. Is it a problem today

Re: [PATCH] scsi/ibmvscsi: add module alias for ibmvscsic

2012-07-29 Thread Benjamin Herrenschmidt
On Wed, 2012-07-18 at 18:49 +0200, o...@aepfle.de wrote: > From: Olaf Hering > > The driver is named ibmvscsic, at runtime it its name is advertised as > ibmvscsi. For this reason mkinitrd wont pickup the driver properly. > Reported by IBM during SLES11 beta testing: > > https://bugzilla.novell.

Re: [PATCH] scsi/ibmvscsi: /sys/class/scsi_host/hostX/config doesn't show any information

2012-07-29 Thread Benjamin Herrenschmidt
n Wed, 2012-07-18 at 18:49 +0200, o...@aepfle.de wrote: > From: Linda Xie > > Expected result: > It should show something like this: > x1521p4:~ # cat /sys/class/scsi_host/host1/config > PARTITIONNAME='x1521p4' > NWSDNAME='X1521P4' > HOSTNAME='X1521P4' > DOMAINNAME='RCHLAND.IBM.COM' > NAMESERVERS

Re: [RFC PATCH v5 05/19] memory-hotplug: check whether memory is present or not

2012-07-29 Thread Wen Congyang
At 07/28/2012 04:17 AM, Tony Luck Wrote: > On Fri, Jul 27, 2012 at 3:28 AM, Wen Congyang wrote: >> +static inline int pfns_present(unsigned long pfn, unsigned long nr_pages) >> +{ >> + int i; >> + for (i = 0; i < nr_pages; i++) { >> + if (pfn_present(pfn + 1)) > > Typo?

RE: [PATCH v4 3/7] fsl-dma: change release process of dma descriptor for supporting async_tx

2012-07-29 Thread Liu Qiang-B32616
Hi Dan and Vinod, Can you apply these patches of fsl-dma to -next if there is not any comments? Thanks. > -Original Message- > From: Liu Qiang-B32616 > Sent: Friday, July 27, 2012 5:16 PM > To: linux-cry...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org > Cc: Phillips Kim-R1AAHA; herb...

Re: [RFC PATCH v5 19/19] memory-hotplug: remove sysfs file of node

2012-07-29 Thread Wen Congyang
At 07/27/2012 06:45 PM, Yasuaki Ishimatsu Wrote: > Hi Wen, > > 2012/07/27 19:36, Wen Congyang wrote: >> From: Yasuaki Ishimatsu >> >> The patch adds node_set_offline() and unregister_one_node() to >> remove_memory() >> for removing sysfs file of node. >> >> CC: David Rientjes >> CC: Jiang Liu >

RE: [PATCH v4 0/7] Raid: enable talitos xor offload for improving performance

2012-07-29 Thread Liu Qiang-B32616
Hi, Vinod, Dan, ping? > -Original Message- > From: linux-crypto-ow...@vger.kernel.org [mailto:linux-crypto- > ow...@vger.kernel.org] On Behalf Of qiang@freescale.com > Sent: Friday, July 27, 2012 5:16 PM > To: linux-cry...@vger.kernel.org; vinod.k...@intel.com; > dan.j.willi...@intel

Re: [RFC PATCH v5 19/19] memory-hotplug: remove sysfs file of node

2012-07-29 Thread Wen Congyang
At 07/27/2012 06:45 PM, Yasuaki Ishimatsu Wrote: > Hi Wen, > > 2012/07/27 19:36, Wen Congyang wrote: >> From: Yasuaki Ishimatsu >> >> The patch adds node_set_offline() and unregister_one_node() to >> remove_memory() >> for removing sysfs file of node. >> >> CC: David Rientjes >> CC: Jiang Liu >

Re: [PATCH -V4 11/12] arch/powerpc: properly offset the context bits for 1T segemnts

2012-07-29 Thread Aneesh Kumar K.V
Paul Mackerras writes: > On Wed, Jul 25, 2012 at 06:28:04PM +0530, Aneesh Kumar K.V wrote: >> From: "Aneesh Kumar K.V" >> >> We should do rldimi r10,r9,USER_ESID_BITS,0 only after populating >> r10 with ESID bits. > > This needs a lot more explanation as to what the problem is that this > patch

RE: [PATCH 5/6] powerpc/fsl-pci: Add pci inbound/outbound PM support

2012-07-29 Thread Jia Hongtao-B38951
> -Original Message- > From: Kumar Gala [mailto:ga...@kernel.crashing.org] > Sent: Friday, July 27, 2012 9:24 PM > To: Jia Hongtao-B38951 > Cc: linuxppc-dev@lists.ozlabs.org; Wood Scott-B07421; Li Yang-R58472 > Subject: Re: [PATCH 5/6] powerpc/fsl-pci: Add pci inbound/outbound PM > support