Add support for IPQ5018 Bluetooth#1006
Open
blktests-ci[bot] wants to merge 6 commits into
Open
Conversation
Author
|
Upstream branch: bade58e |
7d8604f to
4cc45a3
Compare
Author
|
Upstream branch: 4edcdef |
0931c0d to
effcf08
Compare
Author
|
Upstream branch: 4edcdef |
effcf08 to
97ba255
Compare
4cc45a3 to
90ffd56
Compare
…roller Document the Qualcomm IPQ5018 Bluetooth controller. Signed-off-by: George Moussalem <george.moussalem@outlook.com>
Add the IPQ5018 SoC type and support for loading its firmware. The firmware tested has been taken from GPL sources of various router boards. Firmware files needed are: - qca/bt_fw_patch.mbn - qca/mpnv10.bin Signed-off-by: George Moussalem <george.moussalem@outlook.com>
The Bluetooth subsystem (BTSS) on the IPQ5018 SoC supports setting power modes which are required to be configured through a Secure Channel Manager (SCM) call to TrustZone. However, not all Trusted Execution Environment (QSEE) images support this call, so first check if the call is available. Signed-off-by: George Moussalem <george.moussalem@outlook.com>
Add support for the Bluetooth controller found in the IPQ5018 SoC. This driver implements firmware loading and the transport layer between the HCI core and the Bluetooth controller. The firmware is loaded by the host into the dedicated reserved memory carveout and authenticated by TrustZone. A Secure Channel Manager (SCM) call safely brings the peripheral core out of reset. A shared memory ring buffer topology handles runtime data frame transport between the host APSS and the controller. An outgoing APCS IPC bit and an incoming GIC interrupt handle host/guest signaling. Signed-off-by: George Moussalem <george.moussalem@outlook.com>
Add nodes for the reserved memory carveout and Bluetooth. Signed-off-by: George Moussalem <george.moussalem@outlook.com>
Add maintainers entry for Qualcomm IPQ5018 Bluetooth driver. Signed-off-by: George Moussalem <george.moussalem@outlook.com>
Author
|
Upstream branch: dc59e4f |
97ba255 to
d08527e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request for series with
subject: Add support for IPQ5018 Bluetooth
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1116586