From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Sat, 25 Apr 2015 10:27:40 +0200 Subject: [U-Boot] [PATCH 00/21] sunxi: Move ALL boards to the device-model In-Reply-To: References: <1429883310-22441-1-git-send-email-hdegoede@redhat.com> Message-ID: <553B4FFC.4030909@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, Thanks for the quick review. On 25-04-15 01:23, Simon Glass wrote: > Hi Hans, > > On 24 April 2015 at 07:48, Hans de Goede wrote: >> Hi Simon, Ian, >> >> As promised here is my patch-set to move all sunxi boards to the device-model, >> it was slightly more work then I expected, and as such the patch-set is also >> somewhat larger then expected, but it is done :) >> >> Please review, since this all only touches sunxi specific files the intention >> is to merge this through the sunxi tree as soon as all the patches are acked. > > General comments: > Can you add to this cover letter *what* you are moving the driver > model. I think it is GPIOs and Ethernet, is that right? Right, this moves the bits which have been converted to the driver-model over to the driver model for all boards. Currently that is only gpio and ethernet AFAIK, and only for u-boot proper, not for the SPL. > - s/device model/driver model/ (or driver-model which is often more correct) Ah, oops, will fix in all the patches. Regards, Hans