On Tue, Apr 25, 2017 at 10:43 AM, Philipp Zabel wrote:
> [Me]
>> +/*
>> + * Cortina Gemini Reset controller driver
>> + * Copyright (c) 2017 Linus Walleij
>
> No license statement, choice or oversight?
Choice. I'm one of those guys who think that the top-level COPYING file
in the kernel is by fa
The Cortina Systems Gemini reset controller is a simple
32bit register with self-deasserting reset lines. It is
accessed using regmap over syscon.
Signed-off-by: Linus Walleij
---
drivers/reset/Kconfig| 7 +++
drivers/reset/Makefile | 1 +
drivers/reset/reset-gemini.c | 112 +++