sfc: Extend MTD driver for use with new NICs
authorBen Hutchings <bhutchings@solarflare.com>
Sun, 29 Nov 2009 15:10:44 +0000 (15:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Nov 2009 01:23:54 +0000 (17:23 -0800)
commit76884835684411264cda2f15585261eb02183541
tree585b42235745acf3bf161838b14682428175e670
parentc1c4f453b61463df4df16f7aa5782fc0cfe05b9e
sfc: Extend MTD driver for use with new NICs

In new NICs flash is managed by firmware and we will use high-level
operations on partitions rather than direct SPI commands.  Add support
for multiple MTD partitions per flash device and remove the direct
link between MTD and SPI devices.  Maintain a list of MTD partitions
in struct efx_nic.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sfc/efx.c
drivers/net/sfc/ethtool.c
drivers/net/sfc/falcon.c
drivers/net/sfc/mtd.c
drivers/net/sfc/net_driver.h
drivers/net/sfc/spi.h