Re: [RFC v2 1/3] ath79: add gpio-latch driver for Mikrotik RouterBoards

2021-05-24 Thread Sergey Ryazanov
On Fri, May 21, 2021 at 2:05 PM Denis Kalashnikov wrote: > This is a slighty modified version of ar71xx gpio-latch driver > written by Gabor Juhos . > > Changes: > * DTS support, > * New gpio API (gpiod_*). > > Signed-off-by: Denis Kalashnikov > --- > > Changelog: > > v1-->v2: > - Don't use MFD

[RFC v2 1/3] ath79: add gpio-latch driver for Mikrotik RouterBoards

2021-05-21 Thread Denis Kalashnikov
This is a slighty modified version of ar71xx gpio-latch driver written by Gabor Juhos . Changes: * DTS support, * New gpio API (gpiod_*). Signed-off-by: Denis Kalashnikov --- Changelog: v1-->v2: - Don't use MFD driver API anymore. --- .../ath79/files/drivers/gpio/gpio-latch.c | 225