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 31201C433F5 for ; Thu, 29 Sep 2022 16:15:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236115AbiI2QPQ (ORCPT ); Thu, 29 Sep 2022 12:15:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51460 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236114AbiI2QOv (ORCPT ); Thu, 29 Sep 2022 12:14:51 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 81FB71B784; Thu, 29 Sep 2022 09:14:43 -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 C43BCB81E59; Thu, 29 Sep 2022 16:14:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B3966C433B5; Thu, 29 Sep 2022 16:14:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664468080; bh=N/dxcUsikEjlv9lELYdCoUo6xsUVTNhUjYMniWeGUlg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JL6YYK+kRd+FBXxO+1TFstS9lD1vl7jXboq9MO8AuSpc2uBNAZpgzwap787vx/Dl0 VqL3KLSZgNf5EPYTiDhdDMFll+98CTM1gEj2m7VQqGMmkDukEmU7sO72B0jKlEFD7J ApMdpyn7F9idP0xe/QU3y4CV+rsrpeaXGYyrIHmP/V7uq4S02+ls9awsTX8hfJNf1e +Qn26Z4Vn8uHtOXx4kVQNF96pYrc7AE25rLBbiz7nIEVj0ALruVJ7xPxMaesClkVKC Vce7xMUEK/eygKKq4eMbenzCuhskCVSnCpXqCSUirluN5GCERvcVgOHlSHVzlFiZR8 SVWqAkXQPoYmA== Date: Thu, 29 Sep 2022 21:44:36 +0530 From: Vinod Koul To: Martin =?utf-8?Q?Povi=C5=A1er?= Cc: Hector Martin , Sven Peter , Rob Herring , Krzysztof Kozlowski , Philipp Zabel , Alyssa Rosenzweig , asahi@lists.linux.dev, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/4] dmaengine: apple-admac: Do not use devres for IRQs Message-ID: References: <20220918095845.68860-1-povik+lin@cutebit.org> <20220918095845.68860-4-povik+lin@cutebit.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220918095845.68860-4-povik+lin@cutebit.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 18-09-22, 11:58, Martin PoviĊĦer wrote: > This is in advance of adding support for triggering the reset signal to > the peripheral, since registering the IRQ handler will have to be > sequenced with it. Applied 3-4, thanks -- ~Vinod