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 E2424C54FD0 for ; Thu, 23 Apr 2020 07:13:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B9E1C21569 for ; Thu, 23 Apr 2020 07:13:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587625992; bh=jeyB3Dt0FQciAvhMCVO+jCM/8D9TOYTCBw5oFM3absE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=AsQkjtgqhdKbm42jHo3nttkIUaajPOBR7U4ouq5CfdE+2pCg/yqUBmdscFeZwX8Tg pz2oTDJVLSshBoeVhOwz+JZRkichT6mEEcS0nxFkZtFFbYxv1zrbPwmdWjPAMA57fh GLtJ+fWjw//kAYrwB4idYQoEIpvLyQGiNNI11hzE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725863AbgDWHNM (ORCPT ); Thu, 23 Apr 2020 03:13:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:54946 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725562AbgDWHNM (ORCPT ); Thu, 23 Apr 2020 03:13:12 -0400 Received: from localhost (unknown [49.207.59.230]) (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 1011D208E4; Thu, 23 Apr 2020 07:13:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587625991; bh=jeyB3Dt0FQciAvhMCVO+jCM/8D9TOYTCBw5oFM3absE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uA92uIDP10TgUXjNcolSXCL9hvaoMe60Hu8ZcVU2xfQOIsoq/HgyXXXpj7xvJ3S3N 9sEOJOK3+0+FHRvvHX/Ocu4srKa0X6HrJcGt8A5mLwYDmTxxw6+6nuBMOj9Q7P7vQu sT2xJ7cPeRswUoj9OxezJYqX0akh2BRpuL4eAqxU= Date: Thu, 23 Apr 2020 12:43:07 +0530 From: Vinod Koul To: Lubomir Rintel Cc: Dan Williams , dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/7] dmaengine: mmp_tdma: Do not ignore slave config validation errors Message-ID: <20200423071307.GX72691@vkoul-mobl> References: <20200419164912.670973-1-lkundrak@v3.sk> <20200419164912.670973-2-lkundrak@v3.sk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200419164912.670973-2-lkundrak@v3.sk> Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 19-04-20, 18:49, Lubomir Rintel wrote: > With an invalid dma_slave_config set previously, > mmp_tdma_prep_dma_cyclic() would detect an error whilst configuring the > channel, but proceed happily on: > > [ 120.756530] mmp-tdma d42a0800.adma: mmp_tdma: unknown burst size. Applied to fixes, thanks -- ~Vinod