mbox series

[net-next,v2,00/10] ptp: ocp: support for new firmware

Message ID 20220310201912.933172-1-jonathan.lemon@gmail.com (mailing list archive)
Headers show
Series ptp: ocp: support for new firmware | expand

Message

Jonathan Lemon March 10, 2022, 8:19 p.m. UTC
This series contains support for new firmware features for
the timecard.

v1 -> v2: roundup() is not 32-bit safe, use DIV_ROUND_UP_ULL

Jonathan Lemon (10):
  ptp: ocp: Add support for selectable SMA directions.
  ptp: ocp: Add ability to disable input selectors.
  ptp: ocp: Rename output selector 'GNSS' to 'GNSS1'
  ptp: ocp: Add GND and VCC output selectors
  ptp: ocp: Add firmware capability bits for feature gating
  ptp: ocp: Add signal generators and update sysfs nodes
  ptp: ocp: Program the signal generators via PTP_CLK_REQ_PEROUT
  ptp: ocp: Add 4 frequency counters
  ptp: ocp: Add 2 more timestampers
  docs: ABI: Document new timecard sysfs nodes.

 Documentation/ABI/testing/sysfs-timecard |   94 +-
 drivers/ptp/ptp_ocp.c                    | 1212 +++++++++++++++++++---
 2 files changed, 1147 insertions(+), 159 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 11, 2022, noon UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Thu, 10 Mar 2022 12:19:02 -0800 you wrote:
> This series contains support for new firmware features for
> the timecard.
> 
> v1 -> v2: roundup() is not 32-bit safe, use DIV_ROUND_UP_ULL
> 
> Jonathan Lemon (10):
>   ptp: ocp: Add support for selectable SMA directions.
>   ptp: ocp: Add ability to disable input selectors.
>   ptp: ocp: Rename output selector 'GNSS' to 'GNSS1'
>   ptp: ocp: Add GND and VCC output selectors
>   ptp: ocp: Add firmware capability bits for feature gating
>   ptp: ocp: Add signal generators and update sysfs nodes
>   ptp: ocp: Program the signal generators via PTP_CLK_REQ_PEROUT
>   ptp: ocp: Add 4 frequency counters
>   ptp: ocp: Add 2 more timestampers
>   docs: ABI: Document new timecard sysfs nodes.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,01/10] ptp: ocp: Add support for selectable SMA directions.
    (no matching commit)
  - [net-next,v2,02/10] ptp: ocp: Add ability to disable input selectors.
    https://git.kernel.org/netdev/net-next/c/b2c4f0ac53f3
  - [net-next,v2,03/10] ptp: ocp: Rename output selector 'GNSS' to 'GNSS1'
    https://git.kernel.org/netdev/net-next/c/be69087ce675
  - [net-next,v2,04/10] ptp: ocp: Add GND and VCC output selectors
    https://git.kernel.org/netdev/net-next/c/cd09193ffbf8
  - [net-next,v2,05/10] ptp: ocp: Add firmware capability bits for feature gating
    https://git.kernel.org/netdev/net-next/c/c205d53c4923
  - [net-next,v2,06/10] ptp: ocp: Add signal generators and update sysfs nodes
    https://git.kernel.org/netdev/net-next/c/b325af3cfab9
  - [net-next,v2,07/10] ptp: ocp: Program the signal generators via PTP_CLK_REQ_PEROUT
    https://git.kernel.org/netdev/net-next/c/1aa66a3a135a
  - [net-next,v2,08/10] ptp: ocp: Add 4 frequency counters
    https://git.kernel.org/netdev/net-next/c/2407f5d62017
  - [net-next,v2,09/10] ptp: ocp: Add 2 more timestampers
    https://git.kernel.org/netdev/net-next/c/0fa3ff7eb02a
  - [net-next,v2,10/10] docs: ABI: Document new timecard sysfs nodes.
    https://git.kernel.org/netdev/net-next/c/ff1d56cb2653

You are awesome, thank you!