From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v2 0/11] Qualcomm SSBI bus driver Date: Mon, 25 Mar 2013 10:40:55 -0700 Message-ID: <20130325174055.GA8204@kroah.com> References: <1362616187-21089-1-git-send-email-davidb@codeaurora.org> <1363113716-25897-1-git-send-email-davidb@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-da0-f42.google.com ([209.85.210.42]:42983 "EHLO mail-da0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758801Ab3CYRk6 (ORCPT ); Mon, 25 Mar 2013 13:40:58 -0400 Received: by mail-da0-f42.google.com with SMTP id n15so3300947dad.1 for ; Mon, 25 Mar 2013 10:40:58 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1363113716-25897-1-git-send-email-davidb@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: David Brown Cc: Grant Likely , Rob Herring , Rob Landley , Russell King , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org On Tue, Mar 12, 2013 at 11:41:45AM -0700, David Brown wrote: > This small series adds the Qualcomm SSBI bus driver. The original > driver was developed as part of Android. Kenneth Heitke updated this, > and sent it out a while back. This series updates this driver to use > DeviceTree, and fixes a few things that have changed since it was > originally sent out. > > In addition, the 11th patch, the RFC, is a small test driver that reads > the version register off of the pm8058 device typically connected to > an MSM8660 or MSM8960. This is primarily useful to anyone wanting to > work on these pmic drivers. > > Updates to the PMIC drivers themselves to use this driver to come. The first 10 now applied to my char/misc tree, thanks. greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Mon, 25 Mar 2013 10:40:55 -0700 Subject: [PATCH v2 0/11] Qualcomm SSBI bus driver In-Reply-To: <1363113716-25897-1-git-send-email-davidb@codeaurora.org> References: <1362616187-21089-1-git-send-email-davidb@codeaurora.org> <1363113716-25897-1-git-send-email-davidb@codeaurora.org> Message-ID: <20130325174055.GA8204@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Mar 12, 2013 at 11:41:45AM -0700, David Brown wrote: > This small series adds the Qualcomm SSBI bus driver. The original > driver was developed as part of Android. Kenneth Heitke updated this, > and sent it out a while back. This series updates this driver to use > DeviceTree, and fixes a few things that have changed since it was > originally sent out. > > In addition, the 11th patch, the RFC, is a small test driver that reads > the version register off of the pm8058 device typically connected to > an MSM8660 or MSM8960. This is primarily useful to anyone wanting to > work on these pmic drivers. > > Updates to the PMIC drivers themselves to use this driver to come. The first 10 now applied to my char/misc tree, thanks. greg k-h