[PW_SID:1092796] [v1] Bluetooth: btintel_pcie: Reset controller before configuring MSI-X#166
[PW_SID:1092796] [v1] Bluetooth: btintel_pcie: Reset controller before configuring MSI-X#166BluezTestBot wants to merge 6 commits into
Conversation
This patch adds workflow files for ci: [sync.yml] - The workflow file for scheduled work - Sync the repo with upstream repo and rebase the workflow branch - Review the patches in the patchwork and creates the PR if needed [ci.yml] - The workflow file for CI tasks - Run CI tests when PR is created Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
This replaces the bzcafe action with bluez/action-ci so we can maintain everything in the github bluez organization Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This attempts to sync every 5 minutes instead of 30. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
bluez/action-ci uses master as default branch for workflow which is incorrect for kernel Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
The CI action now creates individual GitHub Check Runs per test, which requires 'checks: write' permission on the GITHUB_TOKEN. Also make the pull_request trigger types explicit to include 'reopened', allowing CI to be retriggered by closing and reopening a PR.
Perform the shared hardware reset in btintel_pcie_probe() before configuring MSI-X so the controller starts from a known clean state. While here, move btintel_pcie_config_msix() out of btintel_pcie_config_pcie() and into the probe sequence, and propagate errors from btintel_pcie_reset_bt() so probe fails cleanly if the shared HW reset does not complete. Signed-off-by: Sai Teja Aluvala <aluvala.sai.teja@intel.com> Signed-off-by: Kiran K <kiran.k@intel.com>
|
CheckPatch |
|
GitLint |
|
SubjectPrefix |
|
BuildKernel |
|
CheckAllWarning |
|
CheckSparse |
|
BuildKernel32 |
|
TestRunnerSetup |
|
IncrementalBuild |
5c3256e to
75a1a12
Compare
From: Sai Teja Aluvala aluvala.sai.teja@intel.com
Perform the shared hardware reset in btintel_pcie_probe() before
configuring MSI-X so the controller starts from a known clean state.
While here, move btintel_pcie_config_msix() out of
btintel_pcie_config_pcie() and into the probe sequence, and propagate
errors from btintel_pcie_reset_bt() so probe fails cleanly if the
shared HW reset does not complete.
Signed-off-by: Sai Teja Aluvala aluvala.sai.teja@intel.com
Signed-off-by: Kiran K kiran.k@intel.com
drivers/bluetooth/btintel_pcie.c | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)