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 832DFC432C0 for ; Sun, 24 Nov 2019 14:51:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 591B220748 for ; Sun, 24 Nov 2019 14:51:29 +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="fMyw55jB"; dkim=pass (1024-bit key) header.d=amazonses.com header.i=@amazonses.com header.b="b8g6CSAq" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726976AbfKXOv2 (ORCPT ); Sun, 24 Nov 2019 09:51:28 -0500 Received: from a27-187.smtp-out.us-west-2.amazonses.com ([54.240.27.187]:41114 "EHLO a27-187.smtp-out.us-west-2.amazonses.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726798AbfKXOv2 (ORCPT ); Sun, 24 Nov 2019 09:51:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=zsmsymrwgfyinv5wlfyidntwsjeeldzt; d=codeaurora.org; t=1574607087; h=From:To:Cc:Subject:References:Date:In-Reply-To:Message-ID:MIME-Version:Content-Type; bh=LFsucqZpUXxs5vCIzQJND0Z+/nHNJejcRZj8IwZAiOA=; b=fMyw55jBGJ3AOJlG7EWv+jxQOv+L3A2ZPHHhQr+2ZEeA4iWZbwpY7s8Qe0w/eC2j 7EpQU+JOHd2zg40m/YpnoXRAH+xM/DlslQL7XoVSDqcGMYDyipggTzW7dWtEaWNVANs cWxuYtDZXPK525OEJnasFaYQghwpEkwxy4y2suxo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1574607087; h=From:To:Cc:Subject:References:Date:In-Reply-To:Message-ID:MIME-Version:Content-Type:Feedback-ID; bh=LFsucqZpUXxs5vCIzQJND0Z+/nHNJejcRZj8IwZAiOA=; b=b8g6CSAqEvvNvyIYcdJedGYvVX/uVKAJYTo5q+kkrN5uPbjbtgR6sOU4Qthlh1VD mAzMnglikY+4guI1qxCVJiVa9Ms+xIJFdZGz830AFTgNYi/fzB1/QPQ6+B0ebeukX/F erS6Zz7HjSMJPhRd4PvSiUc583c1A5ffQKBD+5lI= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 05FAAC43383 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 From: Kalle Valo To: Christian Lamparter Cc: linux-wireless@vger.kernel.org, QCA ath9k Development , Hauke Mehrtens , Mathias Kresin , Martin Blumenstingl Subject: Re: [PATCH] ath9k: use iowrite32 over __raw_writel References: <20191124144059.985102-1-chunkeey@gmail.com> Date: Sun, 24 Nov 2019 14:51:27 +0000 In-Reply-To: <20191124144059.985102-1-chunkeey@gmail.com> (Christian Lamparter's message of "Sun, 24 Nov 2019 15:40:59 +0100") Message-ID: <0101016e9de566b8-1f9bb6ea-6e63-4d1c-9b0f-50c5cbf38226-000000@us-west-2.amazonses.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SES-Outgoing: 2019.11.24-54.240.27.187 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 writes: > 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 I'll queue this to v5.5. -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches