From: ppisa Date: Wed, 18 Jan 2006 01:20:07 +0000 (+0000) Subject: Deep rewrite of TSCAN1 and TS7KV boards support. X-Git-Tag: CLT_COMM_CAN-lincan-0_3_2~4 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/commitdiff_plain/af6f1816764635c4d495177b74fe89a9a0e5ac4f?hp=af6f1816764635c4d495177b74fe89a9a0e5ac4f Deep rewrite of TSCAN1 and TS7KV boards support. Result requires tests on real hardware and probability of breakage is very likely. The main aim of the rewrite is to simplify register access code. The LinCAN driver does not require more than first 32 byte ports to control SJA1000 in pelican mode. With this simplification, no windowing is required for TSCAN1 and only minimal support for access of SJACDR has been left for TS7KV. The boards lookup checks for IO range availability and TSCAN1 window can be placed automatically as well. The "canio" parameter changed to "tscanio". ---