Re: [RFC PATCH 0/5] Add smp booting support for Qualcomm ARMv8 SoCs

2015-04-16 Thread Matt Sealey
a PSCI firmware to it (ATF or your own..) and just embarrass the SoC vendor by having better mainline power management support (implemented by 10 lines in a device tree) with the complicated code hidden away behind the scenes there, like it should have been done in the first place.. Ta. Matt Sealey n

Re: [PATCH v2 3/4] ARM: imx51: use clock defines in DTS files

2013-11-14 Thread Matt Sealey
to do it. Thanks, Matt Sealey n...@bakuhatsu.net -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC DTC PATCH] dtc: add symlink (-L) output to dtbs

2013-11-14 Thread Matt Sealey
, Matt Sealey n...@bakuhatsu.net -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v7] pinctrl: imx27: imx27 pincontrol driver

2013-11-07 Thread Matt Sealey
On Thu, Nov 7, 2013 at 4:38 AM, Markus Pargmann m...@pengutronix.de wrote: On Thu, Nov 07, 2013 at 10:28:01AM +0100, Lucas Stach wrote: Am Donnerstag, den 07.11.2013, 10:12 +0100 schrieb Markus Pargmann: On Wed, Nov 06, 2013 at 10:54:02AM -0600, Matt Sealey wrote: [...] Would it be so

Re: [PATCH v7] pinctrl: imx27: imx27 pincontrol driver

2013-11-06 Thread Matt Sealey
matching the same compatible property. Locking and coordination in software of a single IP block used by two drivers shouldn't be arbitrated by the device tree. Thanks, Matt Sealey n...@bakuhatsu.net -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message

Re: [PATCH v6 4/8] ARM: dts: imx27 pinctrl

2013-11-06 Thread Matt Sealey
for overlapping register spaces, because this is totally undesirable behavior in device trees.. Matt Sealey n...@bakuhatsu.net -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [PATCHv9 05/43] CLK: TI: add DT alias clock registration mechanism

2013-11-04 Thread Matt Sealey
instead of sometime next year, I was dreading reworking all these drivers up front ;) Matt Sealey n...@bakuhatsu.net -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCHv7][ 2/5] ASoC: eukrea-tlv320: Add DT support.

2013-10-31 Thread Matt Sealey
On Wed, Oct 30, 2013 at 8:28 PM, Mark Brown broo...@kernel.org wrote: On Wed, Oct 30, 2013 at 05:29:31PM -0500, Matt Sealey wrote: On Wed, Oct 30, 2013 at 4:29 PM, Mark Brown broo...@kernel.org wrote: On Tue, Oct 29, 2013 at 10:05:40PM -0500, Matt Sealey wrote: Picking a consistent name

Re: [PATCHv7][ 2/5] ASoC: eukrea-tlv320: Add DT support.

2013-10-31 Thread Matt Sealey
of linking of codecs and audio interfaces you're talking about? Is there a block diagram? :) Thanks, Matt Sealey n...@bakuhatsu.net -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH 0/2] Revert support for reserved memory regions defined in device tree

2013-10-30 Thread Matt Sealey
; }; }; /* ... */ fb0: video@1230 { memory-region = display_reserved; /* ... */ }; In this case, it makes absolutely no sense for the reserved node to even HAVE a compatible property, does it? -- Matt Sealey n...@bakuhatsu.net

Re: [PATCHv9 05/43] CLK: TI: add DT alias clock registration mechanism

2013-10-30 Thread Matt Sealey
On Wed, Oct 30, 2013 at 3:29 AM, Tero Kristo t-kri...@ti.com wrote: On 10/29/2013 07:50 PM, Matt Sealey wrote: I have one question here, what makes this part of the patch TI-specific at all except the definition of the structure ti_dt_clk? Mapping DT clocks to generic clkdev legacy namings

Re: [PATCHv7][ 2/5] ASoC: eukrea-tlv320: Add DT support.

2013-10-30 Thread Matt Sealey
On Wed, Oct 30, 2013 at 4:29 PM, Mark Brown broo...@kernel.org wrote: On Tue, Oct 29, 2013 at 10:05:40PM -0500, Matt Sealey wrote: To be specific, there are several braindeadisms in the current bindings for mxs-audio-sgtl5000 and imx-audio-sgtl5000 and imx-audio-wm8962 existing bindings which

Re: [PATCHv7][ 2/5] ASoC: eukrea-tlv320: Add DT support.

2013-10-29 Thread Matt Sealey
, unfortunately) and throw it out tonight if we're all agreeable.. -- Matt Sealey n...@bakuhatsu.net -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCHv7][ 2/5] ASoC: eukrea-tlv320: Add DT support.

2013-10-29 Thread Matt Sealey
On Tue, Oct 29, 2013 at 12:44 PM, Mark Brown broo...@kernel.org wrote: On Tue, Oct 29, 2013 at 11:56:54AM -0500, Matt Sealey wrote: Maybe this is a reasonable place to ask since I am holding off on doing any audio support for the i.MX platform I want to push a DT for, and I am still bashing

Re: [PATCHv7][ 2/5] ASoC: eukrea-tlv320: Add DT support.

2013-10-29 Thread Matt Sealey
On Tue, Oct 29, 2013 at 12:44 PM, Mark Brown broo...@kernel.org wrote: Please take a look at Morimoto-san's work on the generic sound card if you want to work on a generic card, it'd be good if some of the people complaining about this stuff could help him work on that as he doesn't seem to

Re: [PATCH 3/4] ARM: dts: i.MX53: dts for Voipac x53-dmm-668 module

2013-10-24 Thread Matt Sealey
On Thu, Oct 24, 2013 at 2:12 PM, Rostislav Lisovy lis...@gmail.com wrote: Dear Shawn; Thank you for your comments. Should I also add Voipac to Documentation/devicetree/bindings/vendor-prefixes.txt? I would agree with that, but why is your chosen prefix vp instead of voipac anyway? -- Matt

Re: [PATCH 0/2] Revert support for reserved memory regions defined in device tree

2013-10-17 Thread Matt Sealey
this discussion of Jeremy Kerr's proposal seems to be 'missing' on Google. Do you happen to have a link to it? Thanks, Matt Sealey n...@bakuhatsu.net -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message to majord...@vger.kernel.org More majordomo info at http