I already mentioned this in our meeting some time back. We should move the device driver development outof our release branches. these atomic merge/release of unfinished device drivers has side effects on what you can do to improve your driver code.
#2284 should not be ok according to our backwards compatibility rule as it breaks the device node structure, existing trees will not work anymore.
If you dont expect anyone to use your device, why releasing it with mdsplus. If you just do it for an easy distibution on your test site, this is bad practise.
Furthermore we now have them released in stable as well, so we have two versions of the same driver.
I strongly suggest moving the device drivers out of our releases.
I already mentioned this in our meeting some time back. We should move the device driver development outof our release branches. these atomic merge/release of unfinished device drivers has side effects on what you can do to improve your driver code.
#2284 should not be ok according to our backwards compatibility rule as it breaks the device node structure, existing trees will not work anymore.
If you dont expect anyone to use your device, why releasing it with mdsplus. If you just do it for an easy distibution on your test site, this is bad practise.
Furthermore we now have them released in stable as well, so we have two versions of the same driver.
I strongly suggest moving the device drivers out of our releases.