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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED autolearn=ham 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 22432C43381 for ; Sun, 17 Feb 2019 09:54:08 +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 E209320818 for ; Sun, 17 Feb 2019 09:54:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="kx3PYd/Z"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=lechnology.com header.i=@lechnology.com header.b="i2aYhixL" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E209320818 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lechnology.com 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-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=SXPR40JSvEOZOKZgCZb2QCLhERBKT+o9fNoIS3OCVZk=; b=kx3PYd/ZfFSUEsyFqoMmbr01E bM7nbDk5VmTaASi2PIJTW2ewLLlvtK7dilmF9i6S8YabZ3CXhQeEKjZVDAOvDGEO+X+XOkcC9vwJr SCOa/x18xuEEsG5nkHplxihBRw5yFwjPrXg+NNdxKOvKep8xRqSzO+nDdHPYM7TqaCRrxHl5IJYtt pyE6QCyOydifbTgnRUrZdif5ByVre/eHkoIWfiQ3lo+srWJtZmAUbnJHYvxG39d2yDP7U+CWMsLJ4 pDYXdv2JZOHnWoxjZ/xcWbSh74NZZ/i3VwTEEChBpYKCdKWo6A7v0zp/UsqgxE4cZeCyaZGP9rakv WHEgbTJAw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gvJ9C-0000P6-8b; Sun, 17 Feb 2019 09:54:06 +0000 Received: from vern.gendns.com ([98.142.107.122]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gvJ99-0000Na-GS for linux-arm-kernel@lists.infradead.org; Sun, 17 Feb 2019 09:54:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lechnology.com; s=default; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=2rQNLLmz8I9hMh8j6v+lzbuQ+fvM/M4tNcBoHbVuEKY=; b=i2aYhixLew35RWFzSWqKYefKSh hbAQ5kBsBPpgZX68fx7E1kLKLlaLTsX8x0gBuJahOyfbjlGjbsDn5f++01YPg9BXTK8SDyT4d7Q/6 +iMa/meugtzQF6uTOHIo3GC33C6+elFa7ah1nb5W7lY2kTNkmYAHGlexU8bXIxiJSigPbgHlV1Iyg 2x4HHz083GTiujpt4qV9fJn2uP0GuPUMSZW9jUMhu75vX5qpZv/Rbwa/Y3p+YzWFyCCZzcdOach37 LUUz5hqfyDPknoH2OallziQNVVfd8zR+3dK76ZDa+Iw2e7TWx9oz4tmPbTEfYmR9Ga39VSNG8D3ul 5GVderLQ==; Received: from [185.122.190.68] (port=64382 helo=gerda-5.local) by vern.gendns.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gvJ8x-00087u-UU; Sun, 17 Feb 2019 04:53:52 -0500 Subject: Re: [PATCH v4 26/37] ARM: davinci: cp-intc: add the new config structures for da8xx SoCs To: Bartosz Golaszewski , Dmitry Torokhov , Sekhar Nori , Kevin Hilman , Thomas Gleixner , Jason Cooper , Marc Zyngier References: <20190214145231.8750-1-brgl@bgdev.pl> <20190214145231.8750-27-brgl@bgdev.pl> From: David Lechner Message-ID: <58e8ba55-2086-3ae6-3c36-4471908a2fbd@lechnology.com> Date: Sun, 17 Feb 2019 10:53:59 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: <20190214145231.8750-27-brgl@bgdev.pl> Content-Language: en-US X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - lists.infradead.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190217_015403_625798_92580739 X-CRM114-Status: UNSURE ( 7.90 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Bartosz Golaszewski , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2/14/19 8:52 AM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Add the new-style config structures for da8xx SoCs. They will be used > once we make the cp-intc driver stop using davinci_soc_info. > > Signed-off-by: Bartosz Golaszewski > --- Reviewed-by: David Lechner _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel