Re: [PATCH v5 5/7] Bluetooth: Extend btuart driver for join more vendor devices

2018-07-18 Thread Sean Wang
On Wed, 2018-07-18 at 14:23 +0200, Marcel Holtmann wrote: > Hi Sean, > > > Adding an independent btuart.h header allows these essential definitions > > can be reused in vendor driver. Also, struct btuart_vnd is extended with > > additional callbacks such as .init initializing vendor da

Re: [PATCH v5 5/7] Bluetooth: Extend btuart driver for join more vendor devices

2018-07-18 Thread Marcel Holtmann
Hi Sean, > Adding an independent btuart.h header allows these essential definitions > can be reused in vendor driver. Also, struct btuart_vnd is extended with > additional callbacks such as .init initializing vendor data, .shtudown, > .recv and .send supporting SoC specific framing

Re: [PATCH v5 5/7] Bluetooth: Extend btuart driver for join more vendor devices

2018-07-16 Thread Sean Wang
On Mon, 2018-07-16 at 14:59 +0200, Marcel Holtmann wrote: > Hi Sean, > > >>> Adding an independent btuart.h header allows these essential definitions > >>> can be reused in vendor driver. Also, struct btuart_vnd is extended with > >>> additional callbacks such as .init initializing vendor data, .s

Re: [PATCH v5 5/7] Bluetooth: Extend btuart driver for join more vendor devices

2018-07-16 Thread Marcel Holtmann
Hi Sean, >>> Adding an independent btuart.h header allows these essential definitions >>> can be reused in vendor driver. Also, struct btuart_vnd is extended with >>> additional callbacks such as .init initializing vendor data, .shtudown, >>> .recv and .send supporting SoC specific framing for tha

Re: [PATCH v5 5/7] Bluetooth: Extend btuart driver for join more vendor devices

2018-07-15 Thread Sean Wang
On Sat, 2018-07-14 at 18:44 +0200, Marcel Holtmann wrote: > Hi Sean, > > > Adding an independent btuart.h header allows these essential definitions > > can be reused in vendor driver. Also, struct btuart_vnd is extended with > > additional callbacks such as .init initializing vendor data, .shtudow

Re: [PATCH v5 5/7] Bluetooth: Extend btuart driver for join more vendor devices

2018-07-14 Thread Marcel Holtmann
Hi Sean, > Adding an independent btuart.h header allows these essential definitions > can be reused in vendor driver. Also, struct btuart_vnd is extended with > additional callbacks such as .init initializing vendor data, .shtudown, > .recv and .send supporting SoC specific framing for that btuart

[PATCH v5 5/7] Bluetooth: Extend btuart driver for join more vendor devices

2018-07-09 Thread sean.wang
From: Sean Wang Adding an independent btuart.h header allows these essential definitions can be reused in vendor driver. Also, struct btuart_vnd is extended with additional callbacks such as .init initializing vendor data, .shtudown, .recv and .send supporting SoC specific framing for that btuart