Re: [PATCH 5/8] Bluetooth: btrsi: add new rsi bluetooth driver

2017-11-30 Thread Amitkumar Karwar
On Wed, Nov 29, 2017 at 7:03 PM, Marcel Holtmann wrote: > Hi Amitkumar, > Redpine bluetooth driver is a thin driver which depends on 'rsi_91x' driver for transmitting and receiving packets to/from device. It creates hci interface when attach() is called

Re: [PATCH 5/8] Bluetooth: btrsi: add new rsi bluetooth driver

2017-11-29 Thread Marcel Holtmann
Hi Amitkumar, >>> Redpine bluetooth driver is a thin driver which depends on >>> 'rsi_91x' driver for transmitting and receiving packets >>> to/from device. It creates hci interface when attach() is >>> called from 'rsi_91x' module. >>> >>> Signed-off-by: Prameela Rani Garnepudi

Re: [PATCH 5/8] Bluetooth: btrsi: add new rsi bluetooth driver

2017-11-29 Thread Amitkumar Karwar
On Wed, Nov 15, 2017 at 9:07 PM, Marcel Holtmann wrote: > Hi Amitkumar, > >> Redpine bluetooth driver is a thin driver which depends on >> 'rsi_91x' driver for transmitting and receiving packets >> to/from device. It creates hci interface when attach() is >> called from

Re: [PATCH 5/8] Bluetooth: btrsi: add new rsi bluetooth driver

2017-11-15 Thread Amitkumar Karwar
On Wed, Nov 15, 2017 at 9:07 PM, Marcel Holtmann wrote: > Hi Amitkumar, > >> Redpine bluetooth driver is a thin driver which depends on >> 'rsi_91x' driver for transmitting and receiving packets >> to/from device. It creates hci interface when attach() is >> called from

Re: [PATCH 5/8] Bluetooth: btrsi: add new rsi bluetooth driver

2017-11-15 Thread Marcel Holtmann
Hi Amitkumar, > Redpine bluetooth driver is a thin driver which depends on > 'rsi_91x' driver for transmitting and receiving packets > to/from device. It creates hci interface when attach() is > called from 'rsi_91x' module. > > Signed-off-by: Prameela Rani Garnepudi >

[PATCH 5/8] Bluetooth: btrsi: add new rsi bluetooth driver

2017-11-14 Thread Amitkumar Karwar
From: Prameela Rani Garnepudi Redpine bluetooth driver is a thin driver which depends on 'rsi_91x' driver for transmitting and receiving packets to/from device. It creates hci interface when attach() is called from 'rsi_91x' module. Signed-off-by: Prameela Rani