[PATCHv3] C_CAN: Add 32-bit accesses
From: Pavel Machek <hidden>
Date: 2014-05-13 11:29:39
Also in:
linux-can
From: Pavel Machek <hidden>
Date: 2014-05-13 11:29:39
Also in:
linux-can
Hi!
quoted
Add helpers for 32-bit accesses and replace open-coded 32-bit access with calls to helpers. Minimum changes are done to the pci case, as I don't have access to that hardware.I'll ask David Miller to merge net/master into net-next/master so that I can apply this patch. For now, I've applied the patch to can-next testing-c_can (git://gitorious.org/linux-can/linux-can-next.git testing-c_can) Can you make other patches based on that tree, please.
Yes, give me few minutes.
quoted
--- a/drivers/net/can/c_can/c_can_pci.c +++ b/drivers/net/can/c_can/c_can_pci.c +static void c_can_plat_write_reg32(struct c_can_priv *priv, enum reg index, + u32 val) +{ + priv->write_reg(priv, index + 1, val>>16);spaces around >>, I'll fix this while applying.
Thanks! Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html