[PATCH 0/2] Add SDX75 support and its dependency

Qiang Yu posted 2 patches 2 years, 1 month ago
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(-)
[PATCH 0/2] Add SDX75 support and its dependency
Posted by Qiang Yu 2 years, 1 month ago
This series add new configuration for SDX75 and new parameter
ready_timeout_ms for waiting ready state. 

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
Re: [PATCH 0/2] Add SDX75 support and its dependency
Posted by Dmitry Baryshkov 2 years, 1 month ago
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
>


-- 
With best wishes
Dmitry