[PATCH v2 0/11] Qualcomm SSBI bus driver

David Brown davidb at codeaurora.org
Tue Mar 12 14:41:45 EDT 2013


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



More information about the linux-arm-kernel mailing list