Re: [PATCH 1/3] soc: qcom: smd: Represent channel layout in structures

2015-09-01 Thread Stephen Boyd
On 08/31/2015 09:55 PM, Bjorn Andersson wrote: > On Mon 31 Aug 18:39 PDT 2015, Stephen Boyd wrote: > >> The rx and tx channel info are laid out in memory next to each >> other, and there are two types of channel info structures, byte >> based and word based. We have 4 pointers to these info >>

Re: [PATCH 1/3] soc: qcom: smd: Represent channel layout in structures

2015-09-01 Thread Stephen Boyd
On 08/31/2015 09:55 PM, Bjorn Andersson wrote: > On Mon 31 Aug 18:39 PDT 2015, Stephen Boyd wrote: > >> The rx and tx channel info are laid out in memory next to each >> other, and there are two types of channel info structures, byte >> based and word based. We have 4 pointers to these info >>

Re: [PATCH 1/3] soc: qcom: smd: Represent channel layout in structures

2015-08-31 Thread Bjorn Andersson
On Mon 31 Aug 18:39 PDT 2015, Stephen Boyd wrote: > The rx and tx channel info are laid out in memory next to each > other, and there are two types of channel info structures, byte > based and word based. We have 4 pointers to these info > structures, when we really only need two to point to the

Re: [PATCH 1/3] soc: qcom: smd: Represent channel layout in structures

2015-08-31 Thread Bjorn Andersson
On Mon 31 Aug 18:39 PDT 2015, Stephen Boyd wrote: > The rx and tx channel info are laid out in memory next to each > other, and there are two types of channel info structures, byte > based and word based. We have 4 pointers to these info > structures, when we really only need two to point to the