From patchwork Wed Jun 20 08:42:19 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Niklas Cassel X-Patchwork-Id: 932053 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="KbDM8EAd"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 419f4k415Nz9s2L for ; Wed, 20 Jun 2018 19:03:18 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932721AbeFTImf (ORCPT ); Wed, 20 Jun 2018 04:42:35 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:44981 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753709AbeFTImb (ORCPT ); Wed, 20 Jun 2018 04:42:31 -0400 Received: by mail-lf0-f67.google.com with SMTP id p23-v6so3663151lfh.11 for ; Wed, 20 Jun 2018 01:42:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=A0sGEtIbwL+y8c9GAebBgcNVhZG9FWOuDcNTW/ZBBuU=; b=KbDM8EAdBCP5445A0EWNk4dJ4pKtun8exQA97MK7dyILCVycPASg9Nl0NSiwNJHSF1 aE04/HO8ha54ew57zdoE24lEIjnceeqxS7+hIFtBdgWzJv5B2eCVzotQaa2LqMtwPEu+ JGjsPyYpvvFXTd/fiVs1tticepEGFm643Dvok= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=A0sGEtIbwL+y8c9GAebBgcNVhZG9FWOuDcNTW/ZBBuU=; b=philLGGyiyxl/3MsDquJoFg+X5gLrrtuDRnMl3m8cLV6H/aB9okGO5IcFMo7FRFFUz sF6edO8Uuq7Cfwp4F9nlQh9FhdY+fHzVWUGNnyIN5iUmEOEvZiehciEb0UT3vFv1MBpY dipcYZZOdaN73uGxRvMxOSOgW+YCmLS9xw3dUReDj4SZtXHQ2qMPAXpqsnvS48LTJoVj aEeiXNoxFvayVCOCioVQJfO/EsR4VqqKb+QRrla4uIFlSl3UsdUM5qkEziRipk7Bb8kZ q1QzA+9HmqoCrtdZNzjqa5IRR7O7gt6+XWdZ67JzDhFuorYnbkugW6zeUcGzNuzyebml lhQA== X-Gm-Message-State: APt69E0KYxcBI14T2y4pOmNaLayeS0Kq4smWKkQGwG3dXAVzniOLL202 mCQnJDa8j0kPUt3WekMEC8y+Xw== X-Google-Smtp-Source: ADUXVKIYAPUGu+f5UPM9umRG0O1et3jFk+vR9suNsrI0whzJKpMGWpn+dJ/4jgGPS9UGmNxg6zjkgA== X-Received: by 2002:a2e:7403:: with SMTP id p3-v6mr13289510ljc.59.1529484150370; Wed, 20 Jun 2018 01:42:30 -0700 (PDT) Received: from centauri.lan (h-229-118.A785.priv.bahnhof.se. [5.150.229.118]) by smtp.gmail.com with ESMTPSA id l25-v6sm301267ljj.30.2018.06.20.01.42.29 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Jun 2018 01:42:29 -0700 (PDT) From: Niklas Cassel To: ath10k@lists.infradead.org Cc: alagusankar@silex-india.com, Niklas Cassel , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] ath10k: sdio: essential sdio fixes Date: Wed, 20 Jun 2018 10:42:19 +0200 Message-Id: <20180620084222.3521-1-niklas.cassel@linaro.org> X-Mailer: git-send-email 2.17.1 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org These fixes were originally embedded in a patch "ath10k_sdio: virtual scatter gather for receive" posted by Alagu Sankar https://patchwork.kernel.org/patch/9979579/ However, while that patch implements scatter gather (without using the proper sg types), it also includes several other random fixes, including but not limited to checkpatch.pl fixes. This patch series is an attempt to extract the most essential fixes included in that commit. Each fix is now an individual commit, as upstream requires that each logical change is self contained. All of these fixes are essential to get working sdio support for ath10k. Other patches are needed to get working sdio support, including the high-latency patch series from Erik Stromdahl. Niklas Cassel (3): ath10k: sdio: use same endpoint id for all packets in a bundle ath10k: sdio: allocate correct size for RECV_1MORE_BLOCK rx packets ath10k: sdio: set skb len for all rx packets drivers/net/wireless/ath/ath10k/htc.h | 1 + drivers/net/wireless/ath/ath10k/sdio.c | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-)