Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PW_SID:583249] [1/4] Bluetooth: btmtksdio: drop the unnecessary variable created #640

Closed
wants to merge 5 commits into from

Commits on Nov 19, 2021

  1. workflow: Add workflow files for ci

    This patch adds workflow files for ci:
    
    [schedule_work.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>
    tedd-an authored and BluezTestBot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    fae8427 View commit details
    Browse the repository at this point in the history
  2. Bluetooth: btmtksdio: drop the unnecessary variable created

    Use the existent variable to drop the unnecessary variable created.
    
    Signed-off-by: Sean Wang <sean.wang@mediatek.com>
    moore-bros authored and BluezTestBot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    e016de7 View commit details
    Browse the repository at this point in the history
  3. Bluetooth: btmtksdio: handle runtime pm only when sdio_func is available

    Runtime pm ops is not aware the sdio_func status that is probably
    being disabled by btmtksdio_close. Thus, we are only able to access the
    sdio_func for the runtime pm operations only when the sdio_func is
    available.
    
    Fixes: 7f3c563 ("Bluetooth: btmtksdio: Add runtime PM support to SDIO based Bluetooth")
    Co-developed-by: Mark-yw Chen <mark-yw.chen@mediatek.com>
    Signed-off-by: Mark-yw Chen <mark-yw.chen@mediatek.com>
    Signed-off-by: Sean Wang <sean.wang@mediatek.com>
    moore-bros authored and BluezTestBot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    a971487 View commit details
    Browse the repository at this point in the history
  4. Bluetooth: btmtksdio: fix resume failure

    btmtksdio have to rely on MMC_PM_KEEP_POWER in pm_flags to avoid that
    SDIO power is being shut off during the device is in suspend. That fixes
    the SDIO command fails to access the bus after the device is resumed.
    
    Fixes: 7f3c563 ("Bluetooth: btmtksdio: Add runtime PM support to SDIO based Bluetooth")
    Co-developed-by: Mark-yw Chen <mark-yw.chen@mediatek.com>
    Signed-off-by: Mark-yw Chen <mark-yw.chen@mediatek.com>
    Signed-off-by: Sean Wang <sean.wang@mediatek.com>
    moore-bros authored and BluezTestBot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    592268e View commit details
    Browse the repository at this point in the history
  5. Bluetooth: btmtksdio: add support of processing firmware coredump and…

    … log
    
    Add support of processing the firmware coredump and log for the diagnostic
    purpose.
    
    Co-developed-by: Mark-yw Chen <mark-yw.chen@mediatek.com>
    Signed-off-by: Mark-yw Chen <mark-yw.chen@mediatek.com>
    Signed-off-by: Sean Wang <sean.wang@mediatek.com>
    moore-bros authored and BluezTestBot committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    2209f41 View commit details
    Browse the repository at this point in the history