[PATCH] regmap: Add HCI support

2015-09-24 Thread Loic Poulain
Add HCI support to the regmap API. Some HCI/BT devices provide register access via their HCI interface. (e.g. FM registers access for Intel BT/FM combo chip) Read/Write operations are performed via a HCI transaction composed of a HCI command (host->controller) followed by a HCI command complete ev

Re: [PATCH] regmap: Add HCI support

2015-09-29 Thread Mark Brown
On Fri, Sep 25, 2015 at 09:34:03PM +0200, Marcel Holtmann wrote: Please fix your mail client to word wrap within paragraphs, it makes your mails much easier to read. I've reformatted your text for legibility. > > +/* > > + * Register map access API - HCI support > I do not think we can consider

Re: [PATCH] regmap: Add HCI support

2015-09-25 Thread Marcel Holtmann
Hi Loic, > Add HCI support to the regmap API. > Some HCI/BT devices provide register access via their HCI interface. > (e.g. FM registers access for Intel BT/FM combo chip) > > Read/Write operations are performed via a HCI transaction composed of > a HCI command (host->controller) followed by a H