| 79e5b5ed | 07-Jul-2020 |
Nipun Gupta <[email protected]> |
bus/fslmc: rename cinh read functions used for ls1088
This patch changes the qbman I/O function names as they are only reading from cinh register, but writing to cena registers.
This gives way to a
bus/fslmc: rename cinh read functions used for ls1088
This patch changes the qbman I/O function names as they are only reading from cinh register, but writing to cena registers.
This gives way to add functions which purely work in cinh mode
Signed-off-by: Nipun Gupta <[email protected]> Acked-by: Hemant Agrawal <[email protected]>
show more ...
|
| da1a31d9 | 13-Mar-2019 |
Natanael Copa <[email protected]> |
bus/fslmc: fix build with musl libc
This fixes the following compile error with musl libc:
drivers/bus/fslmc/qbman/include/compat.h:41:10: error: 'stdout' undeclared (first use in this function)
bus/fslmc: fix build with musl libc
This fixes the following compile error with musl libc:
drivers/bus/fslmc/qbman/include/compat.h:41:10: error: 'stdout' undeclared (first use in this function) fflush(stdout); \ ^~~~~~
Fixes: 531b17a780dc ("bus/fslmc: add QBMAN driver to bus") Cc: [email protected]
Signed-off-by: Natanael Copa <[email protected]>
show more ...
|
| 3f28677a | 11-Jan-2019 |
Hemant Agrawal <[email protected]> |
bus/fslmc: add dynamic config for memback portal mode
Add flag in portal init to adjust the qbman memory type, to decide between legacy portal mode or newly introduced memory backed portals.
Signed
bus/fslmc: add dynamic config for memback portal mode
Add flag in portal init to adjust the qbman memory type, to decide between legacy portal mode or newly introduced memory backed portals.
Signed-off-by: Roy Pledge <[email protected]> Signed-off-by: Youri Querry <[email protected]> Signed-off-by: Hemant Agrawal <[email protected]>
show more ...
|