
On Tue, May 23, 2017 at 03:14:36PM +0530, Jagannadha Sutradharudu Teki wrote:
From: Jagan Teki jagan@openedev.com
Dropped drivers/spi/atmel_dataflash_spi.c becuase of
- No 'driver model' conversion
- Similar driver be there at mtd flash side
- Flash drivers shouldn't be part of spi area
- No response for prior mail in mailing-list
Signed-off-by: Jagan Teki jagan@openedev.com
Note:
board/atmel/at91sam9260ek/partition.c | 1 - board/atmel/at91sam9261ek/partition.c | 1 - drivers/spi/Makefile | 1 - drivers/spi/atmel_dataflash_spi.c | 184 ---------------------------------- include/configs/at91sam9260ek.h | 15 --- include/configs/at91sam9261ek.h | 15 --- include/configs/pm9261.h | 1 - scripts/config_whitelist.txt | 4 - 8 files changed, 222 deletions(-) delete mode 100644 drivers/spi/atmel_dataflash_spi.c
The problem here is that you need to remove the boards in question as well. I see the baord maintainer was Cc'd on this email, so this is a bit stronger of a poke, as I guess we need to drop these boards.. Thanks!