Re: [PATCHv9 02/20] thermal: introduce device tree parser

2014-01-13 Thread Wei Ni
On 01/14/2014 05:29 AM, Eduardo Valentin wrote: * PGP Signed by an unknown key Wei, On 06-01-2014 22:44, Wei Ni wrote: On 01/06/2014 10:54 PM, Eduardo Valentin wrote: Old Signed by an unknown key On 06-01-2014 09:51, Mark Rutland wrote: On Thu, Jan 02, 2014 at 05:50:06PM +, Matthew

Re: [PATCHv9 02/20] thermal: introduce device tree parser

2014-01-07 Thread Wei Ni
On 01/07/2014 07:17 PM, Eduardo Valentin wrote: * PGP Signed by an unknown key On 06-01-2014 22:48, Wei Ni wrote: Hi, Eduardo Will you consider my comments :) By now Wei, it is better if you start a new thread, by sending a patch on top of it, as this thread has been already merged

Re: [PATCHv9 02/20] thermal: introduce device tree parser

2014-01-07 Thread Wei Ni
On 01/08/2014 11:24 AM, Hu Yaohui wrote: I am new here. How can I could not mail a new message to this mail list? TIA I use Thunderbird, it's a pretty good mail client :) On Tue, Jan 7, 2014 at 10:19 PM, Wei Ni w...@nvidia.com mailto:w...@nvidia.com wrote: On 01/07/2014 07:17 PM

Re: [PATCHv9 02/20] thermal: introduce device tree parser

2014-01-06 Thread Wei Ni
On 01/06/2014 10:54 PM, Eduardo Valentin wrote: * PGP Signed by an unknown key On 06-01-2014 09:51, Mark Rutland wrote: On Thu, Jan 02, 2014 at 05:50:06PM +, Matthew Longnecker wrote: I think the platform driver may set governor for the thermal zone, so how about to add a property

Re: [PATCHv9 02/20] thermal: introduce device tree parser

2014-01-01 Thread Wei Ni
On 11/13/2013 03:46 AM, Eduardo Valentin wrote: ... + +/** + * of_parse_thermal_zones - parse device tree thermal data + * + * Initialization function that can be called by machine initialization + * code to parse thermal data and populate the thermal framework + * with hardware thermal

Re: [PATCHv9 02/20] thermal: introduce device tree parser

2014-01-01 Thread Wei Ni
Sorry, please ignore this mail. This is not my regularly mail address. Thanks. Wei. On 01/02/2014 10:55 AM, Wei Ni wrote: On 11/13/2013 03:46 AM, Eduardo Valentin wrote: + +/** + * of_parse_thermal_zones - parse device tree thermal data + * + * Initialization function that can

Re: [PATCH v6] of: add vendor prefix for GMT

2013-11-17 Thread Wei Ni
To: Shawn Guo shawn@linaro.org On 11/13/2013 08:13 PM, Jean Delvare wrote: On Wed, 13 Nov 2013 19:02:26 +0800, Wei Ni wrote: Previous versions are: [v5]: http://patchwork.ozlabs.org/patch/281017/ [v4]: http://lkml.indiana.edu/hypermail/linux/kernel/1309.1/02812.html On 11/13/2013 06:59

Re: [PATCH RESEND] ARM: tegra: set regulator full constraints

2013-11-13 Thread Wei Ni
On 11/13/2013 02:20 AM, Stephen Warren wrote: On 11/11/2013 10:52 PM, Wei Ni wrote: On 11/06/2013 07:01 PM, Mark Brown wrote: * PGP Signed by an unknown key On Wed, Nov 06, 2013 at 06:39:03PM +0800, Wei Ni wrote: I still can't find a good place to set full_constraints, could you please

[PATCH v6] of: add vendor prefix for GMT

2013-11-13 Thread Wei Ni
Adding Global Mixed-mode Technology Inc. to the list of devicetree vendor prefixes. Signed-off-by: Wei Ni w...@nvidia.com Acked-by: Stephen Warren swar...@nvidia.com --- .../devicetree/bindings/vendor-prefixes.txt|1 + 1 file changed, 1 insertion(+) diff --git a/Documentation

Re: [PATCH v6] of: add vendor prefix for GMT

2013-11-13 Thread Wei Ni
Previous versions are: [v5]: http://patchwork.ozlabs.org/patch/281017/ [v4]: http://lkml.indiana.edu/hypermail/linux/kernel/1309.1/02812.html On 11/13/2013 06:59 PM, Wei Ni wrote: Adding Global Mixed-mode Technology Inc. to the list of devicetree vendor prefixes. Signed-off-by: Wei Ni w

Re: [PATCH RESEND] ARM: tegra: set regulator full constraints

2013-11-11 Thread Wei Ni
On 11/06/2013 07:01 PM, Mark Brown wrote: * PGP Signed by an unknown key On Wed, Nov 06, 2013 at 06:39:03PM +0800, Wei Ni wrote: I still can't find a good place to set full_constraints, could you please show me some reference codes where we can set it? The places where we unflatten

Re: [PATCH RESEND] ARM: tegra: set regulator full constraints

2013-11-06 Thread Wei Ni
On 11/06/2013 04:51 PM, Mark Brown wrote: * PGP Signed by an unknown key On Tue, Nov 05, 2013 at 05:05:15PM +0800, Wei Ni wrote: On 11/05/2013 12:18 AM, Mark Brown wrote: We can do it as part of parsing the DT or deciding to parse the DT. I checked the kernel codes, it seems

Re: [PATCHv4 02/18] thermal: core: allow binding via .bind when tzp is present

2013-11-05 Thread Wei Ni
On 09/27/2013 11:13 AM, Eduardo Valentin wrote: This patch allows drivers register thermal zone devices with thermal zone params and .bind callbacks. In this case, it will use the .bind callback. Cc: Zhang Rui rui.zh...@intel.com Cc: linux...@vger.kernel.org Cc: