mbox series

[net-next,v6,0/5] ptp: ocp: add support for Orolia ART-CARD

Message ID 20221020232433.9593-1-vfedorenko@novek.ru (mailing list archive)
Headers show
Series ptp: ocp: add support for Orolia ART-CARD | expand

Message

Vadim Fedorenko Oct. 20, 2022, 11:24 p.m. UTC
Orolia company created alternative open source TimeCard. The hardware of
the card provides similar to OCP's card functions, that's why the support
is added to current driver.

The first patch in the series changes the way to store information about
serial ports and is more like preparation.

The patches 2 to 4 introduces actual hardware support.

The last patch removes fallback from devlink flashing interface to protect
against flashing wrong image. This became actual now as we have 2 different
boards supported and wrong image can ruin hardware easily.

v2:
  Address comments from Jonathan Lemon

v3:
  Fix issue reported by kernel test robot <lkp@intel.com>

v4:
  Fix clang build issue

v5:
  Fix warnings and per-patch build errors

v6:
  Fix more style issues

Vadim Fedorenko (5):
  ptp: ocp: upgrade serial line information
  ptp: ocp: add Orolia timecard support
  ptp: ocp: add serial port of mRO50 MAC on ART card
  ptp: ocp: expose config and temperature for ART card
  ptp: ocp: remove flash image header check fallback

 drivers/ptp/ptp_ocp.c | 566 ++++++++++++++++++++++++++++++++++++++----
 1 file changed, 519 insertions(+), 47 deletions(-)

Comments

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

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

On Fri, 21 Oct 2022 02:24:28 +0300 you wrote:
> Orolia company created alternative open source TimeCard. The hardware of
> the card provides similar to OCP's card functions, that's why the support
> is added to current driver.
> 
> The first patch in the series changes the way to store information about
> serial ports and is more like preparation.
> 
> [...]

Here is the summary with links:
  - [net-next,v6,1/5] ptp: ocp: upgrade serial line information
    https://git.kernel.org/netdev/net-next/c/895ac5a51fe2
  - [net-next,v6,2/5] ptp: ocp: add Orolia timecard support
    https://git.kernel.org/netdev/net-next/c/69dbe1079cd0
  - [net-next,v6,3/5] ptp: ocp: add serial port of mRO50 MAC on ART card
    https://git.kernel.org/netdev/net-next/c/9c44a7ac17fb
  - [net-next,v6,4/5] ptp: ocp: expose config and temperature for ART card
    https://git.kernel.org/netdev/net-next/c/ee6439aaad32
  - [net-next,v6,5/5] ptp: ocp: remove flash image header check fallback
    https://git.kernel.org/netdev/net-next/c/c1fd463d571a

You are awesome, thank you!