From: Antti Seppälä
This patch switches calls to readl/writel to their
dwc2_readl/dwc2_writel equivalents which preserve platform endianness.
This patch is necessary to access dwc2 registers correctly on big-endian
systems such as the mips based SoCs made by Lantiq. Then dwc2 can be
used to repl
On 01/28/2015 02:02 AM, Antti Seppälä wrote:
> On 27 January 2015 at 04:18, John Youn wrote:
>>> From: Vincent Pelletier [mailto:plr.vinc...@gmail.com]
>>> Sent: Friday, January 23, 2015 12:19 AM
>>>
>>> On Fri, 23 Jan 2015 02:38:37 +, John Youn
>>> wrote:
Having the __raw functions ever
On 27 January 2015 at 04:18, John Youn wrote:
>> From: Vincent Pelletier [mailto:plr.vinc...@gmail.com]
>> Sent: Friday, January 23, 2015 12:19 AM
>>
>> On Fri, 23 Jan 2015 02:38:37 +, John Youn
>> wrote:
>> > Having the __raw functions everywhere is not pretty and probably not a
>> > good id
> From: Vincent Pelletier [mailto:plr.vinc...@gmail.com]
> Sent: Friday, January 23, 2015 12:19 AM
>
> On Fri, 23 Jan 2015 02:38:37 +, John Youn
> wrote:
> > Having the __raw functions everywhere is not pretty and probably not a
> > good idea either.
> >
> > I would rather have a dwc2_writel/
On Fri, 23 Jan 2015 02:38:37 +, John Youn
wrote:
> Having the __raw functions everywhere is not pretty and probably not a
> good idea either.
>
> I would rather have a dwc2_writel/dwc2_readl (like in dwc3), and we
> can figure out what needs to happen in there to support your platform.
>
> A
> From: Antti Seppälä [mailto:a.sepp...@gmail.com]
> Sent: Wednesday, January 21, 2015 10:28 AM
>
> This patch switches calls to readl/writel to their
> __raw_readl/__raw_writel equivalents which preserve platform endianness.
>
> This patch is necessary to access dwc2 registers correctly on big e
Hi,
small nitpick
On 21/01/2015 19:27, Antti Seppälä wrote:
> This patch switches calls to readl/writel to their
> __raw_readl/__raw_writel equivalents which preserve platform endianness.
>
> This patch is necessary to access dwc2 registers correctly on big endian
> systems such as mips. Then dw
This patch switches calls to readl/writel to their
__raw_readl/__raw_writel equivalents which preserve platform endianness.
This patch is necessary to access dwc2 registers correctly on big endian
systems such as mips. Then dwc2 can be used to replace ifx-hcd driver
for lantiq platform found e.g.