All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] linux-firmware: Remove ath3k-2.fw
       [not found] <1296207208-4465-1-git-send-email-sbalashanmugam@atheros.com>
@ 2011-02-03  6:28 ` Bala Shanmugam
  2011-02-03  7:43 ` David Woodhouse
  1 sibling, 0 replies; 6+ messages in thread
From: Bala Shanmugam @ 2011-02-03  6:28 UTC (permalink / raw)
  To: dwmw2; +Cc: linux-bluetooth, jkumar, Luis Rodriguez

On 1/28/2011 3:03 PM, Shanmugamkamatchi Balashanmugam wrote:
> ath3k-2.fw is obsolete and not use by Atheros chipsets
> anymore.
>
> Signed-off-by: Bala Shanmugam<sbalashanmugam@atheros.com>
> ---
>   WHENCE     |    9 ---------
>   ath3k-2.fw |  Bin 246804 ->  0 bytes
>   2 files changed, 0 insertions(+), 9 deletions(-)
>   delete mode 100644 ath3k-2.fw
>
> diff --git a/WHENCE b/WHENCE
> index 1cbd0a6..c022b4a 100644
> --- a/WHENCE
> +++ b/WHENCE
> @@ -1306,15 +1306,6 @@ Licence: Redistributable, provided by Realtek in their driver
>
>   --------------------------------------------------------------------------
>
> -Driver: DFU Driver for Atheros bluetooth chipset AR3011
> -
> -File: ath3k-2.fw
> -Info: v2.0
> -
> -Licence: Redistributable. See LICENCE.atheros_firmware for details
> -
> ---------------------------------------------------------------------------
> -
>   Driver: lgs8gxx - Legend Silicon GB20600 demodulator driver
>
>   File: lgs8g75.fw
> diff --git a/ath3k-2.fw b/ath3k-2.fw
> deleted file mode 100644
> index 3fa8cff36301a7005936d54a407d6879923aa354..0000000000000000000000000000000000000000
> GIT binary patch
> literal 0
> HcmV?d00001
>
> literal 246804
>
Hi David,

Can you please upload this patch sent before.

Regards,
Bala.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] linux-firmware: Remove ath3k-2.fw
       [not found] <1296207208-4465-1-git-send-email-sbalashanmugam@atheros.com>
  2011-02-03  6:28 ` [PATCH] linux-firmware: Remove ath3k-2.fw Bala Shanmugam
@ 2011-02-03  7:43 ` David Woodhouse
  2011-02-03  8:01   ` Bala Shanmugam
  1 sibling, 1 reply; 6+ messages in thread
From: David Woodhouse @ 2011-02-03  7:43 UTC (permalink / raw)
  To: Bala Shanmugam; +Cc: linux-bluetooth, Luis.Rodriguez

On Fri, 2011-01-28 at 15:03 +0530, Bala Shanmugam wrote:
> ath3k-2.fw is obsolete and not use by Atheros chipsets
> anymore. 

Are you telling me that there is no extant hardware, and no old kernels,
which would use this? It was added to the linux-firmware tree and
*never* used?

-- 
dwmw2


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] linux-firmware: Remove ath3k-2.fw
  2011-02-03  7:43 ` David Woodhouse
@ 2011-02-03  8:01   ` Bala Shanmugam
  2011-02-03 17:46     ` Luis R. Rodriguez
  2011-03-01  6:38     ` Bala Shanmugam
  0 siblings, 2 replies; 6+ messages in thread
From: Bala Shanmugam @ 2011-02-03  8:01 UTC (permalink / raw)
  To: David Woodhouse; +Cc: linux-bluetooth, Luis Rodriguez

On 2/3/2011 1:13 PM, David Woodhouse wrote:
> On Fri, 2011-01-28 at 15:03 +0530, Bala Shanmugam wrote:
>> ath3k-2.fw is obsolete and not use by Atheros chipsets
>> anymore.
> Are you telling me that there is no extant hardware, and no old kernels,
> which would use this? It was added to the linux-firmware tree and
> *never* used?
>
Yes David, no older kernel uses this firmware.
We thought to have new firmware file for newer versions but
our driver patch was not accepted and we decided to
have single firmware for this chipset [ath3k-1.fw].

Thanks and Regards,
Bala.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] linux-firmware: Remove ath3k-2.fw
  2011-02-03  8:01   ` Bala Shanmugam
@ 2011-02-03 17:46     ` Luis R. Rodriguez
  2011-02-08  6:35       ` Bala Shanmugam
  2011-03-01  6:38     ` Bala Shanmugam
  1 sibling, 1 reply; 6+ messages in thread
From: Luis R. Rodriguez @ 2011-02-03 17:46 UTC (permalink / raw)
  To: Shanmugamkamatchi Balashanmugam
  Cc: David Woodhouse, linux-bluetooth, Luis Rodriguez

On Thu, Feb 03, 2011 at 12:01:37AM -0800, Shanmugamkamatchi Balashanmugam wrote:
> On 2/3/2011 1:13 PM, David Woodhouse wrote:
> > On Fri, 2011-01-28 at 15:03 +0530, Bala Shanmugam wrote:
> >> ath3k-2.fw is obsolete and not use by Atheros chipsets
> >> anymore.
> > Are you telling me that there is no extant hardware, and no old kernels,
> > which would use this? It was added to the linux-firmware tree and
> > *never* used?
> >
> Yes David, no older kernel uses this firmware.
> We thought to have new firmware file for newer versions but
> our driver patch was not accepted and we decided to
> have single firmware for this chipset [ath3k-1.fw].
> 

To be clear, the patch for upstream to use that firmware was submitted IIRC but
never merged upstream... you merged the firmware first. By the time it came
time to push it again, I had asked WTF was in it, and asked for the patch to
get merged, but it was made clear by our team the APIs never changed so Marcel
suggested we just replace the firmware in linux-firmware instead of adding a
new firmware and patching the driver.

Apologies for any trouble.

  Luis

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] linux-firmware: Remove ath3k-2.fw
  2011-02-03 17:46     ` Luis R. Rodriguez
@ 2011-02-08  6:35       ` Bala Shanmugam
  0 siblings, 0 replies; 6+ messages in thread
From: Bala Shanmugam @ 2011-02-08  6:35 UTC (permalink / raw)
  To: Luis Rodriguez; +Cc: David Woodhouse, linux-bluetooth

On 2/3/2011 11:16 PM, Luis Rodriguez wrote:
> On Thu, Feb 03, 2011 at 12:01:37AM -0800, Shanmugamkamatchi Balashanmugam wrote:
>> On 2/3/2011 1:13 PM, David Woodhouse wrote:
>>> On Fri, 2011-01-28 at 15:03 +0530, Bala Shanmugam wrote:
>>>> ath3k-2.fw is obsolete and not use by Atheros chipsets
>>>> anymore.
>>> Are you telling me that there is no extant hardware, and no old kernels,
>>> which would use this? It was added to the linux-firmware tree and
>>> *never* used?
>>>
>> Yes David, no older kernel uses this firmware.
>> We thought to have new firmware file for newer versions but
>> our driver patch was not accepted and we decided to
>> have single firmware for this chipset [ath3k-1.fw].
>>
> To be clear, the patch for upstream to use that firmware was submitted IIRC but
> never merged upstream... you merged the firmware first. By the time it came
> time to push it again, I had asked WTF was in it, and asked for the patch to
> get merged, but it was made clear by our team the APIs never changed so Marcel
> suggested we just replace the firmware in linux-firmware instead of adding a
> new firmware and patching the driver.
>
> Apologies for any trouble.
>
>    Luis
Hi David,

Please upstream this patch.
Let me know if I need to do anything from my side.

Regards,
Bala.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] linux-firmware: Remove ath3k-2.fw
  2011-02-03  8:01   ` Bala Shanmugam
  2011-02-03 17:46     ` Luis R. Rodriguez
@ 2011-03-01  6:38     ` Bala Shanmugam
  1 sibling, 0 replies; 6+ messages in thread
From: Bala Shanmugam @ 2011-03-01  6:38 UTC (permalink / raw)
  To: David Woodhouse; +Cc: linux-bluetooth, Jothikumar Mothilal, Vikram Kandukuri

On 2/3/2011 1:31 PM, Bala Shanmugam wrote:
> On 2/3/2011 1:13 PM, David Woodhouse wrote:
>> On Fri, 2011-01-28 at 15:03 +0530, Bala Shanmugam wrote:
>>> ath3k-2.fw is obsolete and not use by Atheros chipsets
>>> anymore.
>> Are you telling me that there is no extant hardware, and no old kernels,
>> which would use this? It was added to the linux-firmware tree and
>> *never* used?
>>
> Yes David, no older kernel uses this firmware.
> We thought to have new firmware file for newer versions but
> our driver patch was not accepted and we decided to
> have single firmware for this chipset [ath3k-1.fw].
>
> Thanks and Regards,
> Bala.
>
>
Hi David,

Can you please remove this firmware.
If you have any concerns please let me know.

Regards,
Bala.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-03-01  6:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1296207208-4465-1-git-send-email-sbalashanmugam@atheros.com>
2011-02-03  6:28 ` [PATCH] linux-firmware: Remove ath3k-2.fw Bala Shanmugam
2011-02-03  7:43 ` David Woodhouse
2011-02-03  8:01   ` Bala Shanmugam
2011-02-03 17:46     ` Luis R. Rodriguez
2011-02-08  6:35       ` Bala Shanmugam
2011-03-01  6:38     ` Bala Shanmugam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.