Re: [char-misc-next 06/12] mei: dma ring buffers allocation

2018-09-12 Thread Greg Kroah-Hartman
On Sun, Aug 05, 2018 at 08:38:30PM +, Winkler, Tomas wrote: > > > Subject: RE: [char-misc-next 06/12] mei: dma ring buffers allocation > > > > > > > On Tue, Jul 31, 2018 at 09:35:38AM +0300, Tomas Winkler wrote: > > > > --- /dev/null > > >

RE: [char-misc-next 06/12] mei: dma ring buffers allocation

2018-08-05 Thread Winkler, Tomas
> Subject: RE: [char-misc-next 06/12] mei: dma ring buffers allocation > > > > On Tue, Jul 31, 2018 at 09:35:38AM +0300, Tomas Winkler wrote: > > > --- /dev/null > > > +++ b/drivers/misc/mei/dma-ring.c > > > @@ -0,0 +1,103 @@ > > > +// SPDX-Li

RE: [char-misc-next 06/12] mei: dma ring buffers allocation

2018-08-02 Thread Winkler, Tomas
> On Tue, Jul 31, 2018 at 09:35:38AM +0300, Tomas Winkler wrote: > > --- /dev/null > > +++ b/drivers/misc/mei/dma-ring.c > > @@ -0,0 +1,103 @@ > > +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 > > I thought Intel was not doing this type of crazy nonsense anymore and just > properly creati

Re: [char-misc-next 06/12] mei: dma ring buffers allocation

2018-08-02 Thread Greg Kroah-Hartman
On Tue, Jul 31, 2018 at 09:35:38AM +0300, Tomas Winkler wrote: > --- /dev/null > +++ b/drivers/misc/mei/dma-ring.c > @@ -0,0 +1,103 @@ > +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 I thought Intel was not doing this type of crazy nonsense anymore and just properly creating new files that

[char-misc-next 06/12] mei: dma ring buffers allocation

2018-07-30 Thread Tomas Winkler
Allocate DMA ring buffers from managed coherent memory. Signed-off-by: Tomas Winkler Signed-off-by: Alexander Usyskin --- drivers/misc/mei/Makefile | 1 + drivers/misc/mei/dma-ring.c | 103 drivers/misc/mei/hw-me.c| 6 +++ drivers/misc/mei/