From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Subject: [PATCH v2 0/5] soc: ti: k3-am654: Allow for exclsive request of devices Date: Sat, 23 Feb 2019 15:02:27 +0530 Message-ID: <20190223093232.29003-1-lokeshvutla@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Nishanth Menon , Tero Kristo , Santosh Shilimkar Cc: Lokesh Vutla , Device Tree Mailing List , Rob Herring , Sekhar Nori , Linux ARM Mailing List List-Id: devicetree@vger.kernel.org Sysfw provides an option for requesting exclusive access for a device using the flags MSG_FLAG_DEVICE_EXCLUSIVE. Once a device is requested from a host with this flag set, any request to this device from a different host will be nacked by sysfw. Current tisci driver enables this flag for every device requests. But this may not be true for all the devices. This series adds support for providing an option to enable or disable exclusive permissions. v1: https://patchwork.kernel.org/cover/10817307/ Changes since v1: - Split the dt-bindings doc to a separate patch Lokesh Vutla (5): firmware: ti_sci: (Dis)Allow for device exclusive permissions dt-bindings: ti_sci_pm_domains: Add support for exclusive access soc: ti: ti_sci_pm_domains: Add support for exclusive access soc: ti: ti_sci_pm_domains: Switch to SPDX Licensing arm64: dts: ti: k3-am654: Update the power domain cells .../bindings/soc/ti/sci-pm-domain.txt | 7 ++- arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 26 +++++------ arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi | 10 ++--- arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | 6 +-- drivers/firmware/ti_sci.c | 45 ++++++++++++++++++- drivers/soc/ti/ti_sci_pm_domains.c | 32 ++++++++----- include/linux/soc/ti/ti_sci_protocol.h | 3 ++ 7 files changed, 93 insertions(+), 36 deletions(-) -- 2.19.2