|
|
Subscribe / Log in / New account

Qualcomm SSBI bus driver

From:  David Brown <davidb@codeaurora.org>
To:  Grant Likely <grant.likely@secretlab.ca>, Rob Herring <rob.herring@calxeda.com>, Rob Landley <rob@landley.net>, Russell King <linux@arm.linux.org.uk>, Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject:  [PATCH v2 0/11] Qualcomm SSBI bus driver
Date:  Tue, 12 Mar 2013 11:41:45 -0700
Message-ID:  <1363113716-25897-1-git-send-email-davidb@codeaurora.org>
Cc:  linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org
Archive‑link:  Article

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.

Patch version:
  v2: Updates from mailing list feedback:
     - Use EXPORT_SYMBOL_GPL
     - Proper fix for driver remove section mismatch
     - Allow compilation as a module
     - Remove extraneous dev_err() messages
     - Comment use of busywait loop
     - Update MAINTAINERS file
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds