[PATCH v1 0/7] ptp: ocp: A fix and refactoring

Andy Shevchenko posted 7 patches 2 months, 3 weeks ago
There is a newer version of this series
drivers/ptp/ptp_ocp.c | 128 +++++++++++++++++++++++-------------------
1 file changed, 70 insertions(+), 58 deletions(-)
[PATCH v1 0/7] ptp: ocp: A fix and refactoring
Posted by Andy Shevchenko 2 months, 3 weeks ago
Here is the fix for incorrect use of %ptT with the associated
refactoring and additional cleanups.

Note, %ptS, which is introduced in another series, doesn't fit
here, that's why this fix is separated from that series.

Andy Shevchenko (7):
  ptp: ocp: Refactor signal_show() and fix %ptT misuse
  ptp: ocp: Make ptp_ocp_unregister_ext() NULL-aware
  ptp: ocp: Refactor ptp_ocp_i2c_notifier_call()
  ptp: ocp: Apply standard pattern for cleaning up loop
  ptp: ocp: Reuse META's PCI vendor ID
  ptp: ocp: Sort headers alphabetically
  ptp: ocp: don't use "proxy" headers

 drivers/ptp/ptp_ocp.c | 128 +++++++++++++++++++++++-------------------
 1 file changed, 70 insertions(+), 58 deletions(-)

-- 
2.50.1
Re: [PATCH v1 0/7] ptp: ocp: A fix and refactoring
Posted by Vadim Fedorenko 2 months, 3 weeks ago
On 11/11/2025 16:52, Andy Shevchenko wrote:

>    ptp: ocp: Sort headers alphabetically
>    ptp: ocp: don't use "proxy" headers
I don't see benefits of these 2 patches, what's the reason?