Re: [PATCH RESEND] Documentation: devicetree: Fix value format description

2012-05-19 Thread Grant Likely
On Wed, 16 May 2012 22:33:55 +0200, Roland Stigge wrote: > Numeric values in dts files can be specified in decimal and hex (the latter > prefixed 0x). The current documentation is updated with this patch to prevent > confusion about what is meant with values without "0x" (previously hex, now > dec

Re: [PATCH RESEND] Documentation: devicetree: Fix value format description

2012-05-16 Thread Rob Landley
On 05/16/2012 03:33 PM, Roland Stigge wrote: > Numeric values in dts files can be specified in decimal and hex (the latter > prefixed 0x). The current documentation is updated with this patch to prevent > confusion about what is meant with values without "0x" (previously hex, now > dec). > > Signe

[PATCH RESEND] Documentation: devicetree: Fix value format description

2012-05-16 Thread Roland Stigge
Numeric values in dts files can be specified in decimal and hex (the latter prefixed 0x). The current documentation is updated with this patch to prevent confusion about what is meant with values without "0x" (previously hex, now dec). Signed-off-by: Roland Stigge Acked-by: Rob Landley --- Appl

Re: [PATCH RESEND] Documentation: devicetree: Fix value format description

2012-05-06 Thread Roland Stigge
Hi, On 05/05/12 20:44, Rob Landley wrote: > On 05/05/2012 06:38 AM, Roland Stigge wrote: >> Numeric values in dts files can be specified in decimal and hex (the latter >> prefixed 0x). The current documentation is updated with this patch to prevent >> confusion about what is meant with values with

Re: [PATCH RESEND] Documentation: devicetree: Fix value format description

2012-05-05 Thread Rob Landley
On 05/05/2012 06:38 AM, Roland Stigge wrote: > Numeric values in dts files can be specified in decimal and hex (the latter > prefixed 0x). The current documentation is updated with this patch to prevent > confusion about what is meant with values without "0x" (previously hex, now > dec). This upda

[PATCH RESEND] Documentation: devicetree: Fix value format description

2012-05-05 Thread Roland Stigge
Numeric values in dts files can be specified in decimal and hex (the latter prefixed 0x). The current documentation is updated with this patch to prevent confusion about what is meant with values without "0x" (previously hex, now dec). Signed-off-by: Roland Stigge --- Applies to v3.4-rc5 Docum