Re: [PATCH] mlx4_en: fix transmit of packages when blue frame isenabled

2011-10-07 Thread Thadeu Lima de Souza Cascardo
On Thu, Oct 06, 2011 at 03:10:28PM +0100, David Laight wrote: > > > static void mlx4_bf_copy(unsigned long *dst, unsigned long *src, > unsigned bytecnt) { > > + int i; > > + __le32 *psrc = (__le32 *)src; > > + > > + /* > > +* the buffer is already in big endian. For little endian > mac

RE: [RFC PATCH 1/2] RapidIO: Add DMA Engine support for RIO data transfers

2011-10-07 Thread Bounine, Alexandre
Vinod Koul wrote: > > On Mon, 2011-10-03 at 09:52 -0700, Bounine, Alexandre wrote: > > > > My concern here is that other subsystems may use/request DMA_SLAVE > > channel(s) as well > > and wrongfully acquire one that belongs to RapidIO. In this case separation > > with another > > flag may have

RE: [RFC PATCH 1/2] RapidIO: Add DMA Engine support for RIO data transfers

2011-10-07 Thread Bounine, Alexandre
Dan J Williams wrote: > > On Mon, Oct 3, 2011 at 9:52 AM, Bounine, Alexandre > wrote: > > > > My concern here is that other subsystems may use/request DMA_SLAVE channel(s) as well > > and wrongfully acquire one that belongs to RapidIO. In this case separation with another > > flag may have a sens

Re: [linuxppc-dev] powerpc/64e: External Proxy interrupt support

2011-10-07 Thread Tudor Laurentiu
Sorry about this. Please disregard. --- Best Regards, Laurentiu On 10/7/2011 5:15 PM, Laurentiu Tudor wrote: From: Scott Wood Adds support for External Proxy (a.k.a. CoreInt) interrupts on 64-bit kernels. External Proxy combines interrupt delivery and acknowledgement, so simply returning from

Re: [PATCH v14 10/10] USB/ppc4xx:Synopsys DWC OTG driver enable gadget support

2011-10-07 Thread Sergei Shtylyov
Hello. On 07-10-2011 6:31, tma...@apm.com wrote: From: Tirumala Marri Enable gadget support Signed-off-by: Tirumala R Marri Signed-off-by: Fushen Chen Signed-off-by: Mark Miesfeld [...] diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 5a084b9..5f1f89f 100644 -