RE: [PATCH v9 3/3] Bluetooth: hci_uart: Support firmware download for Marvell

2016-05-04 Thread Amitkumar Karwar
Hi Marcel, Thanks for your comments. We are working to resolve them. > > + > > +/* Receive data */ > > +static int mrvl_recv(struct hci_uart *hu, const void *data, int > > +count) { > > + struct mrvl_data *mrvl = hu->priv; > > + > > + if (test_bit(HCI_UART_DNLD_FW, &mrvl->flags)) { > > +

Re: [PATCH v9 3/3] Bluetooth: hci_uart: Support firmware download for Marvell

2016-05-02 Thread Marcel Holtmann
Hi Amitkumar, > This patch implement firmware download feature for > Marvell Bluetooth devices. If firmware is already > downloaded, it will skip downloading. > > Signed-off-by: Ganapathi Bhat > Signed-off-by: Amitkumar Karwar > --- > v2: Fixed compilation warning reported by kbuild test robot