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 9FD43C77B76 for ; Thu, 20 Apr 2023 12:38:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232114AbjDTMi5 (ORCPT ); Thu, 20 Apr 2023 08:38:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232022AbjDTMiu (ORCPT ); Thu, 20 Apr 2023 08:38:50 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7286E659C; Thu, 20 Apr 2023 05:38:45 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 1086A6492B; Thu, 20 Apr 2023 12:38:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8FEDBC433EF; Thu, 20 Apr 2023 12:38:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681994324; bh=nfJH/+e/lzF8OUfdswNN7jypUAc6X6n5NbRH8m2Wyzg=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=RidI+JGvvBt+q2AnYq9/4G/nYPDXpf/m0Y+F7zVsAm9ue8xpJvzhc1MYZQSWvYeTr RMWKANWUCJsJwy6pcOr4v21gDYliVJT6+QXSlIoLzBscO1XLfWbuBAqDyX23S4Hdm5 e23VG35DyPF9r2GrAXsfd0vAfCnQ7sRhNZ4NrqDjZXbQHBS4+rHv06FdC/eJ8t5Hsj 93pzlvmeyjtpZBGeQT1IVF0pVeA1rXuZt8Li5xvqEqkoIkzmIE362a0VE4QWSW31M2 D2E+E/+UEwbRuy+agAqswXBUNrHe472n7t4bQdklEI4QHvEuudIQ/5sXBXz8S6DCae GxRayFYgJ4rHQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: wifi: airo: remove ISA_DMA_API dependency From: Kalle Valo In-Reply-To: <20230417205131.1560074-1-arnd@kernel.org> References: <20230417205131.1560074-1-arnd@kernel.org> To: Arnd Bergmann Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Arnd Bergmann , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org User-Agent: pwcli/0.1.1-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <168199432066.31131.2024979256921490085.kvalo@kernel.org> Date: Thu, 20 Apr 2023 12:38:42 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd Bergmann wrote: > From: Arnd Bergmann > > This driver does not actually use the ISA DMA API, it is purely > PIO based, so remove the dependency. > > Signed-off-by: Arnd Bergmann > Reviewed-by: Simon Horman Patch applied to wireless-next.git, thanks. 09be55585d27 wifi: airo: remove ISA_DMA_API dependency -- https://patchwork.kernel.org/project/linux-wireless/patch/20230417205131.1560074-1-arnd@kernel.org/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches