From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Tue, 05 May 2015 23:37:10 +0200 Subject: [U-Boot] [PATCH v4 9/9] sunxi: ehci: Convert to the driver-model In-Reply-To: References: <1430819679-1687-1-git-send-email-hdegoede@redhat.com> <1430819679-1687-10-git-send-email-hdegoede@redhat.com> Message-ID: <55493806.8050502@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, On 05/05/2015 11:06 PM, Simon Glass wrote: > Hi Hans, > > On 5 May 2015 at 11:42, Simon Glass wrote: >> On 5 May 2015 at 03:54, Hans de Goede wrote: >>> Convert sunxi-boards which use the sunxi-ehci code to the driver-model. >>> >>> Signed-off-by: Hans de Goede >>> Acked-by: Simon Glass >>> --- >>> Changes in v4: >>> -Add a comment to document the setting of some priv-data members based on >>> the controller base-address >>> --- >>> board/sunxi/Kconfig | 3 ++ >>> drivers/usb/host/ehci-sunxi.c | 93 +++++++++++++++++++++++++++++-------------- >>> 2 files changed, 67 insertions(+), 29 deletions(-) >> >> Applied to u-boot-dm, thanks! > > Actually, not applied. Hans can you please rebase on u-boot-dm? I seem > to get conflicts. Those are likely because Tom has not yet pulled my recent sunxi pull-req, I can take this one upstream myself through the sunxi tree once the other patches are merged. I'm going afk for 3 days starting tomorrow, if you've the time please send a pull-req for the first 8 patches and I'll take care of this one once they are merged. Thanks & Regards, Hans