From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 21 Jul 2020 10:39:29 +0200 Subject: [PATCH v2 1/4] usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu) In-Reply-To: References: <20200717140409.2980750-1-sr@denx.de> <3654bfaa-1ece-f601-33de-ca56abded677@denx.de> Message-ID: <5f164129-e6b6-713b-461e-184f70b7af97@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Bin, On 20.07.20 03:48, Bin Meng wrote: > Hi Stefan, > > On Sat, Jul 18, 2020 at 2:22 AM Stefan Roese wrote: >> >> Hi Bin, >> >> On 17.07.20 16:14, Bin Meng wrote: >>> Hi Stefan, >>> >>> On Fri, Jul 17, 2020 at 10:04 PM Stefan Roese wrote: >>>> >>>> While trying to use the U-Boot xHCI driver on the MIPS Octeon platform, >>>> which is big endian, I noticed that the driver is missing a few endian >>>> conversion calls. This patch adds these missing endian conversion >>>> calls. >>>> >>>> Signed-off-by: Stefan Roese >>>> Reviewed-by: Bin Meng >>>> Cc: Bin Meng >>>> Cc: Marek Vasut >>>> --- >>>> v2: >>>> - Add missing (uintptr_t) cast to remove compile time warning >>>> >>>> drivers/usb/host/xhci-mem.c | 9 +++++---- >>>> 1 file changed, 5 insertions(+), 4 deletions(-) >>> >>> Tested-by: Bin Meng >>> >>> Only this patch is sent as v2? >> >> Yes. I didn't want to pollute the list with unneeded patches. If you >> prefer a complete patchset in the new version, then I can of course >> do as as well. > > IMHO it would be good for maintainers to apply this whole series from > patchwork in a batch if we send the complete series. No problem. v2 series will be out shortly. Thanks, Stefan