Received: by 10.192.165.148 with SMTP id m20csp3700261imm; Mon, 23 Apr 2018 10:47:55 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/IT5ZL3mSLwjHmGaTZOYJNbDoatMR5iNYK/K2yZqSWkJKd0Tc773t5rrc8Zck0fwlDSWSj X-Received: by 10.101.85.140 with SMTP id j12mr18140117pgs.262.1524505675781; Mon, 23 Apr 2018 10:47:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524505675; cv=none; d=google.com; s=arc-20160816; b=xxpU2jtpNnCxCCNp2VWAUxR77fhDICyMiv852FA/xqAVDVxKGkG0phR4xWfsKSuYz5 yC2paP5rDF0hJ3PRfWtEtkb7vzky7j/z8o+p1CapfGeKW3+BjvM61eMrmdYMB3J+DQ2X 3fbYPfLAXYsEPLnlgkShnD91igxmAyooiHn6MNe/wMMJwfIAqQgLEiULFmhHQp8mk2co EzhqKuK+VnwgW+ktIHcJOGIn38SQIyUmXNGHYTB+azOw1yOdO+vJyM+IzXxGJCqG+e0U MFOFG3r7mCzBHtifxatu9BuQ9C99ndSGy+jV0A0KJtB7AwEFEIZeDDqrPj4+cuXei0PV PuGg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=aPyWubnw6SizqrOb3BOdGNtXrzvPSJnkbSnmor65ZN8=; b=Kf9x4uoWFMztRM6F41TmqXWEhTxWx9d2E8LLl4rGPCdeuck+CF18Ah8ABhbY+G1xhK XrAo7dDTeGSUbldJc/ADMr7qCE77nxMXji6ixwBGZKXO9QUXUoQmPs9DX67QuhX2N2Pg Tvo6cZzeoS4nvWYHJjTDFdhs+jB0zouLfB/uawqJ0HBWOJArk1B/oJa2xZtoUsMVOJXb Gfsab6xlZqeDQq8U8jAHQjGkGdKMawgX2HWG5QKs/f8E4r4iZdWJ4gJKA3KBBd7MGRLH 7d/stpcSm/tTLkkGbp5jaT+0I2cj+6qUMWVSmt+itJirEiBNW0j4ZOoIqiVhA06BX/pF mOOA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l27si6849502pgu.353.2018.04.23.10.47.41; Mon, 23 Apr 2018 10:47:55 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932230AbeDWRqG (ORCPT + 99 others); Mon, 23 Apr 2018 13:46:06 -0400 Received: from muru.com ([72.249.23.125]:38296 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932092AbeDWRqF (ORCPT ); Mon, 23 Apr 2018 13:46:05 -0400 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 02C0480F3; Mon, 23 Apr 2018 17:47:48 +0000 (UTC) From: Tony Lindgren To: linux-omap@vger.kernel.org Cc: Dave Gerlach , Greg Kroah-Hartman , Nishanth Menon , Suman Anna , Tero Kristo , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 00/16] ti-sysc driver changes to support more devices Date: Mon, 23 Apr 2018 10:45:33 -0700 Message-Id: <20180423174549.57412-1-tony@atomide.com> X-Mailer: git-send-email 2.17.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, This series contains improvments for ti-sysc driver to allow booting with more devices configured in device tree instead of the legacy platform data. Looks like some device drivers also need updating for suspend and resume, I'll be posting patches separately for those. Regards, Tony Tony Lindgren (16): ARM: OMAP2+: Drop unused pm-noop ARM: OMAP2+: Allow using ti-sysc for system timers ARM: OMAP2+: Use signed value for sysc register offsets ARM: OMAP2+: Only probe SDMA via ti-sysc if configured in dts ARM: OMAP2+: Initialize SoC PM later ARM: OMAP2+: Make display related init into device_initcall bus: ti-sysc: Handle simple-bus for nested children bus: ti-sysc: Make child clock alias handling more generic bus: ti-sysc: Add handling for clkctrl opt clocks bus: ti-sysc: Tag some modules resource providers for noirq suspend bus: ti-sysc: Improve suspend and resume handling bus: ti-sysc: Add initial support for external resets bus: ti-sysc: Detect omap4 type timers for quirk bus: ti-sysc: Detect UARTs for SYSC_QUIRK_LEGACY_IDLE quirk on omap4 bus: ti-sysc: Tag sdio and wdt with legacy mode for suspend bus: ti-sysc: Show module information for suspend if DEBUG is enabled .../devicetree/bindings/bus/ti-sysc.txt | 6 +- arch/arm/mach-omap2/Makefile | 1 - arch/arm/mach-omap2/board-generic.c | 2 - arch/arm/mach-omap2/common.h | 18 +- arch/arm/mach-omap2/display.c | 10 +- arch/arm/mach-omap2/hsmmc.c | 1 - arch/arm/mach-omap2/i2c.c | 1 - arch/arm/mach-omap2/io.c | 70 +--- arch/arm/mach-omap2/omap-pm-noop.c | 176 -------- arch/arm/mach-omap2/omap-pm.h | 161 -------- arch/arm/mach-omap2/omap_device.c | 22 +- arch/arm/mach-omap2/omap_hwmod.c | 21 +- arch/arm/mach-omap2/omap_hwmod.h | 6 +- .../omap_hwmod_33xx_43xx_ipblock_data.c | 1 + arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 4 + arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 1 + arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 4 + arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 3 + arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 6 + arch/arm/mach-omap2/omap_hwmod_81xx_data.c | 1 + arch/arm/mach-omap2/pdata-quirks.c | 15 - arch/arm/mach-omap2/pm-debug.c | 5 - arch/arm/mach-omap2/pm.c | 21 +- arch/arm/mach-omap2/pm33xx-core.c | 4 +- arch/arm/mach-omap2/timer.c | 68 ++- arch/arm/plat-omap/Kconfig | 10 - drivers/bus/ti-sysc.c | 388 ++++++++++++++++-- drivers/media/rc/ir-rx51.c | 17 +- include/linux/platform_data/media/ir-rx51.h | 9 - include/linux/platform_data/ti-sysc.h | 1 + 30 files changed, 494 insertions(+), 559 deletions(-) delete mode 100644 arch/arm/mach-omap2/omap-pm-noop.c delete mode 100644 arch/arm/mach-omap2/omap-pm.h delete mode 100644 include/linux/platform_data/media/ir-rx51.h -- 2.17.0