This is a note to let you know that I've just added the patch titled usb: phy: Add ulpi IDs for SMSC USB3320 and TI TUSB1210 to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-phy-add-ulpi-ids-for-smsc-usb3320-and-ti-tusb1210.patch and it can be found in the queue-3.14 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From ead5178bf442dbae4008ee54bf4f66a1f6a317c9 Mon Sep 17 00:00:00 2001 From: Michal Simek <michal.simek@xxxxxxxxxx> Date: Tue, 11 Mar 2014 13:23:14 +0100 Subject: usb: phy: Add ulpi IDs for SMSC USB3320 and TI TUSB1210 From: Michal Simek <michal.simek@xxxxxxxxxx> commit ead5178bf442dbae4008ee54bf4f66a1f6a317c9 upstream. Add new ulpi IDs which are available on Xilinx Zynq boards. Signed-off-by: Michal Simek <michal.simek@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/usb/phy/phy-ulpi.c | 2 ++ 1 file changed, 2 insertions(+) --- a/drivers/usb/phy/phy-ulpi.c +++ b/drivers/usb/phy/phy-ulpi.c @@ -47,6 +47,8 @@ struct ulpi_info { static struct ulpi_info ulpi_ids[] = { ULPI_INFO(ULPI_ID(0x04cc, 0x1504), "NXP ISP1504"), ULPI_INFO(ULPI_ID(0x0424, 0x0006), "SMSC USB331x"), + ULPI_INFO(ULPI_ID(0x0424, 0x0007), "SMSC USB3320"), + ULPI_INFO(ULPI_ID(0x0451, 0x1507), "TI TUSB1210"), }; static int ulpi_set_otg_flags(struct usb_phy *phy) Patches currently in stable-queue which might be from michal.simek@xxxxxxxxxx are queue-3.14/usb-phy-add-ulpi-ids-for-smsc-usb3320-and-ti-tusb1210.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html