commit | 76884835684411264cda2f15585261eb02183541 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Sun Nov 29 15:10:44 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 29 17:23:54 2009 -0800 |
tree | 585b42235745acf3bf161838b14682428175e670 | |
parent | c1c4f453b61463df4df16f7aa5782fc0cfe05b9e [diff] |
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>