RE: [PATCH v4] Bluetooth: hci_uart: Support firmware download for Marvell

2016-03-19 Thread Amitkumar Karwar
Hi Loic, > From: Loic Poulain [mailto:loic.poul...@intel.com] > Sent: Monday, March 14, 2016 9:25 PM > To: Amitkumar Karwar; linux-blueto...@vger.kernel.org > Cc: Cathy Luo; linux-kernel@vger.kernel.org; Nishant Sarmukadam; > Ganapathi Bhat > Subject: Re: [PATCH v4] Bluetooth:

Re: [PATCH v4] Bluetooth: hci_uart: Support firmware download for Marvell

2016-03-14 Thread Loic Poulain
Hi Amitkumar, Quick review inline. On 03/03/2016 12:56, Amitkumar Karwar wrote: From: Ganapathi Bhat 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: Amitku

RE: [PATCH v4] Bluetooth: hci_uart: Support firmware download for Marvell

2016-03-13 Thread Amitkumar Karwar
linux-kernel@vger.kernel.org; Nishant Sarmukadam; > Ganapathi Bhat; Amitkumar Karwar > Subject: [PATCH v4] Bluetooth: hci_uart: Support firmware download for > Marvell > > From: Ganapathi Bhat > > This patch implement firmware download feature for Marvell Bluetooth > devices. I

[PATCH v4] Bluetooth: hci_uart: Support firmware download for Marvell

2016-03-03 Thread Amitkumar Karwar
From: Ganapathi Bhat 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 v3: Addr