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

2013-07-18 Thread Mark Brown
On Thu, Jul 18, 2013 at 03:31:25PM +0530, Sourav Poddar wrote: > Make spi core calculate the message length while > populating the other transfer parameters. Applied, thanks. signature.asc Description: Digital signature

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

2013-07-18 Thread Sourav Poddar
Make spi core calculate the message length while populating the other transfer parameters. Usecase, driver can use it to populate framelength filed in their controller. Signed-off-by: Sourav Poddar --- drivers/spi/spi.c |1 + include/linux/spi/spi.h |1 + 2 files changed, 2 insert