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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 68AD9C433F5 for ; Thu, 19 May 2022 17:25:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=rnGWV3o9sowZQ/S1kwNj4+koGR99mhk63mGGpztpydM=; b=TVliU/vs2WAoiR Rvi4YqgdSB5RqAxqR5Gn6zTNu7NsiUf519R5BgKCMFIMaUs7NVuxGOIguZBi6Ihlb3duWa2nPNxho FiWE2xn1hi6MJMOGpNjUzOBrLzeaXl4JMLzi6P1vdnYWiTBDx2pNV+yDAYeDDCq352PMzr07t5vms erVLaEKcWP5ftA9V11gUqgFHOEumdeNsBEY65TvDcO2OcDqqDP/1ztAJHXNKBRpIQJ9xn+NlU4AeV HcOlk8L5o2swJ8GnR8yFZS3zA99cYjLNPUttfv6IGXwPJFdVZ4MfuIdVbRfb/0D1kv2r0JkIvf+vS DUfYQVRONnICQSx+2NKQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nrjsp-008Zle-Kf; Thu, 19 May 2022 17:24:19 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nrjsl-008Zk4-90 for linux-arm-kernel@lists.infradead.org; Thu, 19 May 2022 17:24:16 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 06DE9B82770; Thu, 19 May 2022 17:24:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C63BAC385AA; Thu, 19 May 2022 17:24:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652981051; bh=kT8t0KGLk/kGWkkzDUvWH9F3UM1N/oMuLdlF691IFpE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZS3TtNgRTSIepBdC9J9Jw5fizX6k9FMaHVxwZFP4is9OjoJdVx+h6F6sy7HhPsHLW eEljxdDUKsYPfokPqXPq3BkSY5ydqUzi15yPi/mYsEQTyMDNvDJphFTA5tw63ESgrh HOClkB2nQMjXDMUQ09DI4HfRwNiPeryx6hdVlopcp3nH/7M+zj5vjwLyTr/b1TK5OB g6+0hlWBeyJBFZVEWwz45FU+yCB/eakX+uq0FWdVMg/q5RTJz9lwhNbd8dZLhQRfsT 6zN4Qsggu9ZBQeo4LtJoXMtLKyaiF2o5Vb9P/qcDvfnsrHr1VX18gSP3eos0uO+AFk XepqzOkKIvT/A== Date: Thu, 19 May 2022 22:54:06 +0530 From: Vinod Koul To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Lubomir Rintel , Daniel Mack , Haojian Zhuang , Robert Jarzmik , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 0/4] dmaengine/ARM: pxa/mmp: use proper 'dma-channels/requests' properties Message-ID: References: <20220503065407.52188-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220503065407.52188-1-krzysztof.kozlowski@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220519_102415_480316_FDB6C1A4 X-CRM114-Status: GOOD ( 10.75 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 03-05-22, 08:54, Krzysztof Kozlowski wrote: > Hi, > > The core DT schema defines generic 'dma-channels' and 'dma-requests' > properties, so in preparation to moving bindings to DT schema, convert > existing users of '#dma-channels' and '#dma-requests' to the generic > variant. Applied 1-3, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel