Re: [PATCH v2 0/4] usb: xhci: Prepare xHCI driver for MIPS Octeon big-endian support

2020-08-05 Thread Marek Vasut
On 8/5/20 7:57 AM, Stefan Roese wrote: > Hi Marek, > > On 30.07.20 08:59, Bin Meng wrote: >> Hi Marek, >> >> On Thu, Jul 30, 2020 at 2:32 PM Stefan Roese wrote: >>> >>> Hi Bin, >>> >>> On 21.07.20 10:46, Stefan Roese wrote: These patches fix a few issues, found while porting the xHCI

Re: [PATCH v2 0/4] usb: xhci: Prepare xHCI driver for MIPS Octeon big-endian support

2020-08-04 Thread Stefan Roese
Hi Marek, On 30.07.20 08:59, Bin Meng wrote: Hi Marek, On Thu, Jul 30, 2020 at 2:32 PM Stefan Roese wrote: Hi Bin, On 21.07.20 10:46, Stefan Roese wrote: These patches fix a few issues, found while porting the xHCI to the MIPS Octeon platforms. The basic issues here are: - Endianess

Re: [PATCH v2 0/4] usb: xhci: Prepare xHCI driver for MIPS Octeon big-endian support

2020-07-30 Thread Bin Meng
Hi Marek, On Thu, Jul 30, 2020 at 2:32 PM Stefan Roese wrote: > > Hi Bin, > > On 21.07.20 10:46, Stefan Roese wrote: > > > > These patches fix a few issues, found while porting the xHCI to the MIPS > > Octeon platforms. The basic issues here are: > > > > - Endianess issues: missing cpu_to_leXX()

Re: [PATCH v2 0/4] usb: xhci: Prepare xHCI driver for MIPS Octeon big-endian support

2020-07-30 Thread Stefan Roese
Hi Bin, On 21.07.20 10:46, Stefan Roese wrote: These patches fix a few issues, found while porting the xHCI to the MIPS Octeon platforms. The basic issues here are: - Endianess issues: missing cpu_to_leXX() & leXX_to_cpu() conversions - Use physical (DMA) address for the xHCI DMA controller

[PATCH v2 0/4] usb: xhci: Prepare xHCI driver for MIPS Octeon big-endian support

2020-07-21 Thread Stefan Roese
These patches fix a few issues, found while porting the xHCI to the MIPS Octeon platforms. The basic issues here are: - Endianess issues: missing cpu_to_leXX() & leXX_to_cpu() conversions - Use physical (DMA) address for the xHCI DMA controller These patches are the groundwork for the upcoming