Re: [PATCH V3] CAN: Add Flexcan CAN controller driver
From: Oliver Hartkopp <socketcan@hartkopp.net>
Date: 2009-07-29 08:45:57
From: Oliver Hartkopp <socketcan@hartkopp.net>
Date: 2009-07-29 08:45:57
Sascha Hauer wrote:
And another go... Sascha From 9f6f6fb67d57d082e056dec8121f1423c1b4fa0b Mon Sep 17 00:00:00 2001 From: Sascha Hauer <s.hauer@pengutronix.de> Date: Tue, 21 Jul 2009 10:47:19 +0200 Subject: [PATCH] CAN: Add Flexcan CAN driver This core is found on some Freescale SoCs and also some Coldfire SoCs. Support for Coldfire is missing though at the moment as they have an older revision of the core which does not have RX FIFO support. V3: integrated comments from Oliver Hartkopp V2: integrated comments from Wolfgang Grandegger Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Thanks Sascha! The register access and the transition between the struct can_frame became much clearer now. Looks good to me. Best regards, Oliver