fix: remove useless "return" at void functionsvoid functions() returns nothing. So remove useless "return".found using checkpatch.pl[1][1]: https://review.coreboot.org/plugins/gitiles/coreboot/
fix: remove useless "return" at void functionsvoid functions() returns nothing. So remove useless "return".found using checkpatch.pl[1][1]: https://review.coreboot.org/plugins/gitiles/coreboot/+/refs/heads/master/util/lint/checkpatch.plChange-Id: I3daab2abec225a657af48f7d8c215cc554713074Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
show more ...
drivers/mhu: derive doorbell base addressIn order to allow the MHUv2 driver to be usable with multiple MHUv2controllers, use the base address of the controller from the platforminformation instea
drivers/mhu: derive doorbell base addressIn order to allow the MHUv2 driver to be usable with multiple MHUv2controllers, use the base address of the controller from the platforminformation instead of the MHUV2_BASE_ADDR macro.Change-Id: I4dbab87b929fb0568935e6c8b339ce67937f8cd1Signed-off-by: Aditya Angadi <aditya.angadi@arm.com>
plat/arm: mhu: Move to drivers/ folderChange-Id: I656753a1825ea7340a3708b950fa6b57455e9056Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>