]> Pileus Git - ~andy/linux/commitdiff
powerpc+of: Rename the drivers/of prom_* functions to of_*
authorNathan Fontenot <nfont@linux.vnet.ibm.com>
Tue, 2 Oct 2012 16:58:46 +0000 (16:58 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 15 Nov 2012 01:56:52 +0000 (12:56 +1100)
Rename the prom_*_property routines of the generic OF code to of_*_property.
This brings them in line with the naming used by the rest of the OF code.

Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com>
Acked-by: Geoff Levand <geoff@infradead.org>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
12 files changed:
arch/arm/mach-mxs/mach-mxs.c
arch/powerpc/kernel/machine_kexec.c
arch/powerpc/kernel/machine_kexec_64.c
arch/powerpc/kernel/pci_32.c
arch/powerpc/platforms/85xx/p1022_ds.c
arch/powerpc/platforms/ps3/os-area.c
arch/powerpc/platforms/pseries/iommu.c
arch/powerpc/platforms/pseries/mobility.c
arch/powerpc/platforms/pseries/reconfig.c
drivers/macintosh/smu.c
drivers/of/base.c
include/linux/of.h

index 4748ec551a6818f6f2eb55f520729c3ba17cc48e..d61b915ce52c9377958bdaf58515698333fd749c 100644 (file)
@@ -211,7 +211,7 @@ static void __init update_fec_mac_prop(enum mac_oui oui)
                macaddr[4] = (val >> 8) & 0xff;
                macaddr[5] = (val >> 0) & 0xff;
 
-               prom_update_property(np, newmac);
+               of_update_property(np, newmac);
        }
 }
 
index fa9f6c72f557026aaf2a4c7c7e763fb45cb7805d..e1ec57e87b3b435b88ef55c4598d32c37c8e2e07 100644 (file)
@@ -218,23 +218,23 @@ static void __init export_crashk_values(struct device_node *node)
         * be sure what's in them, so remove them. */
        prop = of_find_property(node, "linux,crashkernel-base", NULL);
        if (prop)
-               prom_remove_property(node, prop);
+               of_remove_property(node, prop);
 
        prop = of_find_property(node, "linux,crashkernel-size", NULL);
        if (prop)
-               prom_remove_property(node, prop);
+               of_remove_property(node, prop);
 
        if (crashk_res.start != 0) {
-               prom_add_property(node, &crashk_base_prop);
+               of_add_property(node, &crashk_base_prop);
                crashk_size = resource_size(&crashk_res);
-               prom_add_property(node, &crashk_size_prop);
+               of_add_property(node, &crashk_size_prop);
        }
 
        /*
         * memory_limit is required by the kexec-tools to limit the
         * crash regions to the actual memory used.
         */
-       prom_update_property(node, &memory_limit_prop);
+       of_update_property(node, &memory_limit_prop);
 }
 
 static int __init kexec_setup(void)
@@ -249,11 +249,11 @@ static int __init kexec_setup(void)
        /* remove any stale properties so ours can be found */
        prop = of_find_property(node, kernel_end_prop.name, NULL);
        if (prop)
-               prom_remove_property(node, prop);
+               of_remove_property(node, prop);
 
        /* information needed by userspace when using default_machine_kexec */
        kernel_end = __pa(_end);
-       prom_add_property(node, &kernel_end_prop);
+       of_add_property(node, &kernel_end_prop);
 
        export_crashk_values(node);
 
index d7f609086a99925dc9b2a47b479079fbf5b466d4..7206701b1ff1cd5d7b58331128550c7ee1ac8cdf 100644 (file)
@@ -389,14 +389,14 @@ static int __init export_htab_values(void)
        /* remove any stale propertys so ours can be found */
        prop = of_find_property(node, htab_base_prop.name, NULL);
        if (prop)
-               prom_remove_property(node, prop);
+               of_remove_property(node, prop);
        prop = of_find_property(node, htab_size_prop.name, NULL);
        if (prop)
-               prom_remove_property(node, prop);
+               of_remove_property(node, prop);
 
        htab_base = __pa(htab_address);
-       prom_add_property(node, &htab_base_prop);
-       prom_add_property(node, &htab_size_prop);
+       of_add_property(node, &htab_base_prop);
+       of_add_property(node, &htab_size_prop);
 
        of_node_put(node);
        return 0;
index 4b06ec5a502e2ce47a31d7a6f3d9fa4b1d06bf72..64f526a321f5f82e2fc094dd10e674668844296a 100644 (file)
@@ -208,7 +208,7 @@ pci_create_OF_bus_map(void)
                of_prop->name = "pci-OF-bus-map";
                of_prop->length = 256;
                of_prop->value = &of_prop[1];
-               prom_add_property(dn, of_prop);
+               of_add_property(dn, of_prop);
                of_node_put(dn);
        }
 }
index 848a3e98e1c1a187a8ddb96797af932681c2b6ab..8fb12570b2f52ff36d7999f4cf1fd3e83d8aedfe 100644 (file)
@@ -539,7 +539,7 @@ static void __init p1022_ds_setup_arch(void)
                                };
 
                                /*
-                                * prom_update_property() is called before
+                                * of_update_property() is called before
                                 * kmalloc() is available, so the 'new' object
                                 * should be allocated in the global area.
                                 * The easiest way is to do that is to
@@ -548,7 +548,7 @@ static void __init p1022_ds_setup_arch(void)
                                 */
                                pr_info("p1022ds: disabling %s node",
                                        np2->full_name);
-                               prom_update_property(np2, &nor_status);
+                               of_update_property(np2, &nor_status);
                                of_node_put(np2);
                        }
 
@@ -564,7 +564,7 @@ static void __init p1022_ds_setup_arch(void)
 
                                pr_info("p1022ds: disabling %s node",
                                        np2->full_name);
-                               prom_update_property(np2, &nand_status);
+                               of_update_property(np2, &nand_status);
                                of_node_put(np2);
                        }
 
index 56d26bc4fd413d1a727e57b463da8c0816e1d117..09787139834ddd8bd01fbce0448ca34297a1cd5c 100644 (file)
@@ -280,13 +280,13 @@ static void os_area_set_property(struct device_node *node,
 
        if (tmp) {
                pr_debug("%s:%d found %s\n", __func__, __LINE__, prop->name);
-               prom_remove_property(node, tmp);
+               of_remove_property(node, tmp);
        }
 
-       result = prom_add_property(node, prop);
+       result = of_add_property(node, prop);
 
        if (result)
-               pr_debug("%s:%d prom_set_property failed\n", __func__,
+               pr_debug("%s:%d of_set_property failed\n", __func__,
                        __LINE__);
 }
 
index da5594c441e428ab055cbb3ef5bb900d8ae0414f..e2685badb5db1761c9621a486049361608f0742a 100644 (file)
@@ -760,7 +760,7 @@ static void remove_ddw(struct device_node *np)
        __remove_ddw(np, ddw_avail, liobn);
 
 delprop:
-       ret = prom_remove_property(np, win64);
+       ret = of_remove_property(np, win64);
        if (ret)
                pr_warning("%s: failed to remove direct window property: %d\n",
                        np->full_name, ret);
@@ -1070,7 +1070,7 @@ static u64 enable_ddw(struct pci_dev *dev, struct device_node *pdn)
                goto out_free_window;
        }
 
-       ret = prom_add_property(pdn, win64);
+       ret = of_add_property(pdn, win64);
        if (ret) {
                dev_err(&dev->dev, "unable to add dma window property for %s: %d",
                         pdn->full_name, ret);
index dd30b12edfe4c5d8166c6cf1ca67a1aaddca1711..6573808cc5f35c227216bdf2a853beb9b1b40a57 100644 (file)
@@ -116,7 +116,7 @@ static int update_dt_property(struct device_node *dn, struct property **prop,
        }
 
        if (!more) {
-               prom_update_property(dn, new_prop);
+               of_update_property(dn, new_prop);
                new_prop = NULL;
        }
 
@@ -172,7 +172,7 @@ static int update_dt_node(u32 phandle)
 
                        case 0x80000000:
                                prop = of_find_property(dn, prop_name, NULL);
-                               prom_remove_property(dn, prop);
+                               of_remove_property(dn, prop);
                                prop = NULL;
                                break;
 
index 720a0cc2e69f81398041edbf580f504429465f69..30b358dc2bebdac232ced9966daadf7b969fd1c6 100644 (file)
@@ -326,7 +326,7 @@ static int do_add_property(char *buf, size_t bufsize)
        if (!prop)
                return -ENOMEM;
 
-       prom_add_property(np, prop);
+       of_add_property(np, prop);
 
        return 0;
 }
@@ -350,7 +350,7 @@ static int do_remove_property(char *buf, size_t bufsize)
 
        prop = of_find_property(np, buf, NULL);
 
-       return prom_remove_property(np, prop);
+       return of_remove_property(np, prop);
 }
 
 static int do_update_property(char *buf, size_t bufsize)
@@ -380,7 +380,7 @@ static int do_update_property(char *buf, size_t bufsize)
        if (!strcmp(name, "slb-size") || !strcmp(name, "ibm,slb-size"))
                slb_set_size(*(int *)value);
 
-       return prom_update_property(np, newprop);
+       return of_update_property(np, newprop);
 }
 
 /**
index 7d5a6b40b31cf973a99e7f7232ab52bcd0bddf90..5b939509db3bf36bae876194669640b28ebb0428 100644 (file)
@@ -997,7 +997,7 @@ static struct smu_sdbp_header *smu_create_sdb_partition(int id)
                       "%02x !\n", id, hdr->id);
                goto failure;
        }
-       if (prom_add_property(smu->of_node, prop)) {
+       if (of_add_property(smu->of_node, prop)) {
                printk(KERN_DEBUG "SMU: Failed creating sdb-partition-%02x "
                       "property !\n", id);
                goto failure;
index 87b63850e8dcc2984724ffbc4f1c74cb8eec5147..02d94c4ea83c08b5b2e21daa330e615b530c907b 100644 (file)
@@ -1047,9 +1047,9 @@ static int of_property_notify(int action, struct device_node *np,
 #endif
 
 /**
- * prom_add_property - Add a property to a node
+ * of_add_property - Add a property to a node
  */
-int prom_add_property(struct device_node *np, struct property *prop)
+int of_add_property(struct device_node *np, struct property *prop)
 {
        struct property **next;
        unsigned long flags;
@@ -1083,14 +1083,14 @@ int prom_add_property(struct device_node *np, struct property *prop)
 }
 
 /**
- * prom_remove_property - Remove a property from a node.
+ * of_remove_property - Remove a property from a node.
  *
  * Note that we don't actually remove it, since we have given out
  * who-knows-how-many pointers to the data using get-property.
  * Instead we just move the property to the "dead properties"
  * list, so it won't be found any more.
  */
-int prom_remove_property(struct device_node *np, struct property *prop)
+int of_remove_property(struct device_node *np, struct property *prop)
 {
        struct property **next;
        unsigned long flags;
@@ -1129,7 +1129,7 @@ int prom_remove_property(struct device_node *np, struct property *prop)
 }
 
 /*
- * prom_update_property - Update a property in a node, if the property does
+ * of_update_property - Update a property in a node, if the property does
  * not exist, add it.
  *
  * Note that we don't actually remove it, since we have given out
@@ -1137,8 +1137,7 @@ int prom_remove_property(struct device_node *np, struct property *prop)
  * Instead we just move the property to the "dead properties" list,
  * and add the new property to the property list
  */
-int prom_update_property(struct device_node *np,
-                        struct property *newprop)
+int of_update_property(struct device_node *np, struct property *newprop)
 {
        struct property **next, *oldprop;
        unsigned long flags;
@@ -1153,7 +1152,7 @@ int prom_update_property(struct device_node *np,
 
        oldprop = of_find_property(np, newprop->name, NULL);
        if (!oldprop)
-               return prom_add_property(np, newprop);
+               return of_add_property(np, newprop);
 
        write_lock_irqsave(&devtree_lock, flags);
        next = &np->properties;
index fb5d87b66e3ef78d238d89d08e7eef347f69743b..a093b2fe5dfb1a6bb1552c3683802626f961f164 100644 (file)
@@ -268,10 +268,9 @@ extern int of_alias_get_id(struct device_node *np, const char *stem);
 
 extern int of_machine_is_compatible(const char *compat);
 
-extern int prom_add_property(struct device_node* np, struct property* prop);
-extern int prom_remove_property(struct device_node *np, struct property *prop);
-extern int prom_update_property(struct device_node *np,
-                               struct property *newprop);
+extern int of_add_property(struct device_node *np, struct property *prop);
+extern int of_remove_property(struct device_node *np, struct property *prop);
+extern int of_update_property(struct device_node *np, struct property *newprop);
 
 /* For updating the device tree at runtime */
 #define OF_RECONFIG_ATTACH_NODE                0x0001