Skip to content
Snippets Groups Projects

Draft: linux-postmarketos-qcom-laptop: upgrade to 6.14

Open Clayton Craft requested to merge linux-postmarketos-qcom-laptop into master
6 unresolved threads

I don't intend to merge this until 6.14 is released, making a MR now to help with testing (mrtest add 6216)

cc @caleb @jane400 @anjandev

Edited by Clayton Craft

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Caleb Connolly
    Caleb Connolly @caleb started a thread on commit 4055f483
  • 1 # Remote Processor (RemoteProc) Framework
    2 CONFIG_REMOTEPROC_CDEV=y # Character device for RemoteProc
  • Caleb Connolly
    Caleb Connolly @caleb started a thread on commit 4055f483
  • 1 # Remote Processor (RemoteProc) Framework
    2 CONFIG_REMOTEPROC_CDEV=y # Character device for RemoteProc
    3
    4 # Qualcomm PIL (Peripheral Image Loader)
    5 CONFIG_QCOM_PIL_INFO=m # PIL metadata info
    6 CONFIG_QCOM_RPROC_COMMON=m # Common Qualcomm RemoteProc functionality
  • Caleb Connolly
    Caleb Connolly @caleb started a thread on commit 4055f483
  • 1 # Remote Processor (RemoteProc) Framework
    2 CONFIG_REMOTEPROC_CDEV=y # Character device for RemoteProc
    3
    4 # Qualcomm PIL (Peripheral Image Loader)
    5 CONFIG_QCOM_PIL_INFO=m # PIL metadata info
    6 CONFIG_QCOM_RPROC_COMMON=m # Common Qualcomm RemoteProc functionality
    7
    8 # Qualcomm Q6V5 Subsystem
    9 CONFIG_QCOM_Q6V5_COMMON=m # Common Q6V5 functionality
    10 CONFIG_QCOM_Q6V5_MSS=m # Modem Subsystem Support for Q6V5
  • Caleb Connolly
    Caleb Connolly @caleb started a thread on commit 4055f483
  • 1 # Remote Processor (RemoteProc) Framework
    2 CONFIG_REMOTEPROC_CDEV=y # Character device for RemoteProc
    3
    4 # Qualcomm PIL (Peripheral Image Loader)
    5 CONFIG_QCOM_PIL_INFO=m # PIL metadata info
    6 CONFIG_QCOM_RPROC_COMMON=m # Common Qualcomm RemoteProc functionality
    7
    8 # Qualcomm Q6V5 Subsystem
    9 CONFIG_QCOM_Q6V5_COMMON=m # Common Q6V5 functionality
    10 CONFIG_QCOM_Q6V5_MSS=m # Modem Subsystem Support for Q6V5
    11
    12 # Qualcomm WCNSS (Wireless Connectivity Subsystem)
    13 CONFIG_QCOM_WCNSS_PIL=m # WCNSS PIL driver
  • Caleb Connolly
    Caleb Connolly @caleb started a thread on commit 4055f483
  • 2 CONFIG_REMOTEPROC_CDEV=y # Character device for RemoteProc
    3
    4 # Qualcomm PIL (Peripheral Image Loader)
    5 CONFIG_QCOM_PIL_INFO=m # PIL metadata info
    6 CONFIG_QCOM_RPROC_COMMON=m # Common Qualcomm RemoteProc functionality
    7
    8 # Qualcomm Q6V5 Subsystem
    9 CONFIG_QCOM_Q6V5_COMMON=m # Common Q6V5 functionality
    10 CONFIG_QCOM_Q6V5_MSS=m # Modem Subsystem Support for Q6V5
    11
    12 # Qualcomm WCNSS (Wireless Connectivity Subsystem)
    13 CONFIG_QCOM_WCNSS_PIL=m # WCNSS PIL driver
    14
    15 # USB Type-C Alternate Mode drivers
    16 CONFIG_TYPEC_DP_ALTMODE=m # DisplayPort Alternate Mode
    17 CONFIG_TYPEC_TBT_ALTMODE=m # Thunderbolt Alternate Mode
  • Clayton Craft added 2 commits

    added 2 commits

    • 846e0ad8 - linux-postmarketos-qcom-laptop: upgrade to 6.14
    • b4df0249 - linux-postmarketos-qcom-laptop: add kconfig for Type-C alt mode and remoteproc as device.config

    Compare with previous version

  • Please register or sign in to reply
    Loading