Re: [GIT FIXES FOR v3.19] smiapp compile fix for non-OF configuration

2015-02-03 Thread Sakari Ailus
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 sakari.ai...@iki.fi 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 to the matter. The proper one is to use
  of_property_read_u64_array(), but that's currently not exported. I've
  submitted a patch for that.
 
 Didn't apply at fixes, so I applied it at the master development branch.
 
 If this is really needed for 3.19, please backport against 3.19-rc6.

Indeed; the master branch is where it belongs to. Thanks!

v3.19 will not have OF support yet so it's fine.

-- 
Kind regards,

Sakari Ailus
e-mail: sakari.ai...@iki.fi XMPP: sai...@retiisi.org.uk
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [GIT FIXES FOR v3.19] smiapp compile fix for non-OF configuration

2015-01-29 Thread Mauro Carvalho Chehab
Em Tue, 27 Jan 2015 12:36:49 +0200
Sakari Ailus sakari.ai...@iki.fi 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 to the matter. The proper one is to use
 of_property_read_u64_array(), but that's currently not exported. I've
 submitted a patch for that.

Didn't apply at fixes, so I applied it at the master development branch.

If this is really needed for 3.19, please backport against 3.19-rc6.

Regards,
Mauro

 
 Please pull.
 
 
 The following changes since commit e32b31ae45c18679c186e67aa41d0e2318cae487:
 
   [media] mb86a20s: remove unused debug modprobe parameter (2015-01-26 
 10:08:29 -0200)
 
 are available in the git repository at:
 
   ssh://linuxtv.org/git/sailus/media_tree.git smiapp-of-compile
 
 for you to fetch changes up to 45fe24236dd638b170a7ca91a3aa0e9b2b153889:
 
   smiapp: Don't compile of_read_number() if CONFIG_OF isn't defined 
 (2015-01-27 12:18:49 +0200)
 
 
 Sakari Ailus (1):
   smiapp: Don't compile of_read_number() if CONFIG_OF isn't defined
 
  drivers/media/i2c/smiapp/smiapp-core.c |4 
  1 file changed, 4 insertions(+)
 
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[GIT FIXES FOR v3.19] smiapp compile fix for non-OF configuration

2015-01-27 Thread Sakari Ailus
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 that's currently not exported. I've
submitted a patch for that.

Please pull.


The following changes since commit e32b31ae45c18679c186e67aa41d0e2318cae487:

  [media] mb86a20s: remove unused debug modprobe parameter (2015-01-26 10:08:29 
-0200)

are available in the git repository at:

  ssh://linuxtv.org/git/sailus/media_tree.git smiapp-of-compile

for you to fetch changes up to 45fe24236dd638b170a7ca91a3aa0e9b2b153889:

  smiapp: Don't compile of_read_number() if CONFIG_OF isn't defined (2015-01-27 
12:18:49 +0200)


Sakari Ailus (1):
  smiapp: Don't compile of_read_number() if CONFIG_OF isn't defined

 drivers/media/i2c/smiapp/smiapp-core.c |4 
 1 file changed, 4 insertions(+)

-- 
Kind regards,

Sakari Ailus
e-mail: sakari.ai...@iki.fi XMPP: sai...@retiisi.org.uk
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html