| e12aabce | 22-Oct-2019 |
Nicolas Chautru <[email protected]> |
baseband/fpga_lte_fec: fix polling of MMIO register
Polling of MMIO register could misreport the actual value set dynamically in hardware as the variable was not set explicitly to volatile integer.
baseband/fpga_lte_fec: fix polling of MMIO register
Polling of MMIO register could misreport the actual value set dynamically in hardware as the variable was not set explicitly to volatile integer.
Fixes: efd453698c49 ("baseband/fpga_lte_fec: add driver for FEC on FPGA") Cc: [email protected]
Signed-off-by: Nicolas Chautru <[email protected]>
show more ...
|
| 44f45300 | 04-Oct-2019 |
Bruce Richardson <[email protected]> |
baseband/fpga_lte_fec: add public API to map file
To allow shared library builds of e.g. test-bbdev app, we need to export the configure function. Since this needs to be exported as experimental by
baseband/fpga_lte_fec: add public API to map file
To allow shared library builds of e.g. test-bbdev app, we need to export the configure function. Since this needs to be exported as experimental by default, we update the header file to add the experimental tag there too.
Signed-off-by: Bruce Richardson <[email protected]>
show more ...
|
| fd05e962 | 04-Oct-2019 |
Bruce Richardson <[email protected]> |
drivers/baseband: remove override of driver names
Now that all driver names follow a consistent pattern, remove the override of the name in each driver which adds the prefix. Instead we can just add
drivers/baseband: remove override of driver names
Now that all driver names follow a consistent pattern, remove the override of the name in each driver which adds the prefix. Instead we can just add the prefix at a higher level.
Signed-off-by: Bruce Richardson <[email protected]>
show more ...
|