From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kirsty.vergenet.net ([202.4.237.240]:49140 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933008AbcH2OE5 (ORCPT ); Mon, 29 Aug 2016 10:04:57 -0400 Date: Mon, 29 Aug 2016 16:04:50 +0200 From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm Subject: Re: [PATCH/RFT v2 0/8] Add SDHI to r8a7796/salvator-x Message-ID: <20160829140447.GA13348@verge.net.au> References: <1471938590-10650-1-git-send-email-horms+renesas@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1471938590-10650-1-git-send-email-horms+renesas@verge.net.au> Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: On Tue, Aug 23, 2016 at 09:49:42AM +0200, Simon Horman wrote: > Hi, > > this patch set updates drivers, documentation and DT to > enable SDHI0 & 3 on the r8a7796/salvator-x. This includes > defining nodes for all available SDHI and GPIO devices. > > I have boot-tested this which seems successful. > However, I do not have physical access to an r8a7796/salvator-x board > and the one that I have remote access to does not appear to have > any SD cards present. I would be grateful of any testing anyone > can provide. The board I have access to now has SD cards present and I have been able to lightly test this patchset. Access to both SD card slogs seems to work. > Based on renesas-drivers-2016-08-09-v4.8-rc1 > > Provided for testing as the topic/r8a7796-sdhi-v2 branch in > my renesas tree on kernel.org. > > Changes since v1 noted in individual changelogs. > Acks from v1 also added.