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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 E5C72C35DF2 for ; Tue, 25 Feb 2020 05:48:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B4DE9222C2 for ; Tue, 25 Feb 2020 05:48:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582609689; bh=3OvLtUdiWWCTejcd3cyJhagzhZ0xlpW4uzxztlxEC7k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=jM+EC6TU2ka5S6+6Yw6y7TiYX/6DuLus64oDG+cnWkThsC9QKqqkVj1zJDOIRChtX i8D/C6yVL9sSzK3Y7/cR6m8WMu3yU5w9h7NF/Mrcb/wb2QKiqnLwezyi+qsLNSjNQ/ j616f2JIOkiRVN0pXLEryi8+gyXZqcDO0cP9Fsi8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726421AbgBYFsJ (ORCPT ); Tue, 25 Feb 2020 00:48:09 -0500 Received: from mail.kernel.org ([198.145.29.99]:37852 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726400AbgBYFsJ (ORCPT ); Tue, 25 Feb 2020 00:48:09 -0500 Received: from localhost (unknown [122.167.120.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 00FA024653; Tue, 25 Feb 2020 05:48:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582609688; bh=3OvLtUdiWWCTejcd3cyJhagzhZ0xlpW4uzxztlxEC7k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IxqfFS2sZxfUp9ujdI9WupCy2hs1mxFxXPhc+a/dBagz235lEfJda/1LvlBlXJ2Kj 2bqk/QiXdO5QQd26E/wmzHwAsR2fLyHOJVF4ieandhpRmEUFU/b4W5WPWPq8A+fFmB qyeTm21Qbiy2UW7QBbFty1US+UJbJCgFwjwGgniI= Date: Tue, 25 Feb 2020 11:18:04 +0530 From: Vinod Koul To: Radhey Shyam Pandey Cc: dan.j.williams@intel.com, michal.simek@xilinx.com, nick.graumann@gmail.com, andrea.merello@gmail.com, appana.durga.rao@xilinx.com, mcgrof@kernel.org, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, git@xilinx.com Subject: Re: [PATCH -next 0/2] dmaengine: xilinx_dma: In dma channel probe fix node order dependency Message-ID: <20200225054804.GH2618@vkoul-mobl> References: <1580388865-9960-1-git-send-email-radhey.shyam.pandey@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1580388865-9960-1-git-send-email-radhey.shyam.pandey@xilinx.com> Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 30-01-20, 18:24, Radhey Shyam Pandey wrote: > In overlay application[1] we noticed that channel DT nodes are inverted and > as a sideffect of this behaviour the axidmatest client fails. > > In general driver should not assume specific DT probe order. So to fix this > failure remove channel node ordering restriction from the xilinx dma driver. Applied, thanks -- ~Vinod