From patchwork Fri Aug 23 22:24:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 11112419 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A2D9E1395 for ; Fri, 23 Aug 2019 22:24:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3829122CE3 for ; Fri, 23 Aug 2019 22:24:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390762AbfHWWYr (ORCPT ); Fri, 23 Aug 2019 18:24:47 -0400 Received: from muru.com ([72.249.23.125]:58476 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731062AbfHWWYq (ORCPT ); Fri, 23 Aug 2019 18:24:46 -0400 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 0FB4880A5; Fri, 23 Aug 2019 22:25:14 +0000 (UTC) From: Tony Lindgren To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL 1/2] ti-sysc driver changes for v5.3 Date: Fri, 23 Aug 2019 15:24:41 -0700 Message-Id: X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: "Tony Lindgren" The following changes since commit 5b63fb90adb95a178ad403e1703f59bf1ff2c16b: ARM: dts: Fix incomplete dts data for am3 and am4 mmc (2019-08-13 04:03:30 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.4/ti-sysc-signed for you to fetch changes up to c8a738f4cfaeccce40b171aca6da5fc45433ce60: bus: ti-sysc: remove set but not used variable 'quirks' (2019-08-13 04:40:11 -0700) ---------------------------------------------------------------- Driver changes for ti-sysc for v5.4 Few changes to prepare for using a reset driver for PRM rstctrl mostly to deal with the clocks for reset. Then few minor clean-up patches and SPDX license identifier changes, and add a MAINTAINERs file entry. ---------------------------------------------------------------- Suman Anna (4): MAINTAINERS: Add ti-sysc files under the OMAP2+ entry dt-bindings: ti-sysc: Add SPDX license identifier bus: ti-sysc: Switch to SPDX license identifier bus: ti-sysc: Add missing kerneldoc comments Tero Kristo (3): bus: ti-sysc: re-order the clkdm control around reset handling bus: ti-sysc: rework the reset handling bus: ti-sysc: allow reset sharing across devices YueHaibing (1): bus: ti-sysc: remove set but not used variable 'quirks' MAINTAINERS | 2 ++ drivers/bus/ti-sysc.c | 56 ++++++++++++++--------------------- include/dt-bindings/bus/ti-sysc.h | 1 + include/linux/platform_data/ti-sysc.h | 7 +++-- 4 files changed, 31 insertions(+), 35 deletions(-)