Commit Graph

4 Commits

Author SHA1 Message Date
Rohit Vaswani fc53f4ff3c ssbi: Move ssbi struct to header file
Add support to use SSBI1 and SSBI2 from a single driver.

Change-Id: I673adc3633851dd76d2deb5ffbb4182ece578029
Acked-by: Edward Rodrigues <erodrigu@qti.qualcomm.com>
Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
2014-03-17 19:09:42 -07:00
Rohit Vaswani 4af46cc7d2 include: ssbi.h: Update Copyright license
Update the copyright license to Linux Foundation.

Change-Id: Ic1a9ed059e292143ac6a7e8d1e783ddf43618ec8
Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
2013-10-25 11:39:00 -07:00
Rohit Vaswani b7dceff43a ssbi: Add geni ssbi arbiter changes
These changes are needed to support new geni ssbi arbiter.

Change-Id: Id348e20e131ffba1fd8259b3b89b078dfa9d9ca2
Acked-by: Kaushik Sikdar <ksikdar@qti.qualcomm.com>
Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
2013-10-15 19:29:03 -07:00
David Brown ce44bf5b55 SSBI: Remove MSM_ prefix from SSBI drivers
Although the SSBI sub is currently only used on MSM SoCs, it is still
a bus in its own right.  Remove this msm_ prefix from the driver and
it's symbols.  Clients can now refer directly to ssbi_write() and
ssbi_read().

Signed-off-by: David Brown <davidb@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-03-25 10:39:40 -07:00