2015-02-23 07:54:24

by Srinivas Kandagatla

[permalink] [raw]
Subject: [PATCH 00/12] ARM: dts: apq8064 dt patches.

Hi Kumar,
Now that the rpm header file dependency is resolved, Could you
queue these dt patches for rc2.


Thanks,
srini

Nicolas Dechesne (3):
ARM: DT: apq8064: add pci support in CM QS600
ARM: DT: apq8064: Add usb host support to CM QS-600
ARM: DT: apq8064: Add USB OTG support for CM QS-600

Pramod Gurav (1):
ARM: qcom: Add DT alias for serial port

Rob Clark (1):
ARM: dts: APQ8064: Add MDP support

Srinivas Kandagatla (7):
ARM: dts: apq8064: add RPM regulators support
ARM: dts: apq8064: Add usb host support.
ARM: dts: apq8064: Add USB OTG support
ARM: dts: apq8064: Add SATA controller support.
ARM: dts: apq8064: Remove incorrect gsbi2 node.
ARM: dts: Move i2c1 pinctrl to apq8064.dtsi
ARM: dts: apq8064 add i2c3 node for panel.

arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts | 49 +++
arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 98 +++++-
arch/arm/boot/dts/qcom-apq8064.dtsi | 499 +++++++++++++++++++++++++++-
3 files changed, 629 insertions(+), 17 deletions(-)

--
1.9.1


2015-02-26 18:29:42

by Kumar Gala

[permalink] [raw]
Subject: Re: [PATCH 00/12] ARM: dts: apq8064 dt patches.


On Feb 23, 2015, at 1:53 AM, Srinivas Kandagatla <[email protected]> wrote:

> Hi Kumar,
> Now that the rpm header file dependency is resolved, Could you
> queue these dt patches for rc2.
>
>
> Thanks,
> srini
>
> Nicolas Dechesne (3):
> ARM: DT: apq8064: add pci support in CM QS600
> ARM: DT: apq8064: Add usb host support to CM QS-600
> ARM: DT: apq8064: Add USB OTG support for CM QS-600
>
> Pramod Gurav (1):
> ARM: qcom: Add DT alias for serial port
>
> Rob Clark (1):
> ARM: dts: APQ8064: Add MDP support
>
> Srinivas Kandagatla (7):
> ARM: dts: apq8064: add RPM regulators support
> ARM: dts: apq8064: Add usb host support.
> ARM: dts: apq8064: Add USB OTG support
> ARM: dts: apq8064: Add SATA controller support.
> ARM: dts: apq8064: Remove incorrect gsbi2 node.
> ARM: dts: Move i2c1 pinctrl to apq8064.dtsi
> ARM: dts: apq8064 add i2c3 node for panel.
>
> arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts | 49 +++
> arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 98 +++++-
> arch/arm/boot/dts/qcom-apq8064.dtsi | 499 +++++++++++++++++++++++++++-
> 3 files changed, 629 insertions(+), 17 deletions(-)

Can you scrub all the patches for interrupt usage such that we use GIC_SPI define and I think any IRQ type of 0 or NONE should really be IRQ_TYPE_LEVEL_HIGH

- k

--
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

2015-02-26 18:31:07

by Srinivas Kandagatla

[permalink] [raw]
Subject: Re: [PATCH 00/12] ARM: dts: apq8064 dt patches.



On 26/02/15 18:29, Kumar Gala wrote:
>
> On Feb 23, 2015, at 1:53 AM, Srinivas Kandagatla <[email protected]> wrote:
>
>> Hi Kumar,
>> Now that the rpm header file dependency is resolved, Could you
>> queue these dt patches for rc2.
>>
>>
>> Thanks,
>> srini
>>
>> Nicolas Dechesne (3):
>> ARM: DT: apq8064: add pci support in CM QS600
>> ARM: DT: apq8064: Add usb host support to CM QS-600
>> ARM: DT: apq8064: Add USB OTG support for CM QS-600
>>
>> Pramod Gurav (1):
>> ARM: qcom: Add DT alias for serial port
>>
>> Rob Clark (1):
>> ARM: dts: APQ8064: Add MDP support
>>
>> Srinivas Kandagatla (7):
>> ARM: dts: apq8064: add RPM regulators support
>> ARM: dts: apq8064: Add usb host support.
>> ARM: dts: apq8064: Add USB OTG support
>> ARM: dts: apq8064: Add SATA controller support.
>> ARM: dts: apq8064: Remove incorrect gsbi2 node.
>> ARM: dts: Move i2c1 pinctrl to apq8064.dtsi
>> ARM: dts: apq8064 add i2c3 node for panel.
>>
>> arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts | 49 +++
>> arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 98 +++++-
>> arch/arm/boot/dts/qcom-apq8064.dtsi | 499 +++++++++++++++++++++++++++-
>> 3 files changed, 629 insertions(+), 17 deletions(-)
>
> Can you scrub all the patches for interrupt usage such that we use GIC_SPI define and I think any IRQ type of 0 or NONE should really be IRQ_TYPE_LEVEL_HIGH

Yes, I will fix it.

--srini
>
> - k
>