aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-i2c.c
Commit message (Collapse)AuthorAge
* regmap: Remove redundant owner field from the bus type structMark Brown2011-09-05
| | | | | | | No longer used as users link directly with the bus types so the core module infrastructure does refcounting for us. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* Merge branch 'regmap-linus' into regmap-nextMark Brown2011-08-11
|\
| * regmap: Specify a module licenseStephen Warren2011-08-11
| | | | | | | | | | | | | | | | | | | | CONFIG_REGMAP_I2C/SPI are set to m when selected by a tristate config option that's set to m. The regmap modules don't specify a license, so fail to link to regmap_init at load time, since that is EXPORT_SYMBOL_GPL. Fix this by specifying a license for the regmap modules. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* | regmap: Remove unused type and list fields from bus interfaceMark Brown2011-08-09
|/ | | | | | | We no longer enumerate the bus types, we rely on the driver telling us this on init. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* regmap: Add I2C bus supportMark Brown2011-07-23
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com> Acked-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Grant Likely <grant.likely@secretlab.ca>