Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1296244

Re: [PATCH V10 7/7] dma: qcom_hidma: add support for object hierarchy

From Timur Tabi <timur@codeaurora.org>
Newsgroups linux.kernel
Subject Re: [PATCH V10 7/7] dma: qcom_hidma: add support for object hierarchy
Date 2015-12-21 23:10 +0100
Message-ID <qIgOt-3Ob-7@gated-at.bofh.it> (permalink)
References <qGKdX-2ks-3@gated-at.bofh.it> <qGKe0-2ks-43@gated-at.bofh.it> <qHuA9-6KD-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Sat, Dec 19, 2015 at 12:37 PM, Andy Shevchenko
<andy.shevchenko@gmail.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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH V10 0/7] dma: add Qualcomm Technologies HIDMA driver Sinan Kaya <okaya@codeaurora.org> - 2015-12-17 18:10 +0100
  [PATCH V10 1/7] dma: qcom_bam_dma: move to qcom directory Sinan Kaya <okaya@codeaurora.org> - 2015-12-17 18:10 +0100
  [PATCH V10 6/7] dma: qcom_hidma: add debugfs hooks Sinan Kaya <okaya@codeaurora.org> - 2015-12-17 18:10 +0100
  [PATCH V10 7/7] dma: qcom_hidma: add support for object hierarchy Sinan Kaya <okaya@codeaurora.org> - 2015-12-17 18:10 +0100
    Re: [PATCH V10 7/7] dma: qcom_hidma: add support for object hierarchy Andy Shevchenko <andy.shevchenko@gmail.com> - 2015-12-19 19:40 +0100
      Re: [PATCH V10 7/7] dma: qcom_hidma: add support for object hierarchy Timur Tabi <timur@codeaurora.org> - 2015-12-21 23:10 +0100
      Re: [PATCH V10 7/7] dma: qcom_hidma: add support for object hierarchy Sinan Kaya <okaya@codeaurora.org> - 2015-12-30 16:30 +0100
  [PATCH V10 3/7] dma: add Qualcomm Technologies HIDMA management driver Sinan Kaya <okaya@codeaurora.org> - 2015-12-17 18:10 +0100

csiph-web