lin-bus / linux-lin

Linux kernel LIN bus support implemented as TTY line discipline for generic UART conrollers, documentation https://github.com/lin-bus/linux-lin/wiki, based on https://github.com/lin-bus/linux-lin/wiki/sllin-rtlws14-paper.pdf, more CAN related projects http://canbus.pages.fel.cvut.cz/
https://github.com/lin-bus/linux-lin/wiki
38 stars 26 forks source link

Updattes to support current (5.4+) linux kernels based on kyle.bader94 patch series, #9

Closed ppisa closed 2 years ago

ppisa commented 2 years ago

I have tried to rearrange patch series to logical commits.

Please, check that it compiles and work, if necessary adjust individual patches or add new ones. If no problem is found, i suggest to push it into mainline.

kbader94 commented 2 years ago

I've tested your branch and can confirm it works on kernel 5.10.17 and the changes are consistent with the ones I proposed. Thanks for your patience and for fixing my mess lol. You've given me a good example of a proper way to structure the commits, it is very logical this way too. I'll definitely keep it in mind going forward. I'm satisfied with my testing, it works as described so I'd propose we merge this branch. Thanks again @ppisa!