From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Tue, 16 Dec 2008 12:00:42 +0100 Subject: [U-Boot] MPC5121 MSCAN Peripheral in U-Boot In-Reply-To: <000901c95f58$36a73ba0$a3f5b2e0$@canella@selcomgroup.com> References: <000901c95f58$36a73ba0$a3f5b2e0$@canella@selcomgroup.com> Message-ID: <49478A5A.9020604@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 Matteo Canella wrote: > Hi sirs, > > I'm implementing a driver for the MSCAN peripheral of the mpc5121 in Das > U-Boot. > > I'm wondering if there's anyone who has already done some work on it. $ find . -name '*.c'| xargs grep -i MSCAN reports two boards implementing a simple CAN command for loopback testing, I guess. Wolfgang.