From: Sebastian Andrzej Siewior Date: Fri, 22 May 2009 19:19:40 +0000 (+0200) Subject: net/libertas: make SPI interface big endian aware X-Git-Tag: v2.6.31-rc1~330^2~157^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f488b72de5bb2f380c157135922bac3ca1648564;p=pandora-kernel.git net/libertas: make SPI interface big endian aware The comment (which I remove) says that the translation is done SPI routines. IMHO this can't work because the SPI driver does not know whether the incomming bytes are part of the registers/bytes which need to be flipped or part of packet data which has to remain untouched. While adding le helpers I also removed spu_write_u32() which has no users. Tested-by: Andrey Yurovsky Signed-off-by: Sebastian Andrzej Siewior Acked-by: Dan Williams Signed-off-by: John W. Linville --- Reading git-diff-tree failed