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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 4DB10C2D0BF for ; Tue, 10 Dec 2019 10:57:53 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1E21C20663 for ; Tue, 10 Dec 2019 10:57:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="od3JQKJP"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gerhold.net header.i=@gerhold.net header.b="Zg9yRHN2" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1E21C20663 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gerhold.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=u7HzlNBiJSqvfCW2QU9FoeS9wGUe/GlPorPZI1rhKPI=; b=od3JQKJPuck70V 6n/0lH4WJHtcAL9G1fdTih+L1GiAVn3G94uQIiXtH9TQcc6ReGHZv9zygCTzJ8Kq3+BAJWpdAK0ti I36qnkBfycpAPRsgqE+fD7gX8Q5Nu0F5uGYFKsWBziIn4J46VbqQjA9X+imBJN/YwtmqYf9Pbe2v+ ctJir/innKz/Mo3S5YJNnJyF0odYw1+dsyVxc5z3HdPTngR72ANB1AuzjAGSLE7Xf95u/qe3rneZg uu09clgLf3wSNcGO1z8otZVQ3q43UCBml5Xj6edk4YqSBbVxGnwH1krJQtngXhTU7hC59C2RcZ2x0 I6zPwrbmknsYqVlXGtwQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iedDB-0000bM-Ug; Tue, 10 Dec 2019 10:57:49 +0000 Received: from mo6-p01-ob.smtp.rzone.de ([2a01:238:20a:202:5301::3]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iedD7-0000R5-4a for linux-arm-kernel@lists.infradead.org; Tue, 10 Dec 2019 10:57:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1575975460; s=strato-dkim-0002; d=gerhold.net; h=In-Reply-To:References:Message-ID:Subject:Cc:To:From:Date: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=4pjbgURYLvqlQ7ltYz5xKfqYhTsVzR2Sa6bq4aJbjsg=; b=Zg9yRHN2kX3F/lRo/30Dw7LegWQ7uAK+VrOXZ4yf3v8A1UUZszmTSo53gXeY3dauvR /oLcOXyo8zIGIlSkDjTFTjmnl4CCG6S/DhVIYA8H/dOjNg3UA6TFHs5klHg87Pcoolsj I87B4sReVQzWdaG5USds7WiSMURLVWDNmLdelftgx4g/grrFAHm9cr3ra6fI569VbxdB y5bZr0Jn11F01q/i5yHvw4JEaHwtxY/YsmCzXG2hOKAoVgno0rdOp77Yre5Ecs2pxsMD xqZDaFEF8iKXdVMFhQM/wiTWe3rCDx90E4MvFj0jwELzLsov/RFMOCyDPxDIhibpI4b0 289w== X-RZG-AUTH: ":P3gBZUipdd93FF5ZZvYFPugejmSTVR2nRPhVOQ/OcYgojyw4j34+u266EZF6ORJGV8vHxv6O" X-RZG-CLASS-ID: mo00 Received: from gerhold.net by smtp.strato.de (RZmta 46.0.2 AUTH) with ESMTPSA id R01a59vBAAvdeDj (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Tue, 10 Dec 2019 11:57:39 +0100 (CET) Date: Tue, 10 Dec 2019 11:57:37 +0100 From: Stephan Gerhold To: Andy Gross Subject: Re: [GIT PULL] Qualcomm ARM64 DT updates for 5.5 Message-ID: <20191210105737.GB228968@gerhold.net> References: <1573068840-13098-1-git-send-email-agross@kernel.org> <1573068840-13098-2-git-send-email-agross@kernel.org> <20191108031854.GA12993@hector.lan> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191108031854.GA12993@hector.lan> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191210_025745_814676_EC1C71C5 X-CRM114-Status: GOOD ( 14.13 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-msm , Amit Kucheria , lakml , Bjorn Andersson Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Nov 07, 2019 at 09:18:54PM -0600, Andy Gross wrote: > On Thu, Nov 07, 2019 at 07:36:03PM +0530, Amit Kucheria wrote: > > (Removing arm-soc) > > > > Hi Andy, > > > > On Thu, Nov 7, 2019 at 1:04 AM Andy Gross wrote: > > > > > > Arnd, Olof, and Kevin, > > > > > > I have one slight faux paux in this pull request. A drivers: soc change got > > > into my arm64 DTS branch and while it is innocuous, it wasn't easy to fix > > > without messing up a lot of people who depend on the SHAs not changing. So I'm > > > sorry for this inclusion. I'll scrub this better next time. > > > > > > Andy > > > > > ---------------------------------------------------------------- > > > Amit Kucheria (5): > > > arm64: dts: qcs404: thermal: Add interrupt support > > > arm64: dts: msm8998: thermal: Add interrupt support > > > arm64: dts: msm8996: thermal: Add interrupt support > > > arm64: dts: sdm845: thermal: Add interrupt support > > > arm64: dts: msm8916: thermal: Fixup HW ids for cpu sensors > > > > One of my patches to add interrupt support to msm8916 tsens is missing > > here. Specifically this one: > > https://patchwork.kernel.org/patch/11201853/ > > > > Will there be a second PR this cycle? > > I can work up another and throw it on top. > FYI, the patch seems to be still missing in 5.5-rc1. tsens now fails to probe on MSM8916 with: qcom-tsens 4a9000.thermal-sensor: IRQ uplow not found Can you queue up the patch as fix for 5.5? Thanks, Stephan _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel