[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A6F073A.1050909@hartkopp.net>
Date: Tue, 28 Jul 2009 16:12:10 +0200
From: Oliver Hartkopp <socketcan@...tkopp.net>
To: Sascha Hauer <s.hauer@...gutronix.de>
CC: Socketcan-core@...ts.berlios.de,
Linux Netdev List <netdev@...r.kernel.org>
Subject: Re: [PATCH V2] CAN: Add Flexcan CAN controller driver
Oliver Hartkopp wrote:
> Sascha Hauer wrote:
>>>> +
>>>> + if (frame->can_id & CAN_RTR_FLAG)
>>>> + dlc |= MB_CNT_RTR;
>>>> +
>>>> + writel(dlc, ®s->cantxfg[TX_BUF_ID].can_dlc);
>>>> + writel(can_id, ®s->cantxfg[TX_BUF_ID].can_id);
Are you sure, that this is correct?
Indeed i wonder, if it would make sense to skip the entire struct flexcan_mb
approach and fiddle byte-by-byte inside the registers ...
Regards,
Oliver
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists