summaryrefslogtreecommitdiffstats
path: root/include/linux/ssbi.h
Commit message (Collapse)AuthorAgeFilesLines
* mfd: ssbi: Add regmap read/write helpersStephen Boyd2014-03-191-0/+20
| | | | | | | | Add read and write helper functions that the pm8921-core driver can use to read and write ssbi registers via a "no-bus" regmap. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
* mfd: ssbi: Constify buffer in ssbi_writeStephen Boyd2014-01-211-1/+1
| | | | | | | | In preparation for passing a const pointer directly to ssbi_write() from the regmap APIs. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
* mfd: ssbi: Remove platform data structs and hide ssbi type enumStephen Boyd2014-01-211-16/+1
| | | | | | | | | The ssbi driver assumes that the device is DT based. Remove the platform data structs that will never be used and hide the enum in the only C file that uses it. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
* SSBI: Remove MSM_ prefix from SSBI driversDavid Brown2013-03-251-0/+38
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>