[PATCH 1/2] powerpc/dma/raidengine: add raidengine device

2012-11-21 Thread b29237
From: Xuelin Shi The RaidEngine is a new Freescale hardware that used for parity computation offloading in RAID5/6. This patch adds the device node in device tree and related binding documentation. Signed-off-by: Harninder Rai Signed-off-by: Naveen Burmi Signed-off-by: Xuelin Shi --- .../de

[PATCH 2/2] powerpc/dma/raidengine: enable Freescale RaidEngine device

2012-11-21 Thread b29237
From: Xuelin Shi The RaidEngine is a new FSL hardware that used as hardware acceration for RAID5/6. This patch enables the RaidEngine functionality and provides hardware offloading capability for memcpy, xor and raid6 pq computation. It works under dmaengine control with async_layer interface.

Re: [PATCH 207/493] i2c: remove use of __devinit

2012-11-21 Thread Barry Song
2012/11/20 Bill Pemberton : > CONFIG_HOTPLUG is going away as an option so __devinit is no longer > needed. > > Signed-off-by: Bill Pemberton > Cc: Jean Delvare > Cc: Wolfram Sang > Cc: "Ben Dooks " > Cc: Rudolf Marek > Cc: Jochen Friedrich > Cc: Peter Korsgaard > Cc: Tony Lindgren > Cc: Ol

Re: [PATCH 192/493] scsi: remove use of __devinit

2012-11-21 Thread Russell King - ARM Linux
On Mon, Nov 19, 2012 at 01:22:21PM -0500, Bill Pemberton wrote: > drivers/scsi/arm/acornscsi.c | 2 +- > drivers/scsi/arm/arxescsi.c | 2 +- > drivers/scsi/arm/cumana_1.c | 2 +- > drivers/scsi/arm/cumana_2.c | 2 +- > drivers/scsi/arm/ees

Re: [PATCH 238/493] mtd: remove use of __devinit

2012-11-21 Thread Russell King - ARM Linux
On Mon, Nov 19, 2012 at 01:23:07PM -0500, Bill Pemberton wrote: > drivers/mtd/maps/pismo.c | 14 +++--- > drivers/mtd/maps/sa1100-flash.c| 5 ++--- For these two, Acked-by: Russell King ___ Linuxppc-dev mailing list Linux

Re: [PATCH 198/493] ethernet: remove use of __devinit

2012-11-21 Thread Russell King - ARM Linux
On Mon, Nov 19, 2012 at 01:22:27PM -0500, Bill Pemberton wrote: > drivers/net/ethernet/8390/etherh.c | 4 +- > drivers/net/ethernet/amd/am79c961a.c | 2 +- > drivers/net/ethernet/i825xx/ether1.c | 8 +- > drivers/net/ethernet/seeq/ether3.c

Re: [PATCH 298/493] video: remove use of __devinitdata

2012-11-21 Thread Russell King - ARM Linux
On Mon, Nov 19, 2012 at 01:24:07PM -0500, Bill Pemberton wrote: > drivers/video/acornfb.c| 8 +++--- > drivers/video/cyber2000fb.c| 2 +- > drivers/video/sa1100fb.c | 2 +- For these three, Acked-by: Russell King __

Re: [PATCH 192/493] scsi: remove use of __devinit

2012-11-21 Thread Guennadi Liakhovetski
On Mon, 19 Nov 2012, Bill Pemberton wrote: > drivers/scsi/tmscsim.c| 16 +++--- Acked-by: Guennadi Liakhovetski Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer http://www.open-technology.de/ __

[PATCH 3/9] powerpc/PCI: Remove CONFIG_HOTPLUG ifdefs

2012-11-21 Thread Bill Pemberton
Remove conditional code based on CONFIG_HOTPLUG being false. It's always on now in preparation of it going away as an option. Signed-off-by: Bill Pemberton Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Grant Likely Cc: Rob Herring Cc: Bjorn Helgaas Cc: linuxppc-dev@lists.ozlabs.org Cc:

Re: [PATCH v3 00/12] memory-hotplug: hot-remove physical memory

2012-11-21 Thread Yasuaki Ishimatsu
Hi Andrew, The patch-set aims to linux-3.8. So we would like you to merge the patch-set into your tree. The patch-set applied many comments. Currently there is no comment to the patch-set. Additionally, we have spent a lot of time on the verification of the patch-set. And we found many bugs, and