From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 28 Sep 2011 22:36:58 +0200 Subject: [U-Boot] [PATCH v9 2/4] EHCI: add callback ehci_fixup In-Reply-To: <1317239475-32265-1-git-send-email-fermata7@gmail.com> References: <1317221946-18252-1-git-send-email-fermata7@gmail.com> <1317239475-32265-1-git-send-email-fermata7@gmail.com> Message-ID: <201109282236.58683.marek.vasut@gmail.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 Wednesday, September 28, 2011 09:51:15 PM Jana Rapava wrote: > Add callback to ehci_fixup to prepare > for solving the problem with VBUS reset on Efika. > > Signed-off-by: Jana Rapava > Cc: Marek Vasut > Cc: Remy Bohmer > Cc: Stefano Babic > > Acked-by: Marek Vasut > --- > Changes for v1: > - split into patchset > - add callback ehci_fixup > Changes for v2: > - make this the second patch in series > - add comment to alias ehci_fixup > - no actual changes > Changes for v3: > - no actual changes > - make the comment a sentence > - rebase patch on top of u-boot-imx/next > Changes for v4: > - no actual changes > - change the versioning of changelog > from per patchset to per patch > - fix the appearance of comment > Changes for v5: > - no actual changes > - reword the comment > Changes for v6: > - no actual changes > - fix the comment So are there any changes or not ?!