mbox series

[net-next,v4,00/10] ptp: ocp: various updates

Message ID 20220519212153.450437-1-jonathan.lemon@gmail.com (mailing list archive)
Headers show
Series ptp: ocp: various updates | expand

Message

Jonathan Lemon May 19, 2022, 9:21 p.m. UTC
Collection of cleanups and updates to the timecard.

v3->v4
 Remove #ifdefs around PCI IDS
 Clarify wording in debugfs patch

v2->v3
 Remove inline keyword from function wrappers
 checkpatch style changes

v1->v2
 Fix clang compilation error

Jonathan Lemon (8):
  ptp: ocp: 32-bit fixups for pci start address
  ptp: ocp: Remove #ifdefs around PCI IDs
  ptp: ocp: revise firmware display
  ptp: ocp: parameterize input/output sma selectors
  ptp: ocp: constify selectors
  ptp: ocp: vectorize the sma accessor functions
  ptp: ocp: add .init function for sma_op vector
  ptp: ocp: fix PPS source selector debugfs reporting

Vadim Fedorenko (2):
  ptp: ocp: add Celestica timecard PCI ids
  ptp: ocp: Add firmware header checks

 drivers/ptp/ptp_ocp.c | 677 +++++++++++++++++++++++++-----------------
 1 file changed, 407 insertions(+), 270 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 24, 2022, 6:50 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 19 May 2022 14:21:43 -0700 you wrote:
> Collection of cleanups and updates to the timecard.
> 
> v3->v4
>  Remove #ifdefs around PCI IDS
>  Clarify wording in debugfs patch
> 
> v2->v3
>  Remove inline keyword from function wrappers
>  checkpatch style changes
> 
> [...]

Here is the summary with links:
  - [net-next,v4,01/10] ptp: ocp: 32-bit fixups for pci start address
    https://git.kernel.org/netdev/net-next/c/8119c9ee7854
  - [net-next,v4,02/10] ptp: ocp: Remove #ifdefs around PCI IDs
    https://git.kernel.org/netdev/net-next/c/3a35e53a11bc
  - [net-next,v4,03/10] ptp: ocp: add Celestica timecard PCI ids
    https://git.kernel.org/netdev/net-next/c/81fa652e1685
  - [net-next,v4,04/10] ptp: ocp: revise firmware display
    https://git.kernel.org/netdev/net-next/c/5a728ac578c0
  - [net-next,v4,05/10] ptp: ocp: parameterize input/output sma selectors
    https://git.kernel.org/netdev/net-next/c/aa56a7ffc0fb
  - [net-next,v4,06/10] ptp: ocp: constify selectors
    https://git.kernel.org/netdev/net-next/c/3f3fe41c0bdf
  - [net-next,v4,07/10] ptp: ocp: vectorize the sma accessor functions
    https://git.kernel.org/netdev/net-next/c/caab82cdbfe4
  - [net-next,v4,08/10] ptp: ocp: add .init function for sma_op vector
    https://git.kernel.org/netdev/net-next/c/ee4cd7250c8f
  - [net-next,v4,09/10] ptp: ocp: fix PPS source selector debugfs reporting
    https://git.kernel.org/netdev/net-next/c/b88fdbba931e
  - [net-next,v4,10/10] ptp: ocp: Add firmware header checks
    https://git.kernel.org/netdev/net-next/c/3c3673bde50c

You are awesome, thank you!