mbox series

[net-next,00/11] ocp timecard updates

Message ID 20210830235236.309993-1-jonathan.lemon@gmail.com (mailing list archive)
Headers show
Series ocp timecard updates | expand

Message

Jonathan Lemon Aug. 30, 2021, 11:52 p.m. UTC
This update mainly deals with features for the TimeCard v10 firmware.
The signals provided from the external SMA connectors can be steered
to different locations, and the generated SMA signals can be chosen.

The update also adds support for IRIG-B and DCF formats.

Jonathan Lemon (11):
  ptp: ocp: parameterize the i2c driver used
  ptp: ocp: Parameterize the TOD information display.
  ptp: ocp: Skip I2C flash read when there is no controller.
  ptp: ocp: Skip resources with out of range irqs
  ptp: ocp: Add third timestamper
  ptp: ocp: Add SMA selector and controls
  ptp: ocp: Add IRIG-B and DCF blocks
  ptp: ocp: Add sysfs attribute utc_tai_offset
  ptp: ocp: Add debugfs entry for timecard
  ptp: ocp: Add IRIG-B output mode control
  docs: ABI: Add sysfs documentation for timecard

 Documentation/ABI/testing/sysfs-timecard | 141 ++++
 drivers/ptp/ptp_ocp.c                    | 855 +++++++++++++++++++++--
 2 files changed, 929 insertions(+), 67 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-timecard