On Wed, 2014-10-08 at 11:14 +0100, bruce bushby wrote: > Hi > > I wanted to ask about the status of "arch/arm/mach-sunxxx" in > reference to the mainline kernel. I see linux-sunxi (3.4) has the > following AllWinner specific directories: > > mach-sun4isunxi: > mach-sun5isunxi: > mach-sun7isun7i: > > > However the current mainline kernel (3.17) only has: > mach-sunxi > > Which only contains: > platsmp.c > sunxi.c > > > Should I be trying to patch my 3.17 kernel to include mach- > sun7isun7i? > > I found this CAN driver: > https://github.com/plaes/sunxi-can-driver > > However it includes: > #include <mach/includes.h> > > Which doesn't exist in the mainline kernel. The file > "mach/includes.h" > appears to include most of "mach-sun7isun7i"
Firstly, that repository is just a code dump that I salvaged from the mailing list message as the original repository had gone missing. I assume this driver was targeting older SDK kernel and therefore is not compatible neither with sunxi-3.4 or mainline. But if anyone wants sunxi-3.4, there's a fork that contains commits that seem to add sunxi-3.4 support: https://github.com/btolfa/sunxi-can-driver Päikest, Priit Laes :) -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
