Re: [PATCH 1/4] crypto: talitos: dma_map_sg can handle chained SG

2015-09-28 Thread LABBE Corentin
On Wed, Sep 23, 2015 at 02:07:22PM +0200, Christophe Leroy wrote: > > Le 23/09/2015 13:55, LABBE Corentin a écrit : > > The talitos driver use two dma_map_sg path > > according to SG are chained or not. > > Since dma_map_sg can handle both case, clean the code with all > > references to sg chained

Re: [PATCH 1/4] crypto: talitos: dma_map_sg can handle chained SG

2015-09-23 Thread Christophe Leroy
Le 23/09/2015 13:55, LABBE Corentin a écrit : The talitos driver use two dma_map_sg path according to SG are chained or not. Since dma_map_sg can handle both case, clean the code with all references to sg chained. Thus removing talitos_map_sg, talitos_unmap_sg_chain and sg_count functions. Sh