public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] [git-pull] net firmware patches
@ 2009-03-30 15:27 Jaswinder Singh Rajput
  2009-03-31 21:44 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jaswinder Singh Rajput @ 2009-03-30 15:27 UTC (permalink / raw)
  To: David Miller, netdev, LKML, David Woodhouse, frible, becker, d

David:

The following changes since commit 7c757eb9f804782fb39d0ae2c1a88ffb9309138e:
  Roland Dreier (1):
        RDMA/nes: Fix mis-merge

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/net-next-2.6.git master

Jaswinder Singh Rajput (3):
      yam: use request_firmware
      3C359: use request_firmware
      smc91c92_cs: use request_firmware

 drivers/net/hamradio/yam.c              |   64 ++-
 drivers/net/hamradio/yam1200.h          |  343 -------
 drivers/net/hamradio/yam9600.h          |  343 -------
 drivers/net/pcmcia/ositech.h            |  358 -------
 drivers/net/pcmcia/smc91c92_cs.c        |   44 +-
 drivers/net/tokenring/3c359.c           |   63 +-
 drivers/net/tokenring/3c359.h           |    3 +
 drivers/net/tokenring/3c359_microcode.h | 1581 -------------------------------
 firmware/3com/3C359.bin.ihex            | 1573 ++++++++++++++++++++++++++++++
 firmware/Makefile                       |    3 +
 firmware/WHENCE                         |   50 +
 firmware/ositech/Xilinx7OD.bin.ihex     |  177 ++++
 firmware/yam/1200.bin.ihex              |  342 +++++++
 firmware/yam/9600.bin.ihex              |  342 +++++++
 14 files changed, 2628 insertions(+), 2658 deletions(-)
 delete mode 100644 drivers/net/hamradio/yam1200.h
 delete mode 100644 drivers/net/hamradio/yam9600.h
 delete mode 100644 drivers/net/pcmcia/ositech.h
 delete mode 100644 drivers/net/tokenring/3c359_microcode.h
 create mode 100644 firmware/3com/3C359.bin.ihex
 create mode 100644 firmware/ositech/Xilinx7OD.bin.ihex
 create mode 100644 firmware/yam/1200.bin.ihex
 create mode 100644 firmware/yam/9600.bin.ihex



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

end of thread, other threads:[~2009-03-31 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-30 15:27 [PATCH 0/3] [git-pull] net firmware patches Jaswinder Singh Rajput
2009-03-31 21:44 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox