pguyot / st25r391x

ST25R3916/7 Linux driver
GNU General Public License v2.0
9 stars 1 forks source link

Support kernel 6.x #6

Closed f-laurens closed 2 months ago

f-laurens commented 8 months ago

Support building NFC driver on 6.x kernel.

Driver appears to run nicely on kernel 6.1.21. Note: this unfortunately doesn't solve https://github.com/pguyot/st25r391x/issues/5...

f-laurens commented 2 months ago

This is needed to build Pynab 'raspios' images based on the latest Bullseye base image.

pguyot commented 2 months ago

This doesn't compile on raspbian. https://github.com/pguyot/st25r391x/actions/runs/8964303489

f-laurens commented 2 months ago

@pguyot: is it possible to re-open this PR, so that I may re-submit a fix?

pguyot commented 2 months ago

Merged PRs cannot be reopened, but you can open a new PR. Please check https://github.com/pguyot/cr14/pull/18/files as changes to support kernels 6.x including 6.6 is more than what you initially wrote.

f-laurens commented 2 months ago

Merged PRs cannot be reopened, but you can open a new PR.

Will do this for kernel 6.1.

Please check https://github.com/pguyot/cr14/pull/18/files as changes to support kernels 6.x including 6.6 is more than what you initially wrote.

But I'll have to pass on this since I have no system at hand with a kernel > 6.1 to test on...