* [PATCH 00/12] ARM: dts: apq8064 dt patches.
@ 2015-02-23 7:53 Srinivas Kandagatla
2015-02-26 18:29 ` Kumar Gala
0 siblings, 1 reply; 3+ messages in thread
From: Srinivas Kandagatla @ 2015-02-23 7:53 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 00/12] ARM: dts: apq8064 dt patches.
2015-02-23 7:53 [PATCH 00/12] ARM: dts: apq8064 dt patches Srinivas Kandagatla
@ 2015-02-26 18:29 ` Kumar Gala
2015-02-26 18:31 ` Srinivas Kandagatla
0 siblings, 1 reply; 3+ messages in thread
From: Kumar Gala @ 2015-02-26 18:29 UTC (permalink / raw)
To: linux-arm-kernel
On Feb 23, 2015, at 1:53 AM, Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 00/12] ARM: dts: apq8064 dt patches.
2015-02-26 18:29 ` Kumar Gala
@ 2015-02-26 18:31 ` Srinivas Kandagatla
0 siblings, 0 replies; 3+ messages in thread
From: Srinivas Kandagatla @ 2015-02-26 18:31 UTC (permalink / raw)
To: linux-arm-kernel
On 26/02/15 18:29, Kumar Gala wrote:
>
> On Feb 23, 2015, at 1:53 AM, Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-26 18:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-23 7:53 [PATCH 00/12] ARM: dts: apq8064 dt patches Srinivas Kandagatla
2015-02-26 18:29 ` Kumar Gala
2015-02-26 18:31 ` Srinivas Kandagatla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).