[kernel] Linux v3.13-6058-g2d08cd0

Josh Boyer jwboyer at fedoraproject.org
Sat Jan 25 21:31:31 UTC 2014


commit b94e3495cf490e0edbf7bedfad543411eacb87a8
Author: Josh Boyer <jwboyer at fedoraproject.org>
Date:   Sat Jan 25 10:08:24 2014 -0500

    Linux v3.13-6058-g2d08cd0
    
    - Quiet incorrect usb phy error (rhbz 1057529)

 ...-make-sure-touch_max-is-set-for-touch-dev.patch |   56 ----
 ...-Quiet-unable-to-find-transceiver-message.patch |   34 ++
 ...-add-support-for-three-new-Intuos-devices.patch |  216 ------------
 ...om-add-reporting-of-SW_MUTE_DEVICE-events.patch |  155 ---------
 Input-ALPS-add-support-for-Dolphin-devices.patch   |  348 --------------------
 config-generic                                     |    4 +
 config-x86-generic                                 |    1 +
 ...operly-differentiate-between-clickpads-an.patch |  110 ------
 kernel.spec                                        |   34 +--
 sources                                            |    2 +-
 10 files changed, 51 insertions(+), 909 deletions(-)
---
diff --git a/0001-usb-phy-Quiet-unable-to-find-transceiver-message.patch b/0001-usb-phy-Quiet-unable-to-find-transceiver-message.patch
new file mode 100644
index 0000000..431ad19
--- /dev/null
+++ b/0001-usb-phy-Quiet-unable-to-find-transceiver-message.patch
@@ -0,0 +1,34 @@
+From 80f13c7cb8c2b83b6b38a953ad69b91cab9dc614 Mon Sep 17 00:00:00 2001
+From: Josh Boyer <jwboyer at fedoraproject.org>
+Date: Sat, 25 Jan 2014 10:00:41 -0500
+Subject: [PATCH] usb: phy: Quiet unable to find transceiver message
+
+commit 1ae5799ef6317 ("usb: hcd: Initialize USB phy if needed") allows
+the USB layer to initialize external PHYs if needed.  However, a PHY is
+not needed in all cases.  The usb_get_phy_device function will print
+an error message, "unable to find transceiver" but everything still
+functions normally.
+
+Drop the severity of this message to pr_debug.
+
+Signed-off-by: Josh Boyer <jwboyer at fedoraproject.org>
+---
+ drivers/usb/phy/phy.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/usb/phy/phy.c b/drivers/usb/phy/phy.c
+index e6f61e4..c7fe880 100644
+--- a/drivers/usb/phy/phy.c
++++ b/drivers/usb/phy/phy.c
+@@ -228,7 +228,7 @@ struct usb_phy *usb_get_phy_dev(struct device *dev, u8 index)
+ 
+ 	phy = __usb_find_phy_dev(dev, &phy_bind_list, index);
+ 	if (IS_ERR(phy) || !try_module_get(phy->dev->driver->owner)) {
+-		pr_err("unable to find transceiver\n");
++		pr_debug("unable to find transceiver\n");
+ 		goto err0;
+ 	}
+ 
+-- 
+1.8.5.3
+
diff --git a/config-generic b/config-generic
index 239ea05..479bfda 100644
--- a/config-generic
+++ b/config-generic
@@ -182,6 +182,7 @@ CONFIG_INFINIBAND_NES=m
 CONFIG_INFINIBAND_QIB=m
 CONFIG_INFINIBAND_QIB_DCA=y
 # CONFIG_INFINIBAND_OCRDMA is not set
+# CONFIG_INFINIBAND_USNIC is not set
 
 #
 # Executable file formats
@@ -3200,6 +3201,7 @@ CONFIG_FB_EFI=y
 # CONFIG_FB_BROADSHEET is not set
 # CONFIG_FB_UDL is not set
 # CONFIG_FB_GOLDFISH is not set
+# CONFIG_FB_OPENCORES is not set
 
 # CONFIG_FIRMWARE_EDID is not set
 
@@ -4511,6 +4513,7 @@ CONFIG_THERMAL_GOV_FAIR_SHARE=y
 # CONFIG_THERMAL_GOV_USER_SPACE is not set
 CONFIG_THERMAL_GOV_STEP_WISE=y
 # CONFIG_THERMAL_EMULATION is not set
+# CONFIG_THERMAL_OF is not set
 # CONFIG_CPU_THERMAL is not set
 
 CONFIG_INOTIFY=y
@@ -4772,6 +4775,7 @@ CONFIG_NOZOMI=m
 CONFIG_INPUT_APANEL=m
 CONFIG_INPUT_GP2A=m
 # CONFIG_INPUT_GPIO_TILT_POLLED is not set
+# CONFIG_INPUT_GPIO_BEEPER is not set
 
 # CONFIG_INTEL_MENLOW is not set
 CONFIG_ENCLOSURE_SERVICES=m
diff --git a/config-x86-generic b/config-x86-generic
index 53d463d..3a4fd99 100644
--- a/config-x86-generic
+++ b/config-x86-generic
@@ -450,6 +450,7 @@ CONFIG_PINCTRL_BAYTRAIL=y
 
 # CONFIG_INTEL_POWERCLAMP is not set
 CONFIG_X86_PKG_TEMP_THERMAL=m
+CONFIG_ACPI_INT3403_THERMAL=m
 
 CONFIG_VMWARE_VMCI=m
 CONFIG_VMWARE_VMCI_VSOCKETS=m
diff --git a/kernel.spec b/kernel.spec
index 3003c39..c87f183 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -61,7 +61,7 @@ Summary: The Linux kernel
 # The rc snapshot level
 %define rcrev 0
 # The git snapshot level
-%define gitrev 8
+%define gitrev 9
 # Set rpm version accordingly
 %define rpmversion 3.%{upstream_sublevel}.0
 %endif
@@ -627,23 +627,15 @@ Patch25166: sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch
 Patch25167: rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-fails.patch
 Patch25168: rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-notification-fails.patch
 
-#rhbz 1030802
-Patch25171: elantech-Properly-differentiate-between-clickpads-an.patch
-
-#rhbz 1003167 1046238
-Patch25181: 0001-Input-wacom-make-sure-touch_max-is-set-for-touch-dev.patch
-Patch25182: 0002-Input-wacom-add-support-for-three-new-Intuos-devices.patch
-Patch25183: 0003-Input-wacom-add-reporting-of-SW_MUTE_DEVICE-events.patch
-
-#rhbz 953211
-Patch25184: Input-ALPS-add-support-for-Dolphin-devices.patch
-
 Patch25185: perf-plugin-dir.patch
 
 Patch25186: peterz-printk-timestamp-fix.patch
 
 Patch25187: revert-fsnotify-changes.patch
 
+#rhbz 1057529
+Patch25188: 0001-usb-phy-Quiet-unable-to-find-transceiver-message.patch
+
 # END OF PATCH DEFINITIONS
 
 %endif
@@ -1293,17 +1285,6 @@ ApplyPatch rpc_pipe-remove-the-clntXX-dir-if-creating-the-pipe-fails.patch
 ApplyPatch sunrpc-add-an-info-file-for-the-dummy-gssd-pipe.patch
 ApplyPatch rpc_pipe-fix-cleanup-of-dummy-gssd-directory-when-notification-fails.patch
 
-#rhbz 1030802
-ApplyPatch elantech-Properly-differentiate-between-clickpads-an.patch
-
-#rhbz 1003167 1046238
-ApplyPatch 0001-Input-wacom-make-sure-touch_max-is-set-for-touch-dev.patch
-ApplyPatch 0002-Input-wacom-add-support-for-three-new-Intuos-devices.patch
-ApplyPatch 0003-Input-wacom-add-reporting-of-SW_MUTE_DEVICE-events.patch
-
-#rhbz 953211
-ApplyPatch Input-ALPS-add-support-for-Dolphin-devices.patch
-
 ApplyPatch perf-plugin-dir.patch
 
 ApplyPatch peterz-printk-timestamp-fix.patch
@@ -1312,6 +1293,9 @@ ApplyPatch peterz-printk-timestamp-fix.patch
 # Revert them until they're worked out upstream
 ApplyPatch revert-fsnotify-changes.patch
 
+# rhbz 1057529
+ApplyPatch 0001-usb-phy-Quiet-unable-to-find-transceiver-message.patch
+
 # END OF PATCH APPLICATIONS
 
 %endif
@@ -2091,6 +2075,10 @@ fi
 #                                    ||----w |
 #                                    ||     ||
 %changelog
+* Sat Jan 25 2014 Josh Boyer <jwboyer at fedoraproject.org> - 3.14.0-0.rc0.git9.1
+- Linux v3.13-6058-g2d08cd0
+- Quiet incorrect usb phy error (rhbz 1057529)
+
 * Sat Jan 25 2014 Ville Skyttä <ville.skytta at iki.fi>
 - Own the /lib/modules dir.
 
diff --git a/sources b/sources
index a6cc6d3..72289d5 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
 0ecbaf65c00374eb4a826c2f9f37606f  linux-3.13.tar.xz
 732d1952898b28d5ccc264cad77b0619  perf-man-3.13.tar.gz
-14d8805fe0e54d5d7b7d1c4b20c20f16  patch-3.13-git8.xz
+c501aeaa0ddabd55b087c8f8d7fb954a  patch-3.13-git9.xz


More information about the scm-commits mailing list