From patchwork Tue Sep 11 23:44:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: srinivas pandruvada X-Patchwork-Id: 10596475 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9ACA96CB for ; Tue, 11 Sep 2018 23:45:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 89F5B29BC9 for ; Tue, 11 Sep 2018 23:45:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7DC4629C06; Tue, 11 Sep 2018 23:45:02 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2647E29C1D for ; Tue, 11 Sep 2018 23:45:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727721AbeILEqh (ORCPT ); Wed, 12 Sep 2018 00:46:37 -0400 Received: from mga17.intel.com ([192.55.52.151]:5839 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725737AbeILEqh (ORCPT ); Wed, 12 Sep 2018 00:46:37 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Sep 2018 16:45:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,362,1531810800"; d="scan'208";a="72208213" Received: from spandruv-mobl.amr.corp.intel.com ([10.254.116.215]) by orsmga007.jf.intel.com with ESMTP; 11 Sep 2018 16:45:00 -0700 From: Srinivas Pandruvada To: jikos@kernel.org Cc: benjamin.tissoires@redhat.com, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Srinivas Pandruvada Subject: [PATCH 0/9] HID: intel ISH: Cleanup patches Date: Tue, 11 Sep 2018 16:44:12 -0700 Message-Id: <20180911234421.10691-1-srinivas.pandruvada@linux.intel.com> X-Mailer: git-send-email 2.17.1 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This series is a cleanup series only and help to abstract client API. There are no functional changes. Even Xu (6): hid: intel-ish-hid: ishtp: add helper function for driver data get/set hid: intel-ish-hid: use helper function for private driver data set/get hid: intel-ish-hid: ishtp: add helper functions for client buffer operation hid: intel-ish-hid: use helper function to access client buffer hid: intel-ish-hid: ishtp: add helper function for client search hid: intel-ish-hid: use helper function to search client id Hong Liu (2): HID: intel-ish-hid: use resource-managed api HID: intel-ish-hid: using list_head for ipc write queue Srinivas Pandruvada (1): HID: intel_ish-hid: Enhance API to get ring buffer sizes drivers/hid/intel-ish-hid/ipc/ipc.c | 32 ++++---- drivers/hid/intel-ish-hid/ipc/pci-ish.c | 75 ++++++------------- drivers/hid/intel-ish-hid/ishtp-hid-client.c | 41 ++++------ drivers/hid/intel-ish-hid/ishtp/bus.c | 52 +++++++++++++ drivers/hid/intel-ish-hid/ishtp/bus.h | 5 ++ .../hid/intel-ish-hid/ishtp/client-buffers.c | 49 ++++++++++++ drivers/hid/intel-ish-hid/ishtp/client.c | 24 ++++++ drivers/hid/intel-ish-hid/ishtp/client.h | 5 ++ drivers/hid/intel-ish-hid/ishtp/ishtp-dev.h | 2 +- 9 files changed, 188 insertions(+), 97 deletions(-)