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=-6.7 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, URIBL_BLOCKED,USER_AGENT_MUTT 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 AA107C37124 for ; Tue, 22 Jan 2019 00:31:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 749C521721 for ; Tue, 22 Jan 2019 00:31:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548117101; bh=IPtXGsL91pfW8SgPsairRpUvuIKPKfH68fmVNeO21/Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=0hSpkZheSBb8lv8hstQd/m5aAYvw7XPDMz7qlAtNo/O5adYtR6tejLRfKiUv5FpUB qIpGw9pKxUvyQQCyStaqsLKy4pV516ggWSFSWgNAmxoB1PSM6gDNTwKKSWMdM3YqBI wtLwGZVdKxGgtNsbHJbsDao5/Ns3Hj3p+ukgSzpg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726798AbfAVAbj (ORCPT ); Mon, 21 Jan 2019 19:31:39 -0500 Received: from mail-oi1-f196.google.com ([209.85.167.196]:38321 "EHLO mail-oi1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726165AbfAVAbj (ORCPT ); Mon, 21 Jan 2019 19:31:39 -0500 Received: by mail-oi1-f196.google.com with SMTP id a77so16006037oii.5; Mon, 21 Jan 2019 16:31:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=JWoG3DHHJ3PJYTklhTubbZN/R0wYZS7KWMnjHDZtnIs=; b=JsvZpLRBp8P+awBi5RsEvBpD4HBkQmtm+G90KBycpjnFS6vrpRLiCzn28WRHYcitHe 9blBfPFyu2oGEwO2wgsub4APodyyVGlqvI37SvSXebtfLqqvNo+4d67rhlNn1htGHx9+ bERw+fATTfrI6GqIKeXrBLsiQImIHIVdsPElO8/u0QQ6DvSL5VVpxAj6YPzLIQRLnqRc Y72ccIn4y/EzFcCZcxzjKENgfbEADKDh9bGfk5alasqxNypIA5R6mFzi4Y+6qGONdvHR wMe0YU/LbPqGR3Lg37Qpm05aWskIcL5zfav4bBatqZu/EH5rzJdkh2kjdZWjfoopWdVN g0kA== X-Gm-Message-State: AJcUukeaOJ3+Z4jNH0WFVT5nKbwqHCDsRHuC2wtNrzBmzVsOt5jlfnpY ak5f2Wmh1gH7mz/fFf/QSQ== X-Google-Smtp-Source: ALg8bN6rm9MBZBYIOmoNq8rKDAN88J0am2wZTgXOQfF4BF4TGfZ8w7fAOQ2gKlwNHvMyoL8wkTI4uQ== X-Received: by 2002:aca:b102:: with SMTP id a2mr7204461oif.180.1548117098243; Mon, 21 Jan 2019 16:31:38 -0800 (PST) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id k130sm7158547oia.47.2019.01.21.16.31.37 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 21 Jan 2019 16:31:37 -0800 (PST) Date: Mon, 21 Jan 2019 18:31:36 -0600 From: Rob Herring To: Kishon Vijay Abraham I Cc: Gustavo Pimentel , Rob Herring , Lorenzo Pieralisi , Kishon Vijay Abraham I , Jingoo Han , Bjorn Helgaas , Mark Rutland , Arnd Bergmann , Greg Kroah-Hartman , Murali Karicheri , Jesper Nilsson , linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-kernel@axis.com Subject: Re: [PATCH 03/24] dt-bindings: PCI: keystone: Add "reg-names" binding information Message-ID: <20190122003136.GA30537@bogus> References: <20190114132424.6445-1-kishon@ti.com> <20190114132424.6445-4-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190114132424.6445-4-kishon@ti.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 14 Jan 2019 18:54:03 +0530, Kishon Vijay Abraham I wrote: > Add "reg-names" binding information in order for device tree node > to be populated with the correct register strings. This will break > old dt compatibility. However Keystone PCI has never worked > in upstream kernel due to lack of SERDES support. Before SERDES > support is added, cleanup the Keystone PCI dt-bindngs. This new > binding will also be used by PCI in AM654 platform. > > Signed-off-by: Kishon Vijay Abraham I > --- > Documentation/devicetree/bindings/pci/pci-keystone.txt | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 03/24] dt-bindings: PCI: keystone: Add "reg-names" binding information Date: Mon, 21 Jan 2019 18:31:36 -0600 Message-ID: <20190122003136.GA30537@bogus> References: <20190114132424.6445-1-kishon@ti.com> <20190114132424.6445-4-kishon@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190114132424.6445-4-kishon@ti.com> Sender: linux-kernel-owner@vger.kernel.org Cc: Gustavo Pimentel , Rob Herring , Lorenzo Pieralisi , Kishon Vijay Abraham I , Jingoo Han , Bjorn Helgaas , Mark Rutland , Arnd Bergmann , Greg Kroah-Hartman , Murali Karicheri , Jesper Nilsson , linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-kernel@axis.com List-Id: devicetree@vger.kernel.org On Mon, 14 Jan 2019 18:54:03 +0530, Kishon Vijay Abraham I wrote: > Add "reg-names" binding information in order for device tree node > to be populated with the correct register strings. This will break > old dt compatibility. However Keystone PCI has never worked > in upstream kernel due to lack of SERDES support. Before SERDES > support is added, cleanup the Keystone PCI dt-bindngs. This new > binding will also be used by PCI in AM654 platform. > > Signed-off-by: Kishon Vijay Abraham I > --- > Documentation/devicetree/bindings/pci/pci-keystone.txt | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring 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=-6.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT 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 C5715C37122 for ; Tue, 22 Jan 2019 00:31:49 +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 921D021721 for ; Tue, 22 Jan 2019 00:31:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="FAhTKuc7" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 921D021721 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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=2XHSVgHIejF9aEK4m8EAdCnfyx9uqHlgDKN7RLGBZlU=; b=FAhTKuc7IswQxU n/I7LNOEBF2BA++rZtd3QCYMCZrKYDgxXaa7maQo4EXvmWRHANyFdIVPCFZFz5Ixr6HK7/VoiDK9j VbaU6OmPdip22QLjA6BZ7QnKjGZKJBiLa3d2sooABppZHZQkK+ashvJR4NIzyKGn4PpZ2OWgXCEMG jC0eYj7rMn93RCbao0hxECp3lIM8v7YcrL0Ii6n2J78gkGB2zHDHksvXGJKkoP3xfqxxMcSZpo+Lr n2GpvovxDGL7H+zSCXrXqOss6OZ5NZYeVa3ioNCRnWZ4tWR6PTztrYqFTmMFTgy44f+3UOE7cVrrl oiPYsloipODmOZ2lxLPg==; 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 1gljyh-0007qe-Tq; Tue, 22 Jan 2019 00:31:43 +0000 Received: from mail-oi1-f193.google.com ([209.85.167.193]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gljye-0007qG-0J for linux-arm-kernel@lists.infradead.org; Tue, 22 Jan 2019 00:31:41 +0000 Received: by mail-oi1-f193.google.com with SMTP id m6so15997106oig.11 for ; Mon, 21 Jan 2019 16:31:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=JWoG3DHHJ3PJYTklhTubbZN/R0wYZS7KWMnjHDZtnIs=; b=fe1L80DBRWKpJJaUFtloKn1ZnzrAjoWySkrMkmu0wIQ42MumC8Uiqct2QaarAaBECQ 5v6LQ8EECN0KHkwUZDb+o6YUg1cLQ8V6Qugh4gcr+vlFeLHFZr1MAwU9GCWmR82pj/3+ QabQhUDYVYXzwfqsNH+FC5XO4DYUHHvB3Gwrw9UI3hPd0PExWITxSELCRJ1fVD+648Qh aD4tyzXlepIk5PAsvDl0q6PvGSvstH3pfed8OjHpIBZsYe91Vk6JERuqGysF3pAWvcfx SBko0rB40OLbXLY2IOxmIywmHYk+fFXI86el4kRAQ37FfFEj1jWJzKlJ9FTSt3f66QuU b+cw== X-Gm-Message-State: AJcUukfVZ5SAfw3OYGT202z99DkMfrUXTsQxyhCbkAumwPR4Kyg4/y0m gAbi/wYYcnnTSbO0zBfKcg== X-Google-Smtp-Source: ALg8bN6rm9MBZBYIOmoNq8rKDAN88J0am2wZTgXOQfF4BF4TGfZ8w7fAOQ2gKlwNHvMyoL8wkTI4uQ== X-Received: by 2002:aca:b102:: with SMTP id a2mr7204461oif.180.1548117098243; Mon, 21 Jan 2019 16:31:38 -0800 (PST) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id k130sm7158547oia.47.2019.01.21.16.31.37 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 21 Jan 2019 16:31:37 -0800 (PST) Date: Mon, 21 Jan 2019 18:31:36 -0600 From: Rob Herring To: Kishon Vijay Abraham I Subject: Re: [PATCH 03/24] dt-bindings: PCI: keystone: Add "reg-names" binding information Message-ID: <20190122003136.GA30537@bogus> References: <20190114132424.6445-1-kishon@ti.com> <20190114132424.6445-4-kishon@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190114132424.6445-4-kishon@ti.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190121_163140_046630_8A42B314 X-CRM114-Status: GOOD ( 13.72 ) 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: Mark Rutland , devicetree@vger.kernel.org, Jesper Nilsson , Lorenzo Pieralisi , Arnd Bergmann , Greg Kroah-Hartman , Jingoo Han , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@axis.com, Kishon Vijay Abraham I , Rob Herring , Murali Karicheri , Gustavo Pimentel , Bjorn Helgaas , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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 Mon, 14 Jan 2019 18:54:03 +0530, Kishon Vijay Abraham I wrote: > Add "reg-names" binding information in order for device tree node > to be populated with the correct register strings. This will break > old dt compatibility. However Keystone PCI has never worked > in upstream kernel due to lack of SERDES support. Before SERDES > support is added, cleanup the Keystone PCI dt-bindngs. This new > binding will also be used by PCI in AM654 platform. > > Signed-off-by: Kishon Vijay Abraham I > --- > Documentation/devicetree/bindings/pci/pci-keystone.txt | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel