mbox series

[GIT,PULL] Qualcomm Driver updates for 5.2

Message ID 1555997248-11513-4-git-send-email-agross@kernel.org (mailing list archive)
State Not Applicable, archived
Delegated to: Andy Gross
Headers show
Series [GIT,PULL] Qualcomm Driver updates for 5.2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-drivers-for-5.2

Message

Andy Gross April 23, 2019, 5:27 a.m. UTC
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-drivers-for-5.2

for you to fetch changes up to 2616b3deaf9c5db18f78689968d4c998bda8a983:

  MAINTAINERS: Update email for Qualcomm SoC maintainer (2019-04-18 23:27:29 -0500)

----------------------------------------------------------------
Qualcomm ARM Based Driver Updates for v5.2

* Update MAINTAINERS for Andy Gross's new email address
* Add support for mmap in RMTFS
* Fixup for QMI to change txn wait to non-interruptible
* Fixup for error code in probe of cmd-db
* Fixup for slot number check in RMPH-RSC

----------------------------------------------------------------
Andy Gross (1):
      MAINTAINERS: Update email for Qualcomm SoC maintainer

Ankit Jain (1):
      soc: qcom: rmtfs: Add support for mmap functionality

Chris Lew (1):
      soc: qcom: qmi: Change txn wait to non-interruptible

Dan Carpenter (1):
      soc: qcom: cmd-db: Fix an error code in cmd_db_dev_probe()

Maulik Shah (1):
      drivers: soc: qcom: rpmh-rsc: Correct check for slot number

 MAINTAINERS                      |  2 +-
 drivers/soc/qcom/cmd-db.c        |  4 ++--
 drivers/soc/qcom/qmi_interface.c |  7 ++-----
 drivers/soc/qcom/rmtfs_mem.c     | 21 +++++++++++++++++++++
 drivers/soc/qcom/rpmh-rsc.c      |  2 +-
 5 files changed, 27 insertions(+), 9 deletions(-)

Comments

Olof Johansson April 29, 2019, 4:41 p.m. UTC | #1
On Tue, Apr 23, 2019 at 12:27:27AM -0500, Andy Gross wrote:
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-drivers-for-5.2
> 
> for you to fetch changes up to 2616b3deaf9c5db18f78689968d4c998bda8a983:
> 
>   MAINTAINERS: Update email for Qualcomm SoC maintainer (2019-04-18 23:27:29 -0500)
> 
> ----------------------------------------------------------------
> Qualcomm ARM Based Driver Updates for v5.2
> 
> * Update MAINTAINERS for Andy Gross's new email address
> * Add support for mmap in RMTFS
> * Fixup for QMI to change txn wait to non-interruptible
> * Fixup for error code in probe of cmd-db
> * Fixup for slot number check in RMPH-RSC

Merged, thanks.


-Olof