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:	Fri, 24 Apr 2015 16:19:20 +0200
From:	Alban Bedel <albeu@...e.fr>
To:	linux-spi@...r.kernel.org
Cc:	Rob Herring <robh+dt@...nel.org>, Pawel Moll <pawel.moll@....com>,
	Mark Rutland <mark.rutland@....com>,
	Ian Campbell <ijc+devicetree@...lion.org.uk>,
	Kumar Gala <galak@...eaurora.org>,
	Ralf Baechle <ralf@...ux-mips.org>,
	Mark Brown <broonie@...nel.org>, Alban Bedel <albeu@...e.fr>,
	Gabor Juhos <juhosg@...nwrt.org>, devicetree@...r.kernel.org,
	linux-kernel@...r.kernel.org, linux-mips@...ux-mips.org
Subject: [PATCH 0/4] spi: spi-ath79: Devicetree support and misc fixes

Hello all,

this serie add a DT support for the ATH79 SPI controller and fix a few
trivial bugs. While adding DT support we also remove the unused custom
controller data in favor of the generic GPIO based chip select.

The clock patch add the missing clk_un/prepare to fix the warnings once
the platform is moved to the generic clock framework.

Finally the last patch is to ensure that CS_HIGH chips using CS0 get the
proper CS level before the first transfer.

Alban

Alban Bedel (4):
  devicetree: add binding documentation for the AR7100 SPI controller
  spi: spi-ath79: Add device tree support
  spi: spi-ath79: Use clk_prepare_enable and clk_disable_unprepare
  spi: spi-ath79: Set the initial state of CS0

 .../devicetree/bindings/spi/spi-ath79.txt          | 24 +++++++++++++++
 .../include/asm/mach-ath79/ath79_spi_platform.h    |  4 ---
 drivers/spi/spi-ath79.c                            | 34 ++++++++++++++--------
 3 files changed, 46 insertions(+), 16 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/spi/spi-ath79.txt

-- 
2.0.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ