Searched hist:c984b9cbbd17d3eb602de3802e25d975182474fa (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/iio/pressure/ |
H A D | mpl115.h | c984b9cbbd17d3eb602de3802e25d975182474fa Fri Jan 15 17:00:03 CET 2016 Akinobu Mita <akinobu.mita@gmail.com> iio: pressure: mpl115: support MPL115A1
mpl115 driver currently supports i2c interface (MPL115A2). There is also SPI version (MPL115A1). The difference between them is only physical transport so we can easily support both while sharing most of the code.
Split the driver into a core support module and one module each for I2C and SPI support.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Cc: Jonathan Cameron <jic23@kernel.org> Cc: Hartmut Knaack <knaack.h@gmx.de> Cc: Lars-Peter Clausen <lars@metafoo.de> Cc: Peter Meerwald <pmeerw@pmeerw.net> Cc: linux-iio@vger.kernel.org Signed-off-by: Jonathan Cameron <jic23@kernel.org>
|
H A D | mpl115_spi.c | c984b9cbbd17d3eb602de3802e25d975182474fa Fri Jan 15 17:00:03 CET 2016 Akinobu Mita <akinobu.mita@gmail.com> iio: pressure: mpl115: support MPL115A1
mpl115 driver currently supports i2c interface (MPL115A2). There is also SPI version (MPL115A1). The difference between them is only physical transport so we can easily support both while sharing most of the code.
Split the driver into a core support module and one module each for I2C and SPI support.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Cc: Jonathan Cameron <jic23@kernel.org> Cc: Hartmut Knaack <knaack.h@gmx.de> Cc: Lars-Peter Clausen <lars@metafoo.de> Cc: Peter Meerwald <pmeerw@pmeerw.net> Cc: linux-iio@vger.kernel.org Signed-off-by: Jonathan Cameron <jic23@kernel.org>
|
H A D | mpl115_i2c.c | c984b9cbbd17d3eb602de3802e25d975182474fa Fri Jan 15 17:00:03 CET 2016 Akinobu Mita <akinobu.mita@gmail.com> iio: pressure: mpl115: support MPL115A1
mpl115 driver currently supports i2c interface (MPL115A2). There is also SPI version (MPL115A1). The difference between them is only physical transport so we can easily support both while sharing most of the code.
Split the driver into a core support module and one module each for I2C and SPI support.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Cc: Jonathan Cameron <jic23@kernel.org> Cc: Hartmut Knaack <knaack.h@gmx.de> Cc: Lars-Peter Clausen <lars@metafoo.de> Cc: Peter Meerwald <pmeerw@pmeerw.net> Cc: linux-iio@vger.kernel.org Signed-off-by: Jonathan Cameron <jic23@kernel.org>
|
H A D | mpl115.c | diff c984b9cbbd17d3eb602de3802e25d975182474fa Fri Jan 15 17:00:03 CET 2016 Akinobu Mita <akinobu.mita@gmail.com> iio: pressure: mpl115: support MPL115A1
mpl115 driver currently supports i2c interface (MPL115A2). There is also SPI version (MPL115A1). The difference between them is only physical transport so we can easily support both while sharing most of the code.
Split the driver into a core support module and one module each for I2C and SPI support.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Cc: Jonathan Cameron <jic23@kernel.org> Cc: Hartmut Knaack <knaack.h@gmx.de> Cc: Lars-Peter Clausen <lars@metafoo.de> Cc: Peter Meerwald <pmeerw@pmeerw.net> Cc: linux-iio@vger.kernel.org Signed-off-by: Jonathan Cameron <jic23@kernel.org>
|
H A D | Makefile | diff c984b9cbbd17d3eb602de3802e25d975182474fa Fri Jan 15 17:00:03 CET 2016 Akinobu Mita <akinobu.mita@gmail.com> iio: pressure: mpl115: support MPL115A1
mpl115 driver currently supports i2c interface (MPL115A2). There is also SPI version (MPL115A1). The difference between them is only physical transport so we can easily support both while sharing most of the code.
Split the driver into a core support module and one module each for I2C and SPI support.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Cc: Jonathan Cameron <jic23@kernel.org> Cc: Hartmut Knaack <knaack.h@gmx.de> Cc: Lars-Peter Clausen <lars@metafoo.de> Cc: Peter Meerwald <pmeerw@pmeerw.net> Cc: linux-iio@vger.kernel.org Signed-off-by: Jonathan Cameron <jic23@kernel.org>
|
H A D | Kconfig | diff c984b9cbbd17d3eb602de3802e25d975182474fa Fri Jan 15 17:00:03 CET 2016 Akinobu Mita <akinobu.mita@gmail.com> iio: pressure: mpl115: support MPL115A1
mpl115 driver currently supports i2c interface (MPL115A2). There is also SPI version (MPL115A1). The difference between them is only physical transport so we can easily support both while sharing most of the code.
Split the driver into a core support module and one module each for I2C and SPI support.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Cc: Jonathan Cameron <jic23@kernel.org> Cc: Hartmut Knaack <knaack.h@gmx.de> Cc: Lars-Peter Clausen <lars@metafoo.de> Cc: Peter Meerwald <pmeerw@pmeerw.net> Cc: linux-iio@vger.kernel.org Signed-off-by: Jonathan Cameron <jic23@kernel.org>
|