From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 6 Aug 2018 18:13:07 +0200 Subject: [U-Boot] [PATCH v4 12/13] misc: Add gdsys_soc driver In-Reply-To: <20180803080118.27748-12-mario.six@gdsys.cc> References: <20180803080118.27748-1-mario.six@gdsys.cc> <20180803080118.27748-12-mario.six@gdsys.cc> Message-ID: <20180806181307.3f1e7f4b@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 3 Aug 2018 10:01:17 +0200 Mario Six mario.six at gdsys.cc wrote: ... > --- > .../devicetree/bindings/misc/gdsys,soc.txt | 16 +++++ > drivers/misc/Kconfig | 9 +++ > drivers/misc/Makefile | 1 + > drivers/misc/gdsys_soc.c | 74 ++++++++++++++++++++++ > drivers/misc/gdsys_soc.h | 23 +++++++ > 5 files changed, 123 insertions(+) > create mode 100644 Documentation/devicetree/bindings/misc/gdsys,soc.txt > create mode 100644 drivers/misc/gdsys_soc.c > create mode 100644 drivers/misc/gdsys_soc.h Applied to u-boot-staging/agust at denx.de, thanks! -- Anatolij