Re: [PATCH v2] vme_user: Update API to work in mixed environments

2013-12-18 Thread Aaron Sierra
- Original Message - > From: "Greg KH" > To: "Aaron Sierra" > Cc: "martyn welch" , de...@driverdev.osuosl.org, > "manohar vanga" , "dan > carpenter" > Sent: Tuesday, December 17, 2013 7:06:06 PM > Subject: Re: [P

Re: [PATCH v2] vme_user: Update API to work in mixed environments

2013-12-17 Thread Greg KH
On Mon, Dec 09, 2013 at 10:05:40AM -0600, Aaron Sierra wrote: > This patch updates the vme_master and vme_slave structures to use > types with well defined size and to prevent the compiler from > inserting padding (between enable and vme_addr for one). > > The original vme_master and vme_slave str

Re: [PATCH v2] vme_user: Update API to work in mixed environments

2013-12-11 Thread Martyn Welch
On 09/12/13 16:05, Aaron Sierra wrote: > This patch updates the vme_master and vme_slave structures to use > types with well defined size and to prevent the compiler from > inserting padding (between enable and vme_addr for one). > > The original vme_master and vme_slave structs would be different

[PATCH v2] vme_user: Update API to work in mixed environments

2013-12-09 Thread Aaron Sierra
This patch updates the vme_master and vme_slave structures to use types with well defined size and to prevent the compiler from inserting padding (between enable and vme_addr for one). The original vme_master and vme_slave structs would be different sizes and have different layouts depending on wh