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=-3.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 6F34EC432C0 for ; Thu, 28 Nov 2019 08:19:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3988D21770 for ; Thu, 28 Nov 2019 08:19:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="Nm+6H6st"; dkim=pass (1024-bit key) header.d=amazonses.com header.i=@amazonses.com header.b="WI0IDs4S" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727239AbfK1IT0 (ORCPT ); Thu, 28 Nov 2019 03:19:26 -0500 Received: from a27-188.smtp-out.us-west-2.amazonses.com ([54.240.27.188]:53854 "EHLO a27-188.smtp-out.us-west-2.amazonses.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726882AbfK1IT0 (ORCPT ); Thu, 28 Nov 2019 03:19:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=zsmsymrwgfyinv5wlfyidntwsjeeldzt; d=codeaurora.org; t=1574929165; h=Content-Type:MIME-Version:Content-Transfer-Encoding:Subject:From:In-Reply-To:References:To:Cc:Message-Id:Date; bh=PgfWQsX14sdH7pnxhfurCbJxnb83qyTaeT/YMZp+Kog=; b=Nm+6H6stwQtVFhJ2viuSuEmEDILE81OgGWpeBo9+lF6zsV3seHAFf1qcW8diQdDQ 6iCuvnotdzmJU6yl08+qeh80R43VMrtFdgALMjMnAL/Oa28YrDBIcm0ZYCgsRdb2bPD U6ZztASqk5N83OrxAtqAXXYE+SAiMpnbPD29rXZM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1574929165; h=Content-Type:MIME-Version:Content-Transfer-Encoding:Subject:From:In-Reply-To:References:To:Cc:Message-Id:Date:Feedback-ID; bh=PgfWQsX14sdH7pnxhfurCbJxnb83qyTaeT/YMZp+Kog=; b=WI0IDs4SA/Ol30mfU8ufyFa2LbWuz5IDamtehK1jbXSZYXTbbzP7msF4PGlDVPff ahTlyhotYw8hxKafH51GHOeM26rl9aWVTM79bz4dft7gSNnTSoK9nsa+VJcKr9qyEOG OGtklJvkoM6O0nD1UIO0DXemQUey0C8vHsa4btr0= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 6C27DC43383 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH] ath9k: use iowrite32 over __raw_writel From: Kalle Valo In-Reply-To: <20191124144059.985102-1-chunkeey@gmail.com> References: <20191124144059.985102-1-chunkeey@gmail.com> To: Christian Lamparter Cc: linux-wireless@vger.kernel.org, QCA ath9k Development , Hauke Mehrtens , Mathias Kresin , Martin Blumenstingl User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.12 Message-ID: <0101016eb117ec9e-b3daa3f7-0f4a-4bba-b257-1249dbae6f07-000000@us-west-2.amazonses.com> Date: Thu, 28 Nov 2019 08:19:25 +0000 X-SES-Outgoing: 2019.11.28-54.240.27.188 Feedback-ID: 1.us-west-2.CZuq2qbDmUIuT3qdvXlRHZZCpfZqZ4GtG9v3VKgRyF0=:AmazonSES Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Christian Lamparter wrote: > This patch changes the ath9k_pci_owl_loader to use the > same iowrite32 memory accessor that ath9k_pci is using > to communicate with the PCI(e) chip. > > This will fix endian issues that came up during testing > with loaned AVM Fritz!Box 7360 (Lantiq MIPS SoCs + AR9287). > > Fixes: 5a4f2040fd07 ("ath9k: add loader for AR92XX (and older) pci(e)") > Signed-off-by: Christian Lamparter Patch applied to wireless-drivers.git, thanks. 22d0d5ae7a08 ath9k: use iowrite32 over __raw_writel -- https://patchwork.kernel.org/patch/11259213/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches