-----Original Message-----
From: Ciprian Regus via B4 Relay <devnull+ciprian.regus.analog.com@kernel.org>
Sent: Tuesday, July 7, 2026 3:34 PM
Subject: [PATCH net-next v5 07/13] net: ethernet: oa_tc6: Add read_mms/write_mms
register access functions
From: Ciprian Regus <redacted>
+ */
+int oa_tc6_read_register_mms(struct oa_tc6 *tc6, u8 mms, u16 address,
+ u32 *value)
+{
Ciprian,
I hope you noticed that I have similar function in my patch where "mms" comes after "address".
I thought of aligning my patch with yours. Then I realized, if your code gets merged first, this won't be
the only change I would be doing. That's the reason I decided to wait for one of our patches
get merged so that we can update the patch accordingly.
Hope it makes sense.
Sincerely
Selva