diff for duplicates of <20180112155107.39b9d765@vento.lan> diff --git a/a/1.txt b/N1/1.txt index 52dcafc..d47d826 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -35,6 +35,21 @@ Arnd Bergmann <arnd@arndb.de> escreveu: I suspect you meant to do, instead: +diff --git a/drivers/phy/phy-core.c b/drivers/phy/phy-core.c +index b4964b067aec..584cc1469f7d 100644 +--- a/drivers/phy/phy-core.c ++++ b/drivers/phy/phy-core.c +@@ -410,6 +410,10 @@ static struct phy *_of_phy_get(struct device_node *np, int index) + if (ret) + return ERR_PTR(-ENODEV); + ++ /* This phy type handled by the usb-phy subsystem for now */ ++ if (of_device_is_compatible(args.np, "usb-nop-xceiv")) ++ return ERR_PTR(-ENODEV); ++ + mutex_lock(&phy_provider_mutex); + phy_provider = of_phy_provider_lookup(args.np); + if (IS_ERR(phy_provider) || !try_module_get(phy_provider->owner)) { (e. g. args.np, instead of np). @@ -57,23 +72,3 @@ Tested-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Regards, Mauro ---- -To unsubscribe from this list: send the line "unsubscribe linux-usb" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html - -diff --git a/drivers/phy/phy-core.c b/drivers/phy/phy-core.c -index b4964b067aec..584cc1469f7d 100644 ---- a/drivers/phy/phy-core.c -+++ b/drivers/phy/phy-core.c -@@ -410,6 +410,10 @@ static struct phy *_of_phy_get(struct device_node *np, int index) - if (ret) - return ERR_PTR(-ENODEV); - -+ /* This phy type handled by the usb-phy subsystem for now */ -+ if (of_device_is_compatible(args.np, "usb-nop-xceiv")) -+ return ERR_PTR(-ENODEV); -+ - mutex_lock(&phy_provider_mutex); - phy_provider = of_phy_provider_lookup(args.np); - if (IS_ERR(phy_provider) || !try_module_get(phy_provider->owner)) { diff --git a/a/content_digest b/N1/content_digest index b2b56e5..9a3a512 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,18 +1,13 @@ - "From\0Mauro Carvalho Chehab <mchehab@s-opensource.com>\0" - "Subject\0usb: dwc2: Fix endless deferral probe\0" + "ref\01515526134-2148-1-git-send-email-stefan.wahren@i2se.com\0" + "ref\0CAK8P3a3eggC=XWLxr-A+pdaXj-0kMZ4aoX3hRyg5tLUknoDeBA@mail.gmail.com\0" + "ref\07ef21b99-67c8-b246-cc9a-b7202264a7a0@i2se.com\0" + "ref\0CAK8P3a3GdHvBBPR3D_qO5+Zjr1CUBMLOAvjTiMQEMO1NtKjb3w@mail.gmail.com\0" + "ref\0277384ef-b30c-fb5a-5ffe-1efc15c500bb@i2se.com\0" + "ref\0CAK8P3a3yZKnBM9gD-0YiHdMuHXUV=11vxGgFsZvQSkbM=B5Mxw@mail.gmail.com\0" + "From\0mchehab@s-opensource.com (Mauro Carvalho Chehab)\0" + "Subject\0[PATCH] usb: dwc2: Fix endless deferral probe\0" "Date\0Fri, 12 Jan 2018 15:51:07 -0200\0" - "To\0Arnd Bergmann <arnd@arndb.de>\0" - "Cc\0Stefan Wahren <stefan.wahren@i2se.com>" - Felipe Balbi <balbi@kernel.org> - Florian Fainelli <f.fainelli@gmail.com> - John Youn <johnyoun@synopsys.com> - Greg Kroah-Hartman <gregkh@linuxfoundation.org> - linux-usb@vger.kernel.org - Minas Harutyunyan <minas.harutyunyan@synopsys.com> - Kishon Vijay Abraham I <kishon@ti.com> - Eric Anholt <eric@anholt.net> - Linux ARM <linux-arm-kernel@lists.infradead.org> - " Hans Verkuil <hans.verkuil@cisco.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Em Fri, 12 Jan 2018 10:18:59 +0100\n" @@ -52,6 +47,21 @@ "I suspect you meant to do, instead:\n" "\n" "\n" + "diff --git a/drivers/phy/phy-core.c b/drivers/phy/phy-core.c\n" + "index b4964b067aec..584cc1469f7d 100644\n" + "--- a/drivers/phy/phy-core.c\n" + "+++ b/drivers/phy/phy-core.c\n" + "@@ -410,6 +410,10 @@ static struct phy *_of_phy_get(struct device_node *np, int index)\n" + " \tif (ret)\n" + " \t\treturn ERR_PTR(-ENODEV);\n" + " \n" + "+ /* This phy type handled by the usb-phy subsystem for now */\n" + "+ if (of_device_is_compatible(args.np, \"usb-nop-xceiv\"))\n" + "+\t\treturn ERR_PTR(-ENODEV);\n" + "+\n" + " \tmutex_lock(&phy_provider_mutex);\n" + " \tphy_provider = of_phy_provider_lookup(args.np);\n" + " \tif (IS_ERR(phy_provider) || !try_module_get(phy_provider->owner)) {\n" "\n" "\n" "(e. g. args.np, instead of np).\n" @@ -73,26 +83,6 @@ "Tested-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>\n" "\n" "Regards,\n" - "Mauro\n" - "---\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-usb\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - "More majordomo info at http://vger.kernel.org/majordomo-info.html\n" - "\n" - "diff --git a/drivers/phy/phy-core.c b/drivers/phy/phy-core.c\n" - "index b4964b067aec..584cc1469f7d 100644\n" - "--- a/drivers/phy/phy-core.c\n" - "+++ b/drivers/phy/phy-core.c\n" - "@@ -410,6 +410,10 @@ static struct phy *_of_phy_get(struct device_node *np, int index)\n" - " \tif (ret)\n" - " \t\treturn ERR_PTR(-ENODEV);\n" - " \n" - "+ /* This phy type handled by the usb-phy subsystem for now */\n" - "+ if (of_device_is_compatible(args.np, \"usb-nop-xceiv\"))\n" - "+\t\treturn ERR_PTR(-ENODEV);\n" - "+\n" - " \tmutex_lock(&phy_provider_mutex);\n" - " \tphy_provider = of_phy_provider_lookup(args.np);\n" - " \tif (IS_ERR(phy_provider) || !try_module_get(phy_provider->owner)) {" + Mauro -60d19ba7b508d41244206b5475e36f9c7b0acbc668c6e9122a5dc6fffcc5f7b2 +22a2863c2c23f8d5f95f55106bc8a006caa789d84dd3bbe3a04e534eef1c654a
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.