From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kenneth Heitke Subject: [PATCH v2 0/2] msm: add single-wire serial bus interface (SSBI) driver Date: Thu, 24 Feb 2011 15:19:12 -0700 Message-ID: <1298585954-22422-1-git-send-email-kheitke@codeaurora.org> Return-path: Received: from wolverine02.qualcomm.com ([199.106.114.251]:26421 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754655Ab1BXWTS (ORCPT ); Thu, 24 Feb 2011 17:19:18 -0500 Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: davidb@codeaurora.org, dima@android.com Cc: linux-arm-msm@vger.kernel.org, tsoni@codeaurora.org, linux-arm-kernel@lists.infradead.org, swetland@google.com, Kenneth Heitke These patches replace the previous patch by moving the SSBI driver from the arch/arm/mach-msm directory to drivers/msm. The MAINTAINERS file is being updated to add the appropriate maintainer for drivers/msm. Kenneth Heitke (2): MAINTAINERS: Add drivers/msm to MSM subsystem msm: add single-wire serial bus interface (SSBI) driver MAINTAINERS | 1 + drivers/Kconfig | 2 + drivers/Makefile | 1 + drivers/msm/Kconfig | 13 ++ drivers/msm/Makefile | 4 + drivers/msm/ssbi.c | 376 ++++++++++++++++++++++++++++++++++++++++++++++ include/linux/msm_ssbi.h | 49 ++++++ 7 files changed, 446 insertions(+), 0 deletions(-) create mode 100644 drivers/msm/Kconfig create mode 100644 drivers/msm/Makefile create mode 100644 drivers/msm/ssbi.c create mode 100644 include/linux/msm_ssbi.h -- 1.7.3.3 Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum