Hi Mauro,
On Thu, Jan 29, 2015 at 06:00:55PM -0200, Mauro Carvalho Chehab wrote:
> Em Tue, 27 Jan 2015 12:36:49 +0200
> Sakari Ailus escreveu:
>
> > Hi Mauro,
> >
> > The recent smiapp OF support patches contained a small issue related to
> > reading 64-bit numbers from the device tree, such th
Em Tue, 27 Jan 2015 12:36:49 +0200
Sakari Ailus escreveu:
> Hi Mauro,
>
> The recent smiapp OF support patches contained a small issue related to
> reading 64-bit numbers from the device tree, such that the compilation fails
> if CONFIG_OF is undefined.
>
> This patch provides a temporary fix t
Hi Mauro,
The recent smiapp OF support patches contained a small issue related to
reading 64-bit numbers from the device tree, such that the compilation fails
if CONFIG_OF is undefined.
This patch provides a temporary fix to the matter. The proper one is to use
of_property_read_u64_array(), but t