From: Brian Niebuhr Date: Mon, 16 Aug 2010 09:35:51 +0000 (+0530) Subject: spi: davinci: make chip-slect specific parameters really chip-select specific X-Git-Tag: v2.6.38-rc1~454^2~6^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53a31b07c5aea4001bbb36ddd5ef2addffc7ccbd;p=pandora-kernel.git spi: davinci: make chip-slect specific parameters really chip-select specific Some chip-select specific paramterers like wdelay, parity, usage of chip-select timers (and the actual timer values) are included in platform data forcing the same behaviour across all chip-selects. Create a new davinci_spi_config data structure which can be passed along using controller_data member of spi_device data structure on a per-device basis. Signed-off-by: Brian Niebuhr Tested-By: Michael Williamson Signed-off-by: Sekhar Nori --- Reading git-diff-tree failed