Re: [PATCH net-next v13 1/2] ptp: ocp: add TAP CPLD access for ADVA TimeCard X1

From: Jakub Kicinski

Date: Fri Sep 11 2026 - 19:54:35 EST


On Tue, 8 Sep 2026 15:23:27 +0300 Sagi Maimon wrote:
> + done=<0|1> busy=<0|1> failed=<0|1>

I think the sysfs rules are "one value per file"
We can stretch it a bit and say that this file contains flags

So format like done or busy or failed or multiple eg "busy failed"
But the X=[0|1] is too much

Also I think the AI is right this one commit does too many things.