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, 23 May 2017 15:39:31 +0200
From:   Neil Armstrong <narmstrong@...libre.com>
To:     broonie@...nel.org
Cc:     Neil Armstrong <narmstrong@...libre.com>,
        linux-spi@...r.kernel.org, linux-amlogic@...ts.infradead.org,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] spi: Add Meson SPICC driver

The Meson SPICC is generic SPI controller for general purpose Full-Duplex
communications with dedicated 16 words RX/TX PIO FIFOs.
It differs completely from the SPIFC, and thus need a separate driver.

The current driver only supportd the PIO transfer mode since the DMA seems
broken on available hardware.

This driver has been tested on a Amlogic S905X board.

Neil Armstrong (2):
  dt-bindings: spi-meson: Add SPICC bindings
  spi: Add Meson SPICC driver

 .../devicetree/bindings/spi/spi-meson.txt          |  31 ++
 drivers/spi/Kconfig                                |   7 +
 drivers/spi/Makefile                               |   1 +
 drivers/spi/spi-meson-spicc.c                      | 619 +++++++++++++++++++++
 4 files changed, 658 insertions(+)
 create mode 100644 drivers/spi/spi-meson-spicc.c

-- 
1.9.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ