Re: [RFC/PATCH 1/3] driver: spi: Modify core to compute the message length

2013-07-08 Thread Mark Brown
On Mon, Jul 08, 2013 at 07:12:58PM +0530, Sourav Poddar wrote: > Make spi core calculate the message length while > populating the other transfer parameters. This will > be useful in cases where controller driver need to configure its > framelength field without iterating through the linklist agai

[RFC/PATCH 1/3] driver: spi: Modify core to compute the message length

2013-07-08 Thread Sourav Poddar
Make spi core calculate the message length while populating the other transfer parameters. This will be useful in cases where controller driver need to configure its framelength field without iterating through the linklist again in the driver controller. Signed-off-by: Sourav Poddar --- drivers