Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1449581 > unrolled thread
| Started by | Aleksei Mamlin <mamlinav@gmail.com> |
|---|---|
| First post | 2016-07-25 17:30 +0200 |
| Last post | 2016-07-25 17:30 +0200 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH v2 0/2] Add driver for Domintech DMARD06 accelerometer Aleksei Mamlin <mamlinav@gmail.com> - 2016-07-25 17:30 +0200
[PATCH v2 1/2] devicetree: bindings: Add vendor prefix for Domintech Co., Ltd. Aleksei Mamlin <mamlinav@gmail.com> - 2016-07-25 17:30 +0200
| From | Aleksei Mamlin <mamlinav@gmail.com> |
|---|---|
| Date | 2016-07-25 17:30 +0200 |
| Subject | [PATCH v2 0/2] Add driver for Domintech DMARD06 accelerometer |
| Message-ID | <rYPZo-6e9-37@gated-at.bofh.it> |
This patch series adds driver for Domintech DMARD05, DMARD06 and DMARD07 accelerometers and vendor prefix for Domintech Co., Ltd. Changes since v1: - Add Rob's Acked-by to vendor-prefix bindings - Remove dmard06_i2c_read function, use i2c_smbus_read_byte_data instead - Remove dmard06_read_chip_id function, check chip id directly on probe - Use sign_extend32 in dmard06_read_raw function - Replace error variable with ret - Remove unnecessary messages - Fix typo in documentation bindings - Add support for DMARD05 and DMARD07 chips - Add PM ops Aleksei Mamlin (2): devicetree: bindings: Add vendor prefix for Domintech Co., Ltd. iio: accel: Add support for Domintech DMARD06 accelerometer .../devicetree/bindings/iio/accel/dmard06.txt | 19 ++ .../devicetree/bindings/vendor-prefixes.txt | 1 + drivers/iio/accel/Kconfig | 11 + drivers/iio/accel/Makefile | 1 + drivers/iio/accel/dmard06.c | 241 +++++++++++++++++++++ 5 files changed, 273 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/accel/dmard06.txt create mode 100644 drivers/iio/accel/dmard06.c -- 2.7.3
[toc] | [next] | [standalone]
| From | Aleksei Mamlin <mamlinav@gmail.com> |
|---|---|
| Date | 2016-07-25 17:30 +0200 |
| Subject | [PATCH v2 1/2] devicetree: bindings: Add vendor prefix for Domintech Co., Ltd. |
| Message-ID | <rYPZp-6e9-49@gated-at.bofh.it> |
| In reply to | #1449581 |
Add vendor-prefix for Domintech Co., Ltd. Signed-off-by: Aleksei Mamlin <mamlinav@gmail.com> Acked-by: Rob Herring <robh@kernel.org> --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 2c2500d..7363916 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -75,6 +75,7 @@ digilent Diglent, Inc. dlg Dialog Semiconductor dlink D-Link Corporation dmo Data Modul AG +domintech Domintech Co., Ltd. dptechnics DPTechnics dragino Dragino Technology Co., Limited ea Embedded Artists AB -- 2.7.3
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web