From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Thu, 23 Oct 2014 22:09:02 +0200 Subject: [U-Boot] [PATCH 7/7] dm: at91: Convert snapper9260 to use driver model In-Reply-To: <1412619262-23903-8-git-send-email-sjg@chromium.org> References: <1412619262-23903-1-git-send-email-sjg@chromium.org> <1412619262-23903-8-git-send-email-sjg@chromium.org> Message-ID: <5449605E.9080201@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06.10.14 20:14, Simon Glass wrote: > Convert this at91sam9260-based board to use driver model. This should serve > as an example for other similar boards. Serial and GPIO are supported so > far. > > Signed-off-by: Simon Glass Acked-by: Andreas Bie?mann > --- > > board/bluewater/snapper9260/snapper9260.c | 18 ++++++++++++++++-- > include/configs/snapper9260.h | 9 ++++++++- > 2 files changed, 24 insertions(+), 3 deletions(-)