[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] [RFC 06/11] fwnode xen spacific changes
Hi Julien,
On 01/19/2018 12:21 AM, Julien Grall
wrote:
diff --git
a/xen/include/asm-arm/device.h b/xen/include/asm-arm/device.h
index 6734ae8efd..f78482ca0c 100644
--- a/xen/include/asm-arm/device.h
+++ b/xen/include/asm-arm/device.h
@@ -6,6 +6,8 @@
enum device_type
{
DEV_DT,
+ DEV_ACPI,
You don't use DEV_ACPI in this patch. So why is there?
+ DEV_PCI,
};
struct dev_archdata {
@@ -18,8 +20,13 @@ struct device
enum device_type type;
#ifdef CONFIG_HAS_DEVICE_TREE
struct dt_device_node *of_node; /* Used by drivers
imported from Linux */
As said on Sameer's patches, I was expecting a todo in the code
after the discussion about leave of_node here.
I think you are referring to
https://patchwork.kernel.org/patch/9963109/
Could you please add what TODO you wish to add ?
I could not find any discussion on of_node in the mail chain
-Regards
Manish
|
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|