RE: [PATCH 10/14] baseband/ark: introduce ark baseband driver

2022-10-31 Thread Chautru, Nicolas
Hi John, > From: John Miller > Sent: Monday, October 31, 2022 10:34 AM > To: Chautru, Nicolas > Cc: dev@dpdk.org; ed.cz...@atomicrules.com; Shepard Siegel > ; Maxime Coquelin > Subject: Re: [PATCH 10/14] baseband/ark: introduce ark baseband driver > > Hi Nicolas, &g

RE: [PATCH 10/14] baseband/ark: introduce ark baseband driver

2022-10-26 Thread Chautru, Nicolas
ru, Nicolas > Cc: dev@dpdk.org; ed.cz...@atomicrules.com; Shepard Siegel > ; John Miller > > Subject: [PATCH 10/14] baseband/ark: introduce ark baseband driver > > This patch introduces the Arkville baseband device driver. > > Signed-off-by: John Miller &g

[PATCH 10/14] baseband/ark: introduce ark baseband driver

2022-10-26 Thread John Miller
This patch introduces the Arkville baseband device driver. Signed-off-by: John Miller --- drivers/baseband/ark/ark_bbdev.c | 1127 ++ drivers/baseband/ark/ark_bbext.h | 163 + 2 files changed, 1290 insertions(+) create mode 100644 drivers/baseband/ark/ark_bbdev.