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

2016-06-14 Thread Amitkumar Karwar
Hi Marcel, > From: Amitkumar Karwar > Sent: Monday, May 23, 2016 11:37 AM > To: 'linux-blueto...@vger.kernel.org' > Cc: 'linux-kernel@vger.kernel.org'; Ganapathi Bhat; Cathy Luo > Subject: RE: [PATCH v11 3/3] Bluetooth: hci_uart: Support firmware > download for Marv

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

2016-06-14 Thread Amitkumar Karwar
Hi Marcel, > From: Amitkumar Karwar > Sent: Monday, May 23, 2016 11:37 AM > To: 'linux-blueto...@vger.kernel.org' > Cc: 'linux-kernel@vger.kernel.org'; Ganapathi Bhat; Cathy Luo > Subject: RE: [PATCH v11 3/3] Bluetooth: hci_uart: Support firmware > download for Marv

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

2016-05-23 Thread Amitkumar Karwar
Hi Marcel, > > From: Amitkumar Karwar [mailto:akar...@marvell.com] > > Sent: Friday, May 06, 2016 9:02 PM > > To: linux-blueto...@vger.kernel.org > > Cc: linux-kernel@vger.kernel.org; Ganapathi Bhat; Amitkumar Karwar > > Subject: [PATCH v11 3/3] Bluetooth: hci_uart:

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

2016-05-23 Thread Amitkumar Karwar
Hi Marcel, > > From: Amitkumar Karwar [mailto:akar...@marvell.com] > > Sent: Friday, May 06, 2016 9:02 PM > > To: linux-blueto...@vger.kernel.org > > Cc: linux-kernel@vger.kernel.org; Ganapathi Bhat; Amitkumar Karwar > > Subject: [PATCH v11 3/3] Bluetooth: hci_uart:

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

2016-05-10 Thread Amitkumar Karwar
Hi Marcel, > From: Amitkumar Karwar [mailto:akar...@marvell.com] > Sent: Friday, May 06, 2016 9:02 PM > To: linux-blueto...@vger.kernel.org > Cc: linux-kernel@vger.kernel.org; Ganapathi Bhat; Amitkumar Karwar > Subject: [PATCH v11 3/3] Bluetooth: hci_uart: Support firmware downloa

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

2016-05-10 Thread Amitkumar Karwar
Hi Marcel, > From: Amitkumar Karwar [mailto:akar...@marvell.com] > Sent: Friday, May 06, 2016 9:02 PM > To: linux-blueto...@vger.kernel.org > Cc: linux-kernel@vger.kernel.org; Ganapathi Bhat; Amitkumar Karwar > Subject: [PATCH v11 3/3] Bluetooth: hci_uart: Support firmware downloa

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

2016-05-06 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:

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

2016-05-06 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: