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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E7D45C433EF for ; Tue, 2 Nov 2021 08:19:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C607A60E9C for ; Tue, 2 Nov 2021 08:19:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230368AbhKBIVm (ORCPT ); Tue, 2 Nov 2021 04:21:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42166 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229505AbhKBIVh (ORCPT ); Tue, 2 Nov 2021 04:21:37 -0400 Received: from viti.kaiser.cx (viti.kaiser.cx [IPv6:2a01:238:43fe:e600:cd0c:bd4a:7a3:8e9f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1EBA6C061714 for ; Tue, 2 Nov 2021 01:19:01 -0700 (PDT) Received: from 74.172.62.81.static.wline.lns.sme.cust.swisscom.ch ([81.62.172.74] helo=martin-debian-2.paytec.ch) by viti.kaiser.cx with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1mhp0Q-0007h9-JV; Tue, 02 Nov 2021 09:18:54 +0100 From: Martin Kaiser To: Greg Kroah-Hartman Cc: Larry Finger , Phillip Potter , Michael Straube , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, Martin Kaiser Subject: [PATCH 0/5] staging: r8188eu: remove odm wrappers to read/write bytes Date: Tue, 2 Nov 2021 09:18:28 +0100 Message-Id: <20211102081833.18054-1-martin@kaiser.cx> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove the odm wrapper functions to read or write bytes. Call the underlying rtw functions directly. Martin Kaiser (5): staging: r8188eu: remove ODM_Read1Byte staging: r8188eu: remove ODM_Read4Byte staging: r8188eu: remove ODM_Write1Byte staging: r8188eu: remove ODM_Write2Byte staging: r8188eu: remove ODM_Write4Byte .../r8188eu/hal/Hal8188ERateAdaptive.c | 10 ++--- drivers/staging/r8188eu/hal/HalPhyRf_8188e.c | 43 ++++++++----------- drivers/staging/r8188eu/hal/odm.c | 2 +- .../staging/r8188eu/hal/odm_RegConfig8188E.c | 2 +- drivers/staging/r8188eu/hal/odm_interface.c | 30 ------------- .../staging/r8188eu/include/odm_interface.h | 10 ----- 6 files changed, 26 insertions(+), 71 deletions(-) -- 2.20.1