Re: [resend PATCH 2/2] dim: pass dim_sample to net_dim() by reference

2024-10-31 Thread Nelson, Shannon
On 10/30/2024 5:23 PM, Caleb Sander Mateos wrote: net_dim() is currently passed a struct dim_sample argument by value. struct dim_sample is 24 bytes. Since this is greater 16 bytes, x86-64 passes it on the stack. All callers have already initialized dim_sample on the stack, so passing it by valu

RE: [PATCH v2] pasemi_dma: Driver for PA Semi PWRficient on-chip DMAengine

2008-03-17 Thread Nelson, Shannon
>From: Olof Johansson [mailto:[EMAIL PROTECTED] >Sent: Sunday, March 16, 2008 2:30 PM > >pasemi_dma: Driver for PA Semi PWRficient on-chip DMA engine > >DMA copy offload driver for PA Semi PWRficient. It uses the >platform-specific functions to allocate channels, etc. > >Signed-off-by: Olof Johans

RE: [PATCH 5/5] Add DMA engine driver for Freescale MPC85xx processors.

2007-09-11 Thread Nelson, Shannon
>From: Scott Wood [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 11, 2007 7:20 AM >To: Zhang Wei-r63237 >Cc: Nelson, Shannon; [EMAIL PROTECTED]; >linuxppc-dev@ozlabs.org; Williams, Dan J; [EMAIL PROTECTED] >Subject: Re: [PATCH 5/5] Add DMA engine driver for Freescale &

RE: [PATCH 5/5] Add DMA engine driver for Freescale MPC85xx processors.

2007-09-07 Thread Nelson, Shannon
>From: Zhang Wei [mailto:[EMAIL PROTECTED] >Sent: Friday, September 07, 2007 3:54 AM >To: [EMAIL PROTECTED]; Nelson, Shannon >Cc: [EMAIL PROTECTED]; linuxppc-dev@ozlabs.org; >[EMAIL PROTECTED]; Zhang Wei; Ebony Zhu >Subject: [PATCH 5/5] Add DMA engine driver for Freescale &