From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3A71BC35665 for ; Fri, 21 Feb 2020 19:53:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1C3D120722 for ; Fri, 21 Feb 2020 19:53:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726989AbgBUTxI (ORCPT ); Fri, 21 Feb 2020 14:53:08 -0500 Received: from muru.com ([72.249.23.125]:56834 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726160AbgBUTxH (ORCPT ); Fri, 21 Feb 2020 14:53:07 -0500 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id EB03B807E; Fri, 21 Feb 2020 19:53:50 +0000 (UTC) From: Tony Lindgren To: linux-omap@vger.kernel.org Cc: "Andrew F . Davis" , Dave Gerlach , Faiz Abbas , Greg Kroah-Hartman , Keerthy , Nishanth Menon , Peter Ujfalusi , Roger Quadros , Suman Anna , Tero Kristo , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Adam Ford , =?UTF-8?q?Andr=C3=A9=20Hentschel?= , "H. Nikolaus Schaller" Subject: [PATCH 0/7] ti-sysc driver fix for hdq1w and few improvments Date: Fri, 21 Feb 2020 11:52:49 -0800 Message-Id: <20200221195256.54016-1-tony@atomide.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, Here are some ti-sysc interconnect target module driver fixes and improvments. There's a fix for 1-wire reset, the rest can wait for v5.7 merge window. Regards, Tony Tony Lindgren (7): bus: ti-sysc: Fix 1-wire reset quirk bus: ti-sysc: Rename clk related quirks to pre_reset and post_reset quirks ti-sysc: Improve reset to work with modules with no sysconfig bus: ti-sysc: Consider non-existing registers too when matching quirks bus: ti-sysc: Don't warn about legacy property for nested ti-sysc devices bus: ti-sysc: Implement SoC revision handling bus: ti-sysc: Handle module unlock quirk needed for some RTC arch/arm/mach-omap2/pdata-quirks.c | 6 + drivers/bus/ti-sysc.c | 430 ++++++++++++++++++++------ include/linux/platform_data/ti-sysc.h | 2 + 3 files changed, 348 insertions(+), 90 deletions(-) -- 2.25.1