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=-5.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,T_DKIMWL_WL_HIGH, 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 43586C004C9 for ; Tue, 7 May 2019 16:56:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EEBD12054F for ; Tue, 7 May 2019 16:56:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557248165; bh=wyEBL3ZJZ1DHklFqoCMNk1sus7XQWAQ2cNRZbwv9ybk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=uX6PQMEXQ+YbE4fP4B+KhcGOJ0CHnVcInd75hEhTdpSle9fspDCRVIGvE089I18pJ CrK97NmjbjlA1rLawfKmTaiP0nJEATvGWFo9VlcpIBYjQWAZz0vTZuDgLSLbgZ9acm XyaJd2487UlCGSR1MaIPrIluTOsTEdf7OT/UB2BE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726586AbfEGQ4E (ORCPT ); Tue, 7 May 2019 12:56:04 -0400 Received: from mail-oi1-f195.google.com ([209.85.167.195]:42629 "EHLO mail-oi1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726473AbfEGQ4E (ORCPT ); Tue, 7 May 2019 12:56:04 -0400 Received: by mail-oi1-f195.google.com with SMTP id k9so12847706oig.9; Tue, 07 May 2019 09:56:03 -0700 (PDT) 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=GHBrVv53KHjD9Lzdqkki/7g03N+HBCIm+A+C+qlOgKo=; b=mqY2BnbdJABDw2h5KE3+uHtDikSOmkEHT9HaDHwWgEkC39D2xuZOX9VxbrnHbKzxGB bx8lVw1QLQ3zC9sKHKQP0HBhsAOFnSpMX6KvFLRZFV1m66cxUj9Oj1KrJXVjYYjuJDrc ZjrotSLai0pfrQBPHehMiHZxFdIpqR1c1z+eVgBccSkiTLhjUkM5+lyZFn3sKXUMVzcW 3VWPkO33ezgB7g6Yo9HZCBL3BNNCNmU2wdoz69Reu1MzKCe6eQzAnuuGzL5QjuZo5uZF icxAD9bwOWQNmnpPr6ErWIAgROmCsJ9skNd9IEBdI5Kahm8AZrqu4J8ltolYN1kqEuga N4sw== X-Gm-Message-State: APjAAAV9XVukoQ8nekF+wVNgIoBG0EjxITU11Ewm+N0K6C33laNpV5ai 8rfXEB/v0oYiQ+aSwdXQ4A== X-Google-Smtp-Source: APXvYqziy0dt5yKxPRpC/WI0aEFVwLEYWl2rCLc0y89G5wpDrqyJ0QCVbRi5gzlBoihgjYMXAFGgkQ== X-Received: by 2002:aca:db45:: with SMTP id s66mr824655oig.59.1557248162731; Tue, 07 May 2019 09:56:02 -0700 (PDT) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id n3sm5590234oia.46.2019.05.07.09.56.01 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 07 May 2019 09:56:01 -0700 (PDT) Date: Tue, 7 May 2019 11:56:01 -0500 From: Rob Herring To: Robin Gong Cc: "robh@kernel.org" , "broonie@kernel.org" , "shawnguo@kernel.org" , "s.hauer@pengutronix.de" , "festevam@gmail.com" , "mark.rutland@arm.com" , "u.kleine-koenig@pengutronix.de" , "plyatov@gmail.com" , "vkoul@kernel.org" , "dan.j.williams@intel.com" , "catalin.marinas@arm.com" , "will.deacon@arm.com" , "l.stach@pengutronix.de" , dl-linux-imx , "linux-spi@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "dmaengine@vger.kernel.org" , "devicetree@vger.kernel.org" , "kernel@pengutronix.de" Subject: Re: [PATCH v3 10/14] dt-bindings: dma: imx-sdma: add i.mx6ul/6sx compatible name Message-ID: <20190507165601.GA17194@bogus> References: <1557249513-4903-1-git-send-email-yibin.gong@nxp.com> <1557249513-4903-11-git-send-email-yibin.gong@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1557249513-4903-11-git-send-email-yibin.gong@nxp.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On Tue, 7 May 2019 09:16:38 +0000, Robin Gong wrote: > Add i.mx6ul and i.mx6sx compatible name. > > Signed-off-by: Robin Gong > --- > Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt | 2 ++ > 1 file changed, 2 insertions(+) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v3 10/14] dt-bindings: dma: imx-sdma: add i.mx6ul/6sx compatible name Date: Tue, 7 May 2019 11:56:01 -0500 Message-ID: <20190507165601.GA17194@bogus> References: <1557249513-4903-1-git-send-email-yibin.gong@nxp.com> <1557249513-4903-11-git-send-email-yibin.gong@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1557249513-4903-11-git-send-email-yibin.gong@nxp.com> Sender: linux-kernel-owner@vger.kernel.org To: Robin Gong Cc: "robh@kernel.org" , "broonie@kernel.org" , "shawnguo@kernel.org" , "s.hauer@pengutronix.de" , "festevam@gmail.com" , "mark.rutland@arm.com" , "u.kleine-koenig@pengutronix.de" , "plyatov@gmail.com" , "vkoul@kernel.org" , "dan.j.williams@intel.com" , "catalin.marinas@arm.com" , "will.deacon@arm.com" , "l.stach@pengutronix.de" , dl-linux-imx , "linux-spi@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org On Tue, 7 May 2019 09:16:38 +0000, Robin Gong wrote: > Add i.mx6ul and i.mx6sx compatible name. > > Signed-off-by: Robin Gong > --- > Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt | 2 ++ > 1 file changed, 2 insertions(+) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v3 10/14] dt-bindings: dma: imx-sdma: add i.mx6ul/6sx compatible name Date: Tue, 7 May 2019 11:56:01 -0500 Message-ID: <20190507165601.GA17194@bogus> References: <1557249513-4903-1-git-send-email-yibin.gong@nxp.com> <1557249513-4903-11-git-send-email-yibin.gong@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "robh@kernel.org" , "broonie@kernel.org" , "shawnguo@kernel.org" , "s.hauer@pengutronix.de" , "festevam@gmail.com" , "mark.rutland@arm.com" , "u.kleine-koenig@pengutronix.de" , "plyatov@gmail.com" , "vkoul@kernel.org" , "dan.j.williams@intel.com" , "catalin.marinas@arm.com" , "will.deacon@arm.com" , "l.stach@pengutronix.de" , dl-linux-imx , "linux-spi@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Return-path: Content-Disposition: inline In-Reply-To: <1557249513-4903-11-git-send-email-yibin.gong@nxp.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-spi.vger.kernel.org On Tue, 7 May 2019 09:16:38 +0000, Robin Gong wrote: > Add i.mx6ul and i.mx6sx compatible name. > > Signed-off-by: Robin Gong > --- > Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt | 2 ++ > 1 file changed, 2 insertions(+) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed. 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=-5.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,T_DKIMWL_WL_HIGH,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 6D78FC004C9 for ; Tue, 7 May 2019 16:56:12 +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 3964F2054F for ; Tue, 7 May 2019 16:56:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="rkcnsT6i" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3964F2054F 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=Dt5SVAGwYU00onQ5iiL42s38ND1mR6W3bok5i4BOCp4=; b=rkcnsT6iDCOkh/ YCKMIx/ZL7O3vpQooLFtlygU/AZ9J6M649Q0vA0sI4kZu7g+l/l/qtr4/UNVcWbw7bs/v55p6I8km ha5GtyIjWfABmn4W7inI3anJ9cF5u+oCWFBNCe65T3KwW6+XQyeFPECWxMv1Ei8aNOr0vmTXEzjls PV25DKX/znCzifZDLgMxqbOePOv2MvTkKB9MuP9sRhy1ReCL5EpScfZUzpon/O4i7nQ1ElCcEoacN +04XcCbCDWvIua4eNZpZb1sR/q+9Fzlvv5onXf49MH5ShKbNucTbHGLxeY2aHOfR4owdE42Ey6lby U6GynTVcDzMABicVt2JQ==; 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 1hO3Nv-0006b4-HA; Tue, 07 May 2019 16:56:07 +0000 Received: from mail-oi1-f195.google.com ([209.85.167.195]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hO3Nt-0006ad-2T for linux-arm-kernel@lists.infradead.org; Tue, 07 May 2019 16:56:06 +0000 Received: by mail-oi1-f195.google.com with SMTP id l203so12936212oia.3 for ; Tue, 07 May 2019 09:56:04 -0700 (PDT) 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=GHBrVv53KHjD9Lzdqkki/7g03N+HBCIm+A+C+qlOgKo=; b=TWW81WUhoikhyGwN6CCr9xWkNjaGqii+QPjmXXNXLdo3xC0GlhF/HVDQD5w9Ewakv5 g6siJqg7JFd7DUoLYCqxkODcLl3BYwOIs9xcpbdxNPljvNxrFzQNTL4Lej+Ru/Q6Ikyj PjJq6P5o1Wt1z/xFTrPfLl78LHopIe1Oa+c8hrZyqrwolrcRkuaGOQeIyCGx1PWO5YiV iApLRJPA9r7ZSvjhEfV/pLlY29MAAUxa9UgpfoSiEMhRSobo+6WI8YmZ1R2UExZ1K+2o ic+uYMrDUliru5VbnyajekfCAlRhewt8AXWTrANz8MK9bo/Y4zl2E0p7KVFr0P/oO/97 lWtQ== X-Gm-Message-State: APjAAAXX/dqgBDTI57/zOvVLsyn9OacG0TqzLoFLOJO3uRIg4BF3idV7 0BrVDp+6rTtYqdcW8OPXMg== X-Google-Smtp-Source: APXvYqziy0dt5yKxPRpC/WI0aEFVwLEYWl2rCLc0y89G5wpDrqyJ0QCVbRi5gzlBoihgjYMXAFGgkQ== X-Received: by 2002:aca:db45:: with SMTP id s66mr824655oig.59.1557248162731; Tue, 07 May 2019 09:56:02 -0700 (PDT) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id n3sm5590234oia.46.2019.05.07.09.56.01 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 07 May 2019 09:56:01 -0700 (PDT) Date: Tue, 7 May 2019 11:56:01 -0500 From: Rob Herring To: Robin Gong Subject: Re: [PATCH v3 10/14] dt-bindings: dma: imx-sdma: add i.mx6ul/6sx compatible name Message-ID: <20190507165601.GA17194@bogus> References: <1557249513-4903-1-git-send-email-yibin.gong@nxp.com> <1557249513-4903-11-git-send-email-yibin.gong@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1557249513-4903-11-git-send-email-yibin.gong@nxp.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-20190507_095605_110206_C3BEE386 X-CRM114-Status: GOOD ( 12.19 ) 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@arm.com" , "robh@kernel.org" , "catalin.marinas@arm.com" , "devicetree@vger.kernel.org" , "festevam@gmail.com" , "s.hauer@pengutronix.de" , "plyatov@gmail.com" , "will.deacon@arm.com" , "linux-kernel@vger.kernel.org" , "linux-spi@vger.kernel.org" , "vkoul@kernel.org" , "broonie@kernel.org" , dl-linux-imx , "kernel@pengutronix.de" , "u.kleine-koenig@pengutronix.de" , "dmaengine@vger.kernel.org" , "dan.j.williams@intel.com" , "shawnguo@kernel.org" , "linux-arm-kernel@lists.infradead.org" , "l.stach@pengutronix.de" 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 Tue, 7 May 2019 09:16:38 +0000, Robin Gong wrote: > Add i.mx6ul and i.mx6sx compatible name. > > Signed-off-by: Robin Gong > --- > Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt | 2 ++ > 1 file changed, 2 insertions(+) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel