From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 28 Oct 2015 17:41:00 +0100 Subject: [U-Boot] [PATCH v0 2/5] arm: mvebu: Add gpio support In-Reply-To: <1446047056-16801-3-git-send-email-dirk.eibach@gdsys.cc> References: <1446047056-16801-1-git-send-email-dirk.eibach@gdsys.cc> <1446047056-16801-3-git-send-email-dirk.eibach@gdsys.cc> Message-ID: <5630FA9C.1070509@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Dirk, On 28.10.2015 16:44, dirk.eibach at gdsys.cc wrote: > From: Dirk Eibach > > mvebu gpio is based on kirkwood. > > Signed-off-by: Dirk Eibach Again, I would really like to see a DM based driver for this. It shouldn't be too much work. GPIO is perhaps the simplest driver here. Perhaps you can spare some cycles for such a task... Thanks, Stefan