Mon, 29 Sep 2014 14:04:47 +0200 от Linus Walleij [off-list ref]:
On Fri, Sep 19, 2014 at 9:40 AM, Alexander Shiyan [off-list ref] wrote:
quoted
This patch adds driver to support GPIO functionality for 74xx-compatible
ICs with MMIO access. Compatible models include:
1 bit: 74AHC1G125 (Input), 74AUC1G74 (Output)
2 bits: 74LVC2G125 (Input), 74HC74 (Output)
4 bits: 74HC125 (Input), 74HC175 (Output)
6 bits: 74HC365 (Input), 74HC174 (Output)
8 bits: 74HC244 (Input), 74HC273 (Output)
16 bits: 74AC1624 (Input), 74AC16374 (Output)
Signed-off-by: Alexander Shiyan <redacted>
Looking good, if you fix up the DT bindings to not include
technology as indicated in reply to patch 2/2 I'll be happy to
apply this patch.
Hello.
Change affects both parts of the patch, so I will send complete patch as a v2.
Thanks!
---