mbox series

[net-next,v4,0/2] Add perout configuration support in IEP driver

Message ID 20250304105753.1552159-1-m-malladi@ti.com (mailing list archive)
Headers show
Series Add perout configuration support in IEP driver | expand

Message

Malladi, Meghana March 4, 2025, 10:57 a.m. UTC
IEP driver supported both perout and pps signal generation
but perout feature is faulty with half-cooked support
due to some missing configuration. Hence perout feature is
removed as a bug fix. This patch series adds back this feature
which configures perout signal based on the arguments passed
by the perout request.

This patch series is continuation to the bug fix: 
https://lore.kernel.org/all/20250227092441.1848419-1-m-malladi@ti.com/
as suggested by Jakub Kicinski and Jacob Keller:
https://lore.kernel.org/all/20250220172410.025b96d6@kernel.org/

v3:https://lore.kernel.org/all/20250303135124.632845-1-m-malladi@ti.com/

Meghana Malladi (2):
  net: ti: icss-iep: Add pwidth configuration for perout signal
  net: ti: icss-iep: Add phase offset configuration for perout signal

 drivers/net/ethernet/ti/icssg/icss_iep.c | 63 ++++++++++++++++++++++--
 1 file changed, 59 insertions(+), 4 deletions(-)


base-commit: f77f12010f67259bd0e1ad18877ed27c721b627a

Comments

patchwork-bot+netdevbpf@kernel.org March 7, 2025, 2 a.m. UTC | #1
Hello:

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

On Tue, 4 Mar 2025 16:27:51 +0530 you wrote:
> IEP driver supported both perout and pps signal generation
> but perout feature is faulty with half-cooked support
> due to some missing configuration. Hence perout feature is
> removed as a bug fix. This patch series adds back this feature
> which configures perout signal based on the arguments passed
> by the perout request.
> 
> [...]

Here is the summary with links:
  - [net-next,v4,1/2] net: ti: icss-iep: Add pwidth configuration for perout signal
    https://git.kernel.org/netdev/net-next/c/e5b456a14215
  - [net-next,v4,2/2] net: ti: icss-iep: Add phase offset configuration for perout signal
    https://git.kernel.org/netdev/net-next/c/220cb1be647a

You are awesome, thank you!