Am 15.06.2012 10:52 schrieb Nico Huber:
Currently spi_aai_write() is implemented without an abstraction mechanism for the programmer driver. This adds another function pointer 'write_aai' to struct spi_programmer, which is set to default_spi_write_aai (renamed spi_aai_write) for all programmers for now.
A patch which utilises this abstraction in the dediprog driver will follow.
Signed-off-by: Nico Huber nico.huber@secunet.com
Thanks for reworking the patch! Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net and committed in r1543.
Regards, Carl-Daniel