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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 17 Dec 2019 08:07:29 -0600
From:   Dan Murphy <dmurphy@...com>
To:     <jic23@...nel.org>, <linux-iio@...r.kernel.org>
CC:     <knaack.h@....de>, <lars@...afoo.de>, <pmeerw@...erw.net>,
        <linux-kernel@...r.kernel.org>, Dan Murphy <dmurphy@...com>
Subject: [PATCH 0/2] Texas Instruments DAC8771

Hello

Introduce the TI DAC8771.

The DAC8771 is a single channel, precision, fully integrated 16-bit digital to
analog converter (DAC) with adaptive power management, and is designed to
meet the requirements of industrial control applications.

Dan

Dan Murphy (2):
  dt-binding: iio: dac8771: Add TI DAC8771 binding
  iio: dac: Introduce the TI DAC8771 DAC driver

 .../bindings/iio/dac/ti,dac8771.yaml          |  89 ++++
 drivers/iio/dac/Kconfig                       |   7 +
 drivers/iio/dac/Makefile                      |   1 +
 drivers/iio/dac/ti-dac8771.c                  | 499 ++++++++++++++++++
 4 files changed, 596 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/dac/ti,dac8771.yaml
 create mode 100644 drivers/iio/dac/ti-dac8771.c

-- 
2.23.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ