]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Chip message format is either 8-bit cmd or 8-bit cmd + 16-bit data.
authorRoman Tereshonkov <roman.tereshonkov@nokia.com>
Thu, 15 May 2008 15:44:27 +0000 (18:44 +0300)
committerTony Lindgren <tony@atomide.com>
Fri, 16 May 2008 17:49:24 +0000 (10:49 -0700)
commit294e3ba1425bdb8c583f7d9dc8a55f3601669e0b
tree7c0ccef513dad6da91e2ba0cda8ca4aa12de93d5
parent2557d80a80c4a2ef829fc1d9d0be1a4a07571da0
Chip message format is either 8-bit cmd or 8-bit cmd + 16-bit data.

Fix the touchscreen input device name.

No need in msg.spi = ts->spi assignments. It is done in
spi_async called from spi_sync.

No need in driver bus assignment. It is done in spi_driver_register.

Signed-off-by: Roman Tereshonkov <roman.tereshonkov@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/input/touchscreen/tsc2005.c