RE: [PATCH] mtd: nand: Rename nand.h into rawnand.h

2017-08-07 Thread Hartley Sweeten
.h so we can later create a nand.h header > containing all common structure and function prototypes. For ep93xx, Acked-by: H Hartley Sweeten <hswee...@visionengravers.com>

RE: [PATCH 2/9] dmaengine: move last completed cookie into generic dma_chan structure

2012-03-06 Thread H Hartley Sweeten
completed_cookie; /* sysfs */ int chan_id; For ep93xx: Tested-by: H Hartley Sweeten hswee...@visionengravers.com Acked-by: H Hartley Sweeten hswee...@visionengravers.com ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https

RE: [PATCH 3/9] dmaengine: add private header file

2012-03-06 Thread H Hartley Sweeten
in this distribution in the * file called COPYING. */ -#ifndef DMAENGINE_H -#define DMAENGINE_H +#ifndef LINUX_DMAENGINE_H +#define LINUX_DMAENGINE_H #include linux/device.h #include linux/uio.h For ep93xx: Tested-by: H Hartley Sweeten hswee...@visionengravers.com Acked-by: H

RE: [PATCH 4/9] dmaengine: consolidate assignment of DMA cookies

2012-03-06 Thread H Hartley Sweeten
); - edmac-chan.cookie = cookie; - desc-txd.cookie = cookie; - /* * If nothing is currently prosessed, we push this descriptor * directly to the hardware. Otherwise we put the descriptor For ep93xx: Tested-by: H Hartley Sweeten hswee...@visionengravers.com Acked

RE: [PATCH 5/9] dmaengine: provide a common function for completing a dma descriptor

2012-03-06 Thread H Hartley Sweeten
-active, list); } callback = desc-txd.callback; For ep93xx: Tested-by: H Hartley Sweeten hswee...@visionengravers.com Acked-by: H Hartley Sweeten hswee...@visionengravers.com ___ Linuxppc-dev mailing list Linuxppc-dev

RE: [PATCH 6/9] dmaengine: consolidate tx_status functions

2012-03-06 Thread H Hartley Sweeten
= dma_cookie_status(chan, cookie, state); spin_unlock_irqrestore(edmac-lock, flags); - ret = dma_async_is_complete(cookie, last_completed, last_used); - dma_set_tx_state(state, last_completed, last_used, 0); - return ret; } For ep93xx: Tested-by: H Hartley Sweeten

RE: [PATCH 3/9] dmaengine: add private header file

2012-03-05 Thread H Hartley Sweeten
On Monday, March 05, 2012 1:16 PM, Russell King wrote: Add a local private header file to contain definitions and declarations which should only be used by DMA engine drivers. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- drivers/dma/amba-pl08x.c|2 ++

RE: [PATCH 6/9] dmaengine: consolidate tx_status functions

2012-03-05 Thread H Hartley Sweeten
On Monday, March 05, 2012 1:17 PM, Russell King wrote: Now that we have the completed cookie in the dma_chan structure, we can consolidate the tx_status functions by providing a function to set the txstate structure and returning the DMA status. We also provide a separate helper to set the

RE: [PATCH 0/9] DMA engine cookie handling cleanups

2012-03-05 Thread H Hartley Sweeten
On Monday, March 05, 2012 1:51 PM, Linus Walleij wrote: On Mon, Mar 5, 2012 at 9:14 PM, Russell King - ARM Linux wrote: This patch series cleans up the handling of cookies in DMA engine drivers. This is done by providing a set of inline library functions for common tasks: Overall this looks

RE: [PATCH 6/9] dmaengine: consolidate tx_status functions

2012-03-05 Thread H Hartley Sweeten
On Monday, March 05, 2012 1:17 PM, Russell King wrote: Now that we have the completed cookie in the dma_chan structure, we can consolidate the tx_status functions by providing a function to set the txstate structure and returning the DMA status. We also provide a separate helper to set the

[PATCH] nodmask.h: remove macro any_online_node

2010-01-06 Thread H Hartley Sweeten
the first_online_node macro and remove the any_online_node macro since there are no users. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Andrew Morton a...@linux-foundation.org Cc: David Rientjes rient...@google.com Cc: KAMEZAWA Hiroyuki kamezawa.hir...@jp.fujitsu.com Cc: Mel Gorman m

RE: [PATCH] arch/powerpc/boot/devtree.c: use %pM to show MAC address

2009-12-31 Thread H Hartley Sweeten
On Wednesday, December 30, 2009 9:49 PM, Paul Mackerras wrote: On Wed, Dec 30, 2009 at 02:30:39PM -0500, H Hartley Sweeten wrote: Use the %pM kernel extension to display the MAC address. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com --- Nak - this isn't the kernel

[PATCH] arch/powerpc/boot/devtree.c: use %pM to show MAC address

2009-12-30 Thread H Hartley Sweeten
Use the %pM kernel extension to display the MAC address. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com --- diff --git a/arch/powerpc/boot/devtree.c b/arch/powerpc/boot/devtree.c index a7e21a3..a2f07a5 100644 --- a/arch/powerpc/boot/devtree.c +++ b/arch/powerpc/boot/devtree.c