Merge branch 'octeontx2-ptp-bugs'
authorDavid S. Miller <davem@davemloft.net>
Fri, 7 Jan 2022 14:04:19 +0000 (14:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Jan 2022 14:04:19 +0000 (14:04 +0000)
commitb69c5b5886f3986f94ded29896211d520c57aea1
tree659b4b10e98987386949c0164267f809bcdec968
parentfff63521cd6e197738db9297076d83b4081ac80f
parenteabd0f88b0d2d433c5dfe88218d4ce1c11ef04b8
Merge branch 'octeontx2-ptp-bugs'

Subbaraya Sundeep says:

====================
octeontx2: Fix PTP bugs

This patchset addresses two problems found when using
ptp.
Patch 1 - Increases the refcount of ptp device before use
which was missing and it lead to refcount increment after use
bug when module is loaded and unloaded couple of times.
Patch 2 - PTP resources allocated by VF are not being freed
during VF teardown. This patch fixes that.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>