Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266971
b: refs/heads/master
c: 1df5981
h: refs/heads/master
i:
  266969: 10d0186
  266967: c6dfb23
v: v3
  • Loading branch information
Mark Brown committed Aug 22, 2011
1 parent f6fb150 commit 01a03ba
Show file tree
Hide file tree
Showing 14 changed files with 103 additions and 666 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae130d22de8f8977cc3015bfafc09ff93744d92a
refs/heads/master: 1df5981b82d9eabdd6e66d1d9514164c02329345
1 change: 0 additions & 1 deletion trunk/drivers/base/regmap/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
obj-$(CONFIG_REGMAP) += regmap.o
obj-$(CONFIG_DEBUG_FS) += regmap-debugfs.o
obj-$(CONFIG_REGMAP_I2C) += regmap-i2c.o
obj-$(CONFIG_REGMAP_SPI) += regmap-spi.o
66 changes: 0 additions & 66 deletions trunk/drivers/base/regmap/internal.h

This file was deleted.

209 changes: 0 additions & 209 deletions trunk/drivers/base/regmap/regmap-debugfs.c

This file was deleted.

2 changes: 1 addition & 1 deletion trunk/drivers/base/regmap/regmap-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ static int regmap_i2c_read(struct device *dev,
}

static struct regmap_bus regmap_i2c = {
.type = &i2c_bus_type,
.write = regmap_i2c_write,
.gather_write = regmap_i2c_gather_write,
.read = regmap_i2c_read,
Expand All @@ -112,4 +113,3 @@ struct regmap *regmap_init_i2c(struct i2c_client *i2c,
}
EXPORT_SYMBOL_GPL(regmap_init_i2c);

MODULE_LICENSE("GPL");
3 changes: 1 addition & 2 deletions trunk/drivers/base/regmap/regmap-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ static int regmap_spi_read(struct device *dev,
}

static struct regmap_bus regmap_spi = {
.type = &spi_bus_type,
.write = regmap_spi_write,
.gather_write = regmap_spi_gather_write,
.read = regmap_spi_read,
Expand All @@ -69,5 +70,3 @@ struct regmap *regmap_init_spi(struct spi_device *spi,
return regmap_init(&spi->dev, &regmap_spi, config);
}
EXPORT_SYMBOL_GPL(regmap_init_spi);

MODULE_LICENSE("GPL");
Loading

0 comments on commit 01a03ba

Please sign in to comment.