[PATCH] firmware: Remove obsolete Chelsio cxgb3 firmware

Subsystems: the rest

STALE5115d

5 messages, 3 authors, 2012-08-04 · open the first message on its own page

[PATCH] firmware: Remove obsolete Chelsio cxgb3 firmware

From: Tim Gardner <hidden>
Date: 2012-08-01 19:17:47

The current firmware version used by the device driver
is 7.12.0

Cc: Paul Gortmaker <redacted>
Cc: Ben Hutchings <redacted>
Cc: James Bottomley <redacted>
Cc: Dan Williams <redacted>
Cc: Divy Le Ray <redacted>
Cc: netdev@vger.kernel.org
Signed-off-by: Tim Gardner <redacted>
---
 firmware/Makefile                   |    1 -
 firmware/cxgb3/t3fw-7.10.0.bin.ihex | 1935 -----------------------------------
 2 files changed, 1936 deletions(-)
 delete mode 100644 firmware/cxgb3/t3fw-7.10.0.bin.ihex
diff --git a/firmware/Makefile b/firmware/Makefile
index 344713b..76628e3 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -43,7 +43,6 @@ fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin
 fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin
 fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \
 				   cxgb3/t3c_psram-1.1.0.bin \
-				   cxgb3/t3fw-7.10.0.bin \
 				   cxgb3/ael2005_opt_edc.bin \
 				   cxgb3/ael2005_twx_edc.bin \
 				   cxgb3/ael2020_twx_edc.bin
diff --git a/firmware/cxgb3/t3fw-7.10.0.bin.ihex b/firmware/cxgb3/t3fw-7.10.0.bin.ihex
deleted file mode 100644
index 96399d8..0000000
-- 
1.7.9.5

Re: [PATCH] firmware: Remove obsolete Chelsio cxgb3 firmware

From: David Miller <davem@davemloft.net>
Date: 2012-08-02 07:20:04

From: Tim Gardner <redacted>
Date: Wed,  1 Aug 2012 13:17:50 -0600
The current firmware version used by the device driver
is 7.12.0

Cc: Paul Gortmaker <redacted>
Cc: Ben Hutchings <redacted>
Cc: James Bottomley <redacted>
Cc: Dan Williams <redacted>
Cc: Divy Le Ray <redacted>
Cc: netdev@vger.kernel.org
Signed-off-by: Tim Gardner <redacted>
"git am" refuses to apply this to current 'net':

Applying: firmware: Remove obsolete Chelsio cxgb3 firmware
error: removal patch leaves file contents
error: firmware/cxgb3/t3fw-7.10.0.bin.ihex: patch does not apply

Re: [PATCH] firmware: Remove obsolete Chelsio cxgb3 firmware

From: Tim Gardner <hidden>
Date: 2012-08-02 12:31:41

On 08/02/2012 01:20 AM, David Miller wrote:
"git am" refuses to apply this to current 'net':

Applying: firmware: Remove obsolete Chelsio cxgb3 firmware
error: removal patch leaves file contents
error: firmware/cxgb3/t3fw-7.10.0.bin.ihex: patch does not apply
Paul Gortmaker suggested I use 'git format-patch --irreversible-delete'
to produce shorter patches, but then even I can't reapply it.

How about a pull request against net-next instead ?

The following changes since commit 1a9b4993b70fb1884716902774dc9025b457760d:

  Merge branch 'upstream' of
git://git.linux-mips.org/pub/scm/ralf/upstream-linus (2012-08-01
16:47:15 -0700)

are available in the git repository at:


  git://kernel.ubuntu.com/rtg/net-next.git master

for you to fetch changes up to 044b722f36a17bc5f7f472cc3246cb15a430bb0e:

  firmware: Remove obsolete Chelsio cxgb3 firmware (2012-08-02 06:23:25
-0600)

----------------------------------------------------------------
Tim Gardner (1):
      firmware: Remove obsolete Chelsio cxgb3 firmware

 firmware/Makefile                   |    1 -
 firmware/cxgb3/t3fw-7.10.0.bin.ihex | 1935
-----------------------------------
 2 files changed, 1936 deletions(-)
 delete mode 100644 firmware/cxgb3/t3fw-7.10.0.bin.ihex
-- 
Tim Gardner tim.gardner@canonical.com

Re: [PATCH] firmware: Remove obsolete Chelsio cxgb3 firmware

From: Paul Gortmaker <hidden>
Date: 2012-08-02 20:42:12

On 12-08-02 08:28 AM, Tim Gardner wrote:
On 08/02/2012 01:20 AM, David Miller wrote:
quoted
"git am" refuses to apply this to current 'net':

Applying: firmware: Remove obsolete Chelsio cxgb3 firmware
error: removal patch leaves file contents
error: firmware/cxgb3/t3fw-7.10.0.bin.ihex: patch does not apply
Paul Gortmaker suggested I use 'git format-patch --irreversible-delete'
to produce shorter patches, but then even I can't reapply it.
The git folks originally designed it that way on purpose, (i.e. used
for review only) but it doesn't really need to be limited like that,
so I've proposed a fix and we'll see what the git folks have to say.

   http://marc.info/?l=git&m=134394003916648&w=2

Paul.
--
How about a pull request against net-next instead ?

The following changes since commit 1a9b4993b70fb1884716902774dc9025b457760d:

  Merge branch 'upstream' of
git://git.linux-mips.org/pub/scm/ralf/upstream-linus (2012-08-01
16:47:15 -0700)

are available in the git repository at:


  git://kernel.ubuntu.com/rtg/net-next.git master

for you to fetch changes up to 044b722f36a17bc5f7f472cc3246cb15a430bb0e:

  firmware: Remove obsolete Chelsio cxgb3 firmware (2012-08-02 06:23:25
-0600)

----------------------------------------------------------------
Tim Gardner (1):
      firmware: Remove obsolete Chelsio cxgb3 firmware

 firmware/Makefile                   |    1 -
 firmware/cxgb3/t3fw-7.10.0.bin.ihex | 1935
-----------------------------------
 2 files changed, 1936 deletions(-)
 delete mode 100644 firmware/cxgb3/t3fw-7.10.0.bin.ihex

Re: [PATCH] firmware: Remove obsolete Chelsio cxgb3 firmware

From: David Miller <davem@davemloft.net>
Date: 2012-08-04 03:41:11

From: Tim Gardner <redacted>
Date: Thu, 02 Aug 2012 06:28:58 -0600
  git://kernel.ubuntu.com/rtg/net-next.git master

for you to fetch changes up to 044b722f36a17bc5f7f472cc3246cb15a430bb0e:

  firmware: Remove obsolete Chelsio cxgb3 firmware (2012-08-02 06:23:25
-0600)
Pulled, thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help