[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAOZdJXVmsb=K0CeO=AsA2zr4CSNbV+TMs3GMVTnQ1AVO2jpgzg@mail.gmail.com>
Date: Mon, 21 Dec 2015 16:05:51 -0600
From: Timur Tabi <timur@...eaurora.org>
To: Andy Shevchenko <andy.shevchenko@...il.com>
Cc: Sinan Kaya <okaya@...eaurora.org>,
Mark Rutland <mark.rutland@....com>,
devicetree <devicetree@...r.kernel.org>,
Arnd Bergmann <arnd@...db.de>,
Vinod Koul <vinod.koul@...el.com>,
Jon Masters <jcm@...hat.com>,
Timur Tabi <timur@...eaurora.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
cov@...eaurora.org, Andy Gross <agross@...eaurora.org>,
dmaengine <dmaengine@...r.kernel.org>,
linux-arm-msm@...r.kernel.org,
linux-arm Mailing List <linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH V10 7/7] dma: qcom_hidma: add support for object hierarchy
On Sat, Dec 19, 2015 at 12:37 PM, Andy Shevchenko
<andy.shevchenko@...il.com> wrote:
>> +static int __init hidma_mgmt_of_populate_channels(struct device_node *np)
>> +{
>> + struct platform_device *pdev_parent = of_find_device_by_node(np);
>> + struct platform_device_info pdevinfo;
>> + struct of_phandle_args out_irq;
>> + struct device_node *child;
>> + struct resource *res;
>> + const __be32 *cell;
>
> Always BE ?
Unless things have changed, device tree properties are always in
big-endian order, even on little-endian systems.
--
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists