From 20bc4d5d565159eb2b942bf4b7fae86fba94e32c Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Mon, 10 Sep 2012 22:35:39 +0200 Subject: [PATCH] gpio: 74x164: Add support for the daisy-chaining The shift registers have an output pin that, when enabled, propagates the values of its internal register to the pins. If another value comes to the register while the output pin is disabled, this new value will makae the older shift into the next register in the chain. This patch adds support for daisy-chaining the registers, using the regular SPI chip select mechanism to manage the output pin, and the registers-number dt property to set the number of chained registers. Signed-off-by: Maxime Ripard Signed-off-by: Linus Walleij --- Reading git-format-patch failed