From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Mon, 26 Oct 2009 13:14:35 +0100 Subject: [U-Boot] [PATCH] add u-boot sja1000/can support In-Reply-To: <200910241217470153391@gmail.com> References: <200910241217470153391@gmail.com> Message-ID: <4AE592AB.5020600@grandegger.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, miaofng wrote: >>>From 1f6aaba856fbf484c442eb33cf220774d57fba8d Mon Sep 17 00:00:00 2001 > From: miaofng > Date: Fri, 23 Oct 2009 17:06:50 +0800 > Subject: [PATCH] [can] add u-boot sja1000/can support There are already CAN controllers supported for some board, e.g. ./tqm5200/cmd_stk52xx.c, and a generic CAN device drive interface would be nice to have, indeed. At a first glance I find your Socket-CAN based approach to heavy. Could you please elaborate on the use cases you have in mind. Wolfgang.