lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 16 Aug 2022 13:28:26 +0300
From:   George Mois <george.mois@...log.com>
To:     <jic23@...nel.org>, <robh+dt@...nel.org>,
        <krzysztof.kozlowski+dt@...aro.org>, <linux-iio@...r.kernel.org>,
        <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC:     <lucas.p.stankus@...il.com>, George Mois <george.mois@...log.com>
Subject: [PATCH 0/2] Add support for ADXL312 and ADXL314 accelerometers

ADXL312 and ADXL314 are small, thin, low power, 3-axis accelerometers
with high resolution (13-bit) measurement up to +/-12 g and +/- 200 g
respectively.

Implement support for ADXL312 and ADXL314 by extending the ADXL313
driver.

George Mois (2):
  bindings: iio: accel: extend adxl313 documentation file
  drivers: iio: accel adxl312 and adxl314 support

 .../bindings/iio/accel/adi,adxl313.yaml       |   8 +-
 drivers/iio/accel/adxl313.h                   |  17 +-
 drivers/iio/accel/adxl313_core.c              | 165 +++++++++++++-----
 drivers/iio/accel/adxl313_spi.c               |  42 ++++-
 4 files changed, 181 insertions(+), 51 deletions(-)

-- 
2.30.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ