raw/cnxk_bphy: add baseband PHY skeleton driver
authorTomasz Duszynski <tduszynski@marvell.com>
Mon, 21 Jun 2021 15:04:40 +0000 (17:04 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 5 Jul 2021 21:08:11 +0000 (23:08 +0200)
commit24d9c5d59d5d17804ce78fb700475251239ffba5
treeabc747522d1765bd4714b20c9a93bcf465b0101b
parent603c65bfc960e04f4085dce4893c459f05683e98
raw/cnxk_bphy: add baseband PHY skeleton driver

Add baseband phy skeleton driver. Baseband phy is a hardware subsystem
accelerating 5G/LTE related tasks. Note this driver isn't involved into
any sort baseband protocol processing. Instead it just provides means
for configuring hardware.

Signed-off-by: Jakub Palider <jpalider@marvell.com>
Signed-off-by: Tomasz Duszynski <tduszynski@marvell.com>
Reviewed-by: Jerin Jacob <jerinj@marvell.com>
drivers/raw/cnxk_bphy/cnxk_bphy.c [new file with mode: 0644]
drivers/raw/cnxk_bphy/cnxk_bphy_irq.h [new file with mode: 0644]
drivers/raw/cnxk_bphy/meson.build
usertools/dpdk-devbind.py