Message ID | 1699242172-79472-1-git-send-email-quic_qianyu@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | Add SDX75 support and its dependency | expand |
On Mon, 6 Nov 2023 at 05:43, Qiang Yu <quic_qianyu@quicinc.com> wrote: > > This series add new configuration for SDX75 and new parameter Qualcomm SDX75. > ready_timeout_ms for waiting ready state. Please follow the same subject style for the cover letter subjects. This cover letter looks as if it was adding support for the SDX75 platform to the whole kernel. > > Qiang Yu (2): > bus: mhi: host: Add a separate timeout parameter for waiting ready > bus: mhi: host: pci_generic: Add SDX75 based modem support > > drivers/bus/mhi/host/init.c | 1 + > drivers/bus/mhi/host/internal.h | 2 +- > drivers/bus/mhi/host/main.c | 5 +++-- > drivers/bus/mhi/host/pci_generic.c | 22 ++++++++++++++++++++++ > drivers/bus/mhi/host/pm.c | 24 +++++++++++++++++------- > include/linux/mhi.h | 4 ++++ > 6 files changed, 48 insertions(+), 10 deletions(-) > > -- > 2.7.4 >