Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752261AbbLUWF6 (ORCPT ); Mon, 21 Dec 2015 17:05:58 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:57092 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751367AbbLUWFx (ORCPT ); Mon, 21 Dec 2015 17:05:53 -0500 MIME-Version: 1.0 In-Reply-To: References: <1450371684-23415-1-git-send-email-okaya@codeaurora.org> <1450371684-23415-8-git-send-email-okaya@codeaurora.org> Date: Mon, 21 Dec 2015 16:05:51 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH V10 7/7] dma: qcom_hidma: add support for object hierarchy From: Timur Tabi To: Andy Shevchenko Cc: Sinan Kaya , Mark Rutland , devicetree , Arnd Bergmann , Vinod Koul , Jon Masters , Timur Tabi , "linux-kernel@vger.kernel.org" , cov@codeaurora.org, Andy Gross , dmaengine , linux-arm-msm@vger.kernel.org, linux-arm Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 972 Lines: 26 On Sat, Dec 19, 2015 at 12:37 PM, Andy Shevchenko 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/