linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] iio: magnetometer: Infineon TLV493D-A1B6 support
@ 2017-12-09 23:25 Andreas Färber
  2017-12-09 23:25 ` [PATCH 1/2] dt-bindings: Add Infineon TLV493D-A1B6 Andreas Färber
  2017-12-09 23:25 ` [PATCH 2/2] iio: magnetometer: " Andreas Färber
  0 siblings, 2 replies; 9+ messages in thread
From: Andreas Färber @ 2017-12-09 23:25 UTC (permalink / raw)
  To: linux-iio; +Cc: linux-kernel, Andreas Färber, Marius Tarcatu, devicetree

Hello,

This mini-series adds initial support for the Infineon TLV493D-A1B6 3D Magnetic
Sensor found on the Infineon 3D Magnetic Sensor 2Go Kit.

Tested on a Raspberry Pi 3 with a DT Overlay.
https://github.com/afaerber/dt-overlays/blob/master/bcm2837-rpi-3-b%2Btlv493d-a1b6.dts

Have a lot of fun!

Cheers,
Andreas

Cc: Marius Tarcatu <marius.tarcatu@infineon.com>
Cc: devicetree@vger.kernel.org
Cc: linux-iio@vger.kernel.org

Andreas Färber (2):
  dt-bindings: Add Infineon TLV493D-A1B6
  iio: magnetometer: Add Infineon TLV493D-A1B6

 .../devicetree/bindings/trivial-devices.txt        |   1 +
 drivers/iio/magnetometer/Kconfig                   |   9 +
 drivers/iio/magnetometer/Makefile                  |   2 +
 drivers/iio/magnetometer/tlv493d.c                 | 328 +++++++++++++++++++++
 4 files changed, 340 insertions(+)
 create mode 100644 drivers/iio/magnetometer/tlv493d.c

-- 
2.13.6

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-12-15 21:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-09 23:25 [PATCH 0/2] iio: magnetometer: Infineon TLV493D-A1B6 support Andreas Färber
2017-12-09 23:25 ` [PATCH 1/2] dt-bindings: Add Infineon TLV493D-A1B6 Andreas Färber
2017-12-15 21:42   ` Rob Herring
2017-12-09 23:25 ` [PATCH 2/2] iio: magnetometer: " Andreas Färber
2017-12-10  8:50   ` Philippe Ombredanne
2017-12-10  9:08   ` Peter Meerwald-Stadler
2017-12-10 17:11     ` Jonathan Cameron
2017-12-10 17:14     ` Andreas Färber
2017-12-10 17:48       ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).