On Sun, 04 Nov 2012 23:48:41 +0200 Kyösti Mälkki kyosti.malkki@gmail.com wrote:
Thanks, your clean-up looks good.
Tested on both a clone with C8051F321 and the original product.
great. the only remaining problem now is the makefile. the current scheme does not work as intended. without the patch this works: make distclean; make -j1 CONFIG_INTERNAL=no CONFIG_SERPROG=no CONFIG_RAYER_SPI=no CONFIG_PONY_SPI=no CONFIG_NIC3COM=no CONFIG_GFXNVIDIA=no CONFIG_SATASII=no CONFIG_DUMMY=no CONFIG_DRKAISER=no CONFIG_NICREALTEK=no CONFIG_NICINTEL=no CONFIG_NICINTEL_SPI=no CONFIG_OGP_SPI=no CONFIG_BUSPIRATE_SPI=no CONFIG_SATAMV=no CONFIG_LINUX_SPI=no CONFIG_FT2232_SPI=yes CONFIG_USBBLASTER_SPI=no with the patch it does not.