Re: [PATCH] Chip message format is either 8-bit cmd or 8-bit cmd + 16-bit data.

2008-05-16 Thread Tony Lindgren
* Roman Tereshonkov [EMAIL PROTECTED] [080515 08:48]: 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. Pushing. Tony Signed-off-by:

[PATCH] Chip message format is either 8-bit cmd or 8-bit cmd + 16-bit data.

2008-05-15 Thread Roman Tereshonkov
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 [EMAIL PROTECTED] --- drivers/input/touchscreen/tsc2005.c | 36