aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/marvell/Makefile
AgeCommit message (Collapse)Author
2019-09-03soc: octeontx2: Add mdio command interface using debugfsChristina Jacob
commit 7c5fe0a7c967e592ead9adb7c6d27ae1da5c81e8 from git@git.assembla.com:cavium/WindRiver.linux.git Support mdio read/write commands using debugfs Usage: echo <cgxlmac> <mode> <addr> <devad> <reg> [value] > mdio_cmd Change-Id: I8e00b7c6315b165611d4a42a57051338c26e93d4 Signed-off-by: Christina Jacob <cjacob@marvell.com> Reviewed-on: https://sj1git1.cavium.com/13544 Reviewed-by: Sunil Kovvuri Goutham <Sunil.Goutham@cavium.com> Tested-by: Sunil Kovvuri Goutham <Sunil.Goutham@cavium.com> Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
2019-09-03Revert "soc: octeontx2: Add mdio command interface using debugfs"Sunil Goutham
commit c7b590803090c7b9e8cb745fd5f2f268eb0a2e4f from git@git.assembla.com:cavium/WindRiver.linux.git This reverts commit 4641fa15a5a56fede6add56057588a5c9aecca80. Will commit after resolving build issues. Change-Id: I66da303841552dc6fac8b9f13a4d70c7abeafe15 Signed-off-by: Sunil Goutham <sgoutham@marvell.com> Reviewed-on: https://sj1git1.cavium.com/13537 Reviewed-by: Sunil Kovvuri Goutham <Sunil.Goutham@cavium.com> Tested-by: Sunil Kovvuri Goutham <Sunil.Goutham@cavium.com> Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
2019-09-03soc: octeontx2: Add mdio command interface using debugfsChristina Jacob
commit 4641fa15a5a56fede6add56057588a5c9aecca80 from git@git.assembla.com:cavium/WindRiver.linux.git Support mdio read/write commands using debugfs Usage: echo <cgxlmac> <mode> <addr> <devad> <reg> [value] > mdio_cmd Change-Id: I183263716396895bedbf216b777ae0a8e6173de0 Signed-off-by: Christina Jacob <cjacob@marvell.com> Reviewed-on: https://sj1git1.cavium.com/13453 Reviewed-by: Sunil Kovvuri Goutham <Sunil.Goutham@cavium.com> Tested-by: Sunil Kovvuri Goutham <Sunil.Goutham@cavium.com> Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
2019-09-02soc: octeontx2-dpi: add dpi-pf driverSubrahmanyam Nilla
commit 01861b140833c7d109fab294591b794d5138164b from git@git.assembla.com:cavium/WindRiver.linux.git Dpi-pf driver initializes dpipf device and enables dpivf devices. Change-Id: I9b2b78d451bc56855fbda6951e4e0ad42e64c317 Signed-off-by: Subrahmanyam Nilla <snilla@marvell.com> Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
2019-09-02soc: octeontx2-rm: add Marvell OcteonTX2 RM driverStanislaw Kardach
commit 25da778fa5fe3825841a9e1ac6649ced2bcb85c0 from git@git.assembla.com:cavium/WindRiver.linux.git This patch adds a driver for managing non-NIC hardware offload resources and exposing them to user through SSO/TIM type of RVU VF devices. For that reason it acts as a proxy for RVU MBOX messages between SSO/TIM RVU VFs and RVU AF. It has previously lived outside of the Marvell internal kernel tree which is not convenient in development process. Therefore this patch aims to integrate this driver here with a caveat that upstreaming process will have to include its re-work. This driver contains a copy of quota management that is part of RVU AF driver. That code is not re-used as it would require re-work of the RVU AF driver which is in process of upstreaming. As part of upstreaming the resource management interfaces used in this driver will have to be re-worked too (suggested by upstream maintainers to use devlink) to accommodate requirements of other users to minimize the functionality of this driver to an RVU stub. Change-Id: Ie858a79cf43f30efaaabd8294c0d6464536fe80b Signed-off-by: Stanislaw Kardach <skardach@marvell.com> Signed-off-by: Krishnamurthy D V <kvasanthrao@caviumnetworks.com> [Kevin: Just some minor context mods in order to port to linux-yocto] Signed-off-by: Kevin Hao <kexin.hao@windriver.com>