Skip to content

Commit

Permalink
misc: retire the old BMP085 driver
Browse files Browse the repository at this point in the history
Patches merged to the IIO BMP085 driver makes it fully compliant
with all features found in this old misc driver. Retire this old
driver in favor of the new one in the proper subsystem.

Cc: Jonathan Cameron <jic23@cam.ac.uk>
Cc: Marek Belisko <marek@goldelico.com>
Acked-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Linus Walleij authored and Greg Kroah-Hartman committed Aug 31, 2016
1 parent 9b9e7d3 commit 832c823
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 765 deletions.
31 changes: 0 additions & 31 deletions Documentation/ABI/testing/sysfs-i2c-bmp085

This file was deleted.

2 changes: 0 additions & 2 deletions drivers/iio/pressure/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ menu "Pressure sensors"
config BMP280
tristate "Bosch Sensortec BMP180/BMP280 pressure sensor I2C driver"
depends on (I2C || SPI_MASTER)
depends on !(BMP085_I2C=y || BMP085_I2C=m)
depends on !(BMP085_SPI=y || BMP085_SPI=m)
select REGMAP
select BMP280_I2C if (I2C)
select BMP280_SPI if (SPI_MASTER)
Expand Down
28 changes: 0 additions & 28 deletions drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -439,34 +439,6 @@ config ARM_CHARLCD
line and the Linux version on the second line, but that's
still useful.

config BMP085
tristate
depends on SYSFS

config BMP085_I2C
tristate "BMP085 digital pressure sensor on I2C"
select BMP085
select REGMAP_I2C
depends on I2C && SYSFS
help
Say Y here if you want to support Bosch Sensortec's digital pressure
sensor hooked to an I2C bus.

To compile this driver as a module, choose M here: the
module will be called bmp085-i2c.

config BMP085_SPI
tristate "BMP085 digital pressure sensor on SPI"
select BMP085
select REGMAP_SPI
depends on SPI_MASTER && SYSFS
help
Say Y here if you want to support Bosch Sensortec's digital pressure
sensor hooked to an SPI bus.

To compile this driver as a module, choose M here: the
module will be called bmp085-spi.

config PCH_PHUB
tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) PHUB"
select GENERIC_NET_UTILS
Expand Down
3 changes: 0 additions & 3 deletions drivers/misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ obj-$(CONFIG_AD525X_DPOT_SPI) += ad525x_dpot-spi.o
obj-$(CONFIG_INTEL_MID_PTI) += pti.o
obj-$(CONFIG_ATMEL_SSC) += atmel-ssc.o
obj-$(CONFIG_ATMEL_TCLIB) += atmel_tclib.o
obj-$(CONFIG_BMP085) += bmp085.o
obj-$(CONFIG_BMP085_I2C) += bmp085-i2c.o
obj-$(CONFIG_BMP085_SPI) += bmp085-spi.o
obj-$(CONFIG_DUMMY_IRQ) += dummy-irq.o
obj-$(CONFIG_ICS932S401) += ics932s401.o
obj-$(CONFIG_LKDTM) += lkdtm.o
Expand Down
83 changes: 0 additions & 83 deletions drivers/misc/bmp085-i2c.c

This file was deleted.

79 changes: 0 additions & 79 deletions drivers/misc/bmp085-spi.c

This file was deleted.

Loading

0 comments on commit 832c823

Please sign in to comment.