ptp: Replace timestamp event queue with linked list
authorXabier Marquiegui <reibax@gmail.com>
Wed, 11 Oct 2023 22:39:54 +0000 (00:39 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Oct 2023 19:07:52 +0000 (20:07 +0100)
commitd26ab5a35ad9920940a9e07665130d501b2ae1a3
treeed55561086f7c6f05dde1c40235ad3eea3cecfa5
parent60c6946675fc06dd2fd2b7a4b6fd1c1f046f1056
ptp: Replace timestamp event queue with linked list

Introduce linked lists to access the timestamp event queue.

Signed-off-by: Xabier Marquiegui <reibax@gmail.com>
Suggested-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ptp/ptp_chardev.c
drivers/ptp/ptp_clock.c
drivers/ptp/ptp_private.h
drivers/ptp/ptp_sysfs.c