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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D800FC433F5 for ; Thu, 19 May 2022 17:55:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239100AbiESRzR (ORCPT ); Thu, 19 May 2022 13:55:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36128 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243331AbiESRzQ (ORCPT ); Thu, 19 May 2022 13:55:16 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D619915FE7; Thu, 19 May 2022 10:55:15 -0700 (PDT) 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 82C94B8277E; Thu, 19 May 2022 17:55:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5C8A7C385AA; Thu, 19 May 2022 17:55:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652982913; bh=aPWY8sZpDKBG9IVmJly033REednRet4biZs+QQWIXvo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MkHVf4qT2r2qjFXDG5mX8ODHxZ3mGWaypKoe8j3/ITHb8h5M7mxz2mF8avfePZw96 ul+E5URZ/6RuBrII6QSKPCXjx8uBbNMoCpSBINA7VnfN9ElSSkArUPAbNJ9Ri7ZIkP jm5vFRvo0DL6J6niIUgTCIil7YViTMqVEEMB08p/QL4yRH9x9KoTeBnOUABukXzILd E0yGhYFm/q3koGH6btbdFoTvmzKWYFWYBnIOr2VJ6IElWz6V6cZNNCcsFAFej//zbc 4afLCM15DyBuxQN/Sw8Sbkpi+48frEl/xzAaW/4Mnc6SGfo9No0OjQhrCngGzevycF Yia/immbVA49A== Date: Thu, 19 May 2022 23:25:08 +0530 From: Vinod Koul To: Samuel Holland Cc: dmaengine@vger.kernel.org, Chen-Yu Tsai , Jernej Skrabec , Krzysztof Kozlowski , Maxime Ripard , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@lists.linux.dev Subject: Re: [PATCH v3 0/4] dmaengine: sun6i: Allwinner D1 support Message-ID: References: <20220424172759.33383-1-samuel@sholland.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220424172759.33383-1-samuel@sholland.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 24-04-22, 12:27, Samuel Holland wrote: > D1 is a new RISC-V SoC that uses mostly the same peripherals as > existing ARM-based sunxi SoCs. This series adds dmaengine support for > D1, after fixing an issue where the driver depended on architecture- > specific behavior (patch 2) and resolving a TODO item (patch 3). Applied, thanks -- ~Vinod