[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1591899224-3403-1-git-send-email-hemantk@codeaurora.org>
Date: Thu, 11 Jun 2020 11:13:40 -0700
From: Hemant Kumar <hemantk@...eaurora.org>
To: manivannan.sadhasivam@...aro.org
Cc: linux-arm-msm@...r.kernel.org, linux-kernel@...r.kernel.org,
jhugo@...eaurora.org, bbhatt@...eaurora.org,
Hemant Kumar <hemantk@...eaurora.org>
Subject: [PATCH v3 0/4] user space client interface driver
V3: Added documentation for MHI UCI driver.
V2: Added mutex lock to prevent multiple readers to access same
mhi buffer which can result into use after free.
Hemant Kumar (4):
bus: mhi: core: Add helper API to return number of free TREs
bus: mhi: core: Move MHI_MAX_MTU to external header file
docs: Add documentation for user space client interface
bus: mhi: clients: Add user space client interface driver
Documentation/mhi/index.rst | 1 +
Documentation/mhi/uci.rst | 19 ++
drivers/bus/mhi/Kconfig | 2 +
drivers/bus/mhi/Makefile | 1 +
drivers/bus/mhi/clients/Kconfig | 16 +
drivers/bus/mhi/clients/Makefile | 3 +
drivers/bus/mhi/clients/uci.c | 652 +++++++++++++++++++++++++++++++++++++++
drivers/bus/mhi/core/main.c | 12 +
include/linux/mhi.h | 12 +
9 files changed, 718 insertions(+)
create mode 100644 Documentation/mhi/uci.rst
create mode 100644 drivers/bus/mhi/clients/Kconfig
create mode 100644 drivers/bus/mhi/clients/Makefile
create mode 100644 drivers/bus/mhi/clients/uci.c
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
Powered by blists - more mailing lists