From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Date: Mon, 05 Aug 2013 13:15:33 -0700 Subject: [U-Boot] [PATCH V3 01/20] Add functions for use with i.mx6 otg udc In-Reply-To: <20130804201510.38D2B380480@gemini.denx.de> References: <1375399657-25642-1-git-send-email-troy.kisky@boundarydevices.com> <1375399657-25642-2-git-send-email-troy.kisky@boundarydevices.com> <20130804201510.38D2B380480@gemini.denx.de> Message-ID: <520007E5.6080309@boundarydevices.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 8/4/2013 1:15 PM, Wolfgang Denk wrote: > Dear Troy Kisky, > > In message <1375399657-25642-2-git-send-email-troy.kisky@boundarydevices.com> you wrote: >> Add functions for use with mx6 soc >> void otg_enable(void); >> void reset_usb_phy1(void); >> >> Signed-off-by: Troy Kisky >> --- >> arch/arm/cpu/armv7/mx6/soc.c | 47 +++++++++++++++++++++++++++++++ >> arch/arm/include/asm/arch-mx6/crm_regs.h | 3 ++ >> arch/arm/include/asm/arch-mx6/imx-regs.h | 17 +++++++++++ >> arch/arm/include/asm/arch-mx6/sys_proto.h | 4 +++ >> 4 files changed, 71 insertions(+) > This appears to be V3 of this patch series, but I cannot see any kind > of change log? Please note that this is a mandatory requirement, see > http://www.denx.de/wiki/view/U-Boot/Patches#Sending_updated_patch_versions > > Note this applies to the whole patch series. > Yes, that does look wrong. V1 was not reviewed, I was asked to rebase because of many conflicting changes to the same file. I screwed up the posting of V2 and it also was not reviewed. I finally got a reviewable set of changes with V3. Sorry about the mess-up. Troy