David Gibson
cbf1410eab
libfdt: Add helpers for 64-bit integer properties
...
In device trees in the world, properties consisting of a single 64-bit
integer are not as common as those consisting of a single 32-bit, cell
sized integer, but they're common enough that they're worth including
convenience functions for.
This patch adds helper wrappers of fdt_setprop_inplace(), fdt_setprop() and
fdt_appendprop() for handling 64-bit integer quantities in properties. For
better consistency with the names of these new *_u64() functions we also
add *_u32() functions as alternative names for the existing *_cell()
functions handling 32-bit integers.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au >
2012-06-03 09:14:13 -05:00
..
2012-03-18 10:52:24 -05:00
2012-03-18 10:52:24 -05:00
2012-04-19 13:45:01 -05:00
2008-02-14 08:02:41 -06:00
2008-08-14 10:24:58 -05:00
2012-06-03 09:14:13 -05:00
2012-06-03 09:14:13 -05:00
2012-06-03 09:14:13 -05:00
2009-02-03 08:38:01 -06:00
2007-12-07 07:43:45 -06:00
2007-12-05 08:27:28 -06:00
2007-12-06 09:15:56 -06:00
2007-12-07 07:43:45 -06:00
2007-12-06 09:16:28 -06:00
2007-02-15 11:02:44 -06:00
2007-02-15 11:02:44 -06:00
2008-10-03 16:09:34 -05:00
2007-02-15 11:02:44 -06:00
2008-05-19 14:12:15 -05:00
2010-02-19 08:36:23 -06:00
2011-09-22 09:24:31 -05:00
2011-09-22 09:24:31 -05:00
2008-02-15 08:10:14 -06:00
2008-02-15 08:10:14 -06:00
2009-02-03 08:38:01 -06:00
2007-12-07 07:43:45 -06:00
2007-11-20 09:00:37 -06:00
2007-11-20 09:00:37 -06:00
2012-01-13 07:23:58 -06:00
2012-01-13 07:23:58 -06:00
2012-01-13 07:23:58 -06:00
2012-01-13 07:23:58 -06:00
2010-04-30 08:36:54 -05:00
2010-04-30 08:36:54 -05:00
2010-04-30 08:36:54 -05:00
2012-02-03 08:38:40 -06:00
2008-05-29 08:16:03 -05:00
2008-03-23 08:00:32 -05:00
2007-11-20 09:03:51 -06:00
2007-11-20 09:03:51 -06:00
2007-11-20 09:03:51 -06:00
2008-10-03 16:09:34 -05:00
2008-10-03 16:09:34 -05:00
2010-03-10 08:12:28 -06:00
2009-11-11 07:34:01 -06:00
2012-03-31 09:00:29 -05:00
2012-02-03 08:41:23 -06:00
2007-11-20 09:00:37 -06:00
2010-03-10 08:12:28 -06:00
2007-10-17 07:09:59 -05:00
2008-08-13 13:04:39 -05:00
2008-09-25 09:34:27 -05:00
2008-08-13 13:04:39 -05:00
2007-11-20 09:00:37 -06:00
2008-06-19 10:01:14 -05:00
2008-08-13 13:04:39 -05:00
2008-06-19 10:01:14 -05:00
2008-07-14 12:07:14 -05:00
2012-06-03 09:14:13 -05:00
2008-07-14 12:07:14 -05:00
2008-07-14 12:07:14 -05:00
2008-07-14 12:07:14 -05:00
2008-07-14 12:07:14 -05:00
2012-06-03 09:14:13 -05:00
2008-07-14 12:07:14 -05:00
2008-11-05 08:12:10 -06:00
2008-07-14 12:07:14 -05:00
2012-04-09 08:42:05 -05:00
2008-10-03 16:09:34 -05:00
2012-02-03 08:42:50 -06:00
2012-04-09 08:42:05 -05:00
2010-02-24 08:50:25 -06:00
2008-03-23 08:00:33 -05:00
2007-11-20 09:03:51 -06:00
2008-07-14 12:36:08 -05:00
2010-02-25 11:46:01 -06:00
2010-02-25 11:46:01 -06:00
2008-08-13 13:04:39 -05:00
2008-08-13 13:04:39 -05:00
2008-08-13 13:04:39 -05:00
2008-08-13 13:04:39 -05:00
2007-11-26 16:00:08 -06:00
2010-09-21 10:15:51 -05:00
2007-11-28 13:51:38 -06:00
2007-11-20 09:00:37 -06:00
2007-11-20 09:00:37 -06:00
2008-08-13 13:04:39 -05:00
2011-09-17 11:46:07 -05:00
2007-12-07 07:43:53 -06:00
2010-02-24 08:50:25 -06:00
2008-03-23 08:00:33 -05:00
2008-08-13 13:04:39 -05:00
2010-03-10 08:12:28 -06:00
2011-09-17 11:46:07 -05:00
2008-08-13 13:04:39 -05:00
2007-12-05 08:28:44 -06:00
2009-11-26 15:06:17 -06:00
2007-12-05 08:27:46 -06:00
2008-11-17 14:05:48 -06:00
2009-11-26 15:06:17 -06:00
2008-06-02 15:20:08 -05:00
2010-02-23 09:04:48 -06:00
2010-02-23 09:04:48 -06:00
2010-02-23 09:04:48 -06:00
2010-02-23 09:04:48 -06:00
2010-02-23 09:04:48 -06:00
2010-02-23 09:04:48 -06:00
2010-02-23 09:04:48 -06:00
2007-11-20 09:01:29 -06:00
2012-06-03 09:13:59 -05:00
2012-06-03 09:14:13 -05:00
2012-03-18 10:52:24 -05:00
2012-03-18 10:52:24 -05:00
2008-08-13 13:04:39 -05:00
2012-06-03 09:14:13 -05:00
2012-06-03 09:14:13 -05:00
2011-10-11 12:58:30 -05:00
2011-10-11 12:58:30 -05:00
2007-10-17 07:14:38 -05:00
2011-09-17 11:46:07 -05:00
2008-08-13 13:04:39 -05:00
2012-06-03 09:14:13 -05:00
2007-02-15 11:02:44 -06:00
2008-10-03 16:09:34 -05:00
2007-02-15 11:02:44 -06:00
2007-11-20 09:14:03 -06:00
2012-06-03 09:14:13 -05:00
2012-06-03 09:14:13 -05:00
2012-06-03 09:14:13 -05:00
2010-04-30 08:36:54 -05:00
2010-04-30 08:36:54 -05:00
2010-04-30 08:36:54 -05:00
2010-04-30 08:36:54 -05:00
2010-04-30 08:36:54 -05:00
2010-04-30 08:36:54 -05:00
2010-04-30 08:36:54 -05:00
2010-04-30 08:36:54 -05:00
2010-04-30 08:36:54 -05:00
2012-06-03 09:14:13 -05:00
2012-06-03 09:14:13 -05:00
2012-06-03 09:14:13 -05:00
2012-02-03 08:39:50 -06:00
2011-09-22 13:50:34 -05:00
2012-06-03 09:14:13 -05:00
2007-08-31 08:34:18 -05:00
2011-09-22 13:49:33 -05:00
2010-03-10 08:12:28 -06:00
2009-02-03 08:38:05 -06:00
2007-11-20 09:03:51 -06:00