From: Imre Deak Date: Mon, 15 May 2006 09:04:03 +0000 (-0700) Subject: [PATCH] omap_uwire: use the per transfer wordsize and speed overrides X-Git-Tag: v2.6.17-omap1~68 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d0d616724d8fb4ffbbffed6c037250bc1488269;p=pandora-kernel.git [PATCH] omap_uwire: use the per transfer wordsize and speed overrides Each transfer in an SPI message can have its wordsize and speed override. Add a uwire_setup_transfer to handle this. Allocate a per SPI device controller state struct, where we cache the current bits_per_word and the functional clock divider. The latter cannot be set for each CS in HW, so we have to reset it whenever a new device is selected. Signed-off-by: Imre Deak --- Reading git-diff-tree failed