All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] chipidea fixes and features
@ 2012-11-14 16:19 ` Michael Grzeschik
  0 siblings, 0 replies; 98+ messages in thread
From: Michael Grzeschik @ 2012-11-14 16:19 UTC (permalink / raw)
  To: linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: alexander.shishkin-VuQAYsv1563Yd54FQh9/CA,
	mkl-bIcnvbaLZ9MEGnE8C9+IrQ,
	gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r,
	fabio.estevam-KZfg59tc24xl57MIdRCFDg,
	kernel-bIcnvbaLZ9MEGnE8C9+IrQ,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ

Marc Kleine-Budde (2):
  usb: chipidea: pci: mark platformdata as static and __devinitdata
  usb: chipidea: ci13xxx-imx: add "dr_mode" property to device tree bindings

Michael Grzeschik (7):
  usb: chipidea: ci13xxx_imx: add 2nd and 3rd clock to support imx5x and newer
  usb: chipidea: ci13xxx-imx: create dynamic platformdata
  usb: add phy connection by phy-mode
  usb: chipidea: add PTW and PTS handling
  usb: chipidea: udc: add force-full-speed option
  usb: chipidea: udc: remove unlocked ep_queue which can lead to an race
  usb: chipidea: udc: configure iso endpoints

 .../devicetree/bindings/usb/ci13xxx-imx.txt        |    4 +
 arch/arm/boot/dts/imx28.dtsi                       |    2 +
 drivers/of/Kconfig                                 |    4 +
 drivers/of/Makefile                                |    1 +
 drivers/of/of_usbphy.c                             |   49 ++++++++
 drivers/usb/chipidea/bits.h                        |    4 +
 drivers/usb/chipidea/ci.h                          |    2 +
 drivers/usb/chipidea/ci13xxx_imx.c                 |   84 ++++++++++---
 drivers/usb/chipidea/ci13xxx_pci.c                 |    6 +-
 drivers/usb/chipidea/core.c                        |   91 +++++++++++++-
 drivers/usb/chipidea/host.c                        |    4 +
 drivers/usb/chipidea/udc.c                         |  127 ++++++++++++--------
 include/linux/of_usbphy.h                          |   15 +++
 include/linux/usb/chipidea.h                       |   17 +++
 include/linux/usb/phy.h                            |    8 ++
 15 files changed, 337 insertions(+), 81 deletions(-)
 create mode 100644 drivers/of/of_usbphy.c
 create mode 100644 include/linux/of_usbphy.h

-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 98+ messages in thread

end of thread, other threads:[~2012-11-29 12:54 UTC | newest]

Thread overview: 98+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-14 16:19 [PATCH 0/9] chipidea fixes and features Michael Grzeschik
2012-11-14 16:19 ` Michael Grzeschik
     [not found] ` <1352909950-32555-1-git-send-email-m.grzeschik-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-11-14 16:19   ` [PATCH 1/9] usb: chipidea: pci: mark platformdata as static and __devinitdata Michael Grzeschik
2012-11-14 16:19     ` Michael Grzeschik
     [not found]     ` <1352909950-32555-2-git-send-email-m.grzeschik-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-11-16 10:06       ` Alexander Shishkin
2012-11-16 10:06         ` Alexander Shishkin
     [not found]         ` <87haop7tfi.fsf-qxRn5AmX6ZD9BXuAQUXR0fooFf0ArEBIu+b9c/7xato@public.gmane.org>
2012-11-16 10:17           ` Marc Kleine-Budde
2012-11-16 10:17             ` Marc Kleine-Budde
     [not found]             ` <50A612CD.8040004-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-11-16 11:41               ` Alexander Shishkin
2012-11-16 11:41                 ` Alexander Shishkin
2012-11-16 12:02           ` Greg KH
2012-11-16 12:02             ` Greg KH
2012-11-14 16:19   ` [PATCH 2/9] usb: chipidea: ci13xxx_imx: add 2nd and 3rd clock to support imx5x and newer Michael Grzeschik
2012-11-14 16:19     ` Michael Grzeschik
     [not found]     ` <1352909950-32555-3-git-send-email-m.grzeschik-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-11-26  9:29       ` Peter Chen
2012-11-26  9:29         ` Peter Chen
2012-11-26 10:22         ` Sascha Hauer
2012-11-26 10:22           ` Sascha Hauer
     [not found]           ` <20121126102232.GG10369-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-11-27  6:50             ` Peter Chen
2012-11-27  6:50               ` Peter Chen
2012-11-27  7:34               ` Sascha Hauer
2012-11-27  7:34                 ` Sascha Hauer
2012-11-14 16:19   ` [PATCH 3/9] usb: chipidea: ci13xxx-imx: create dynamic platformdata Michael Grzeschik
2012-11-14 16:19     ` Michael Grzeschik
     [not found]     ` <1352909950-32555-4-git-send-email-m.grzeschik-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-11-16 10:14       ` Alexander Shishkin
2012-11-16 10:14         ` Alexander Shishkin
     [not found]         ` <87ehjt7t2k.fsf-qxRn5AmX6ZD9BXuAQUXR0fooFf0ArEBIu+b9c/7xato@public.gmane.org>
2012-11-16 10:19           ` Marc Kleine-Budde
2012-11-16 10:19             ` Marc Kleine-Budde
2012-11-16 12:06       ` Alexander Shishkin
2012-11-16 12:06         ` Alexander Shishkin
2012-11-14 16:19   ` [PATCH 4/9] usb: chipidea: ci13xxx-imx: add "dr_mode" property to device tree bindings Michael Grzeschik
2012-11-14 16:19     ` Michael Grzeschik
     [not found]     ` <1352909950-32555-5-git-send-email-m.grzeschik-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-11-16 11:53       ` Alexander Shishkin
2012-11-16 11:53         ` Alexander Shishkin
     [not found]         ` <878va17oii.fsf-qxRn5AmX6ZD9BXuAQUXR0fooFf0ArEBIu+b9c/7xato@public.gmane.org>
2012-11-16 11:55           ` Marc Kleine-Budde
2012-11-16 11:55             ` Marc Kleine-Budde
2012-11-26  9:46           ` Peter Chen
2012-11-26  9:46             ` Peter Chen
2012-11-29 12:54             ` Alexander Shishkin
2012-11-29 12:54               ` Alexander Shishkin
2012-11-14 16:19   ` [PATCH 5/9] usb: add phy connection by phy-mode Michael Grzeschik
2012-11-14 16:19     ` Michael Grzeschik
     [not found]     ` <1352909950-32555-6-git-send-email-m.grzeschik-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-11-16  9:25       ` Alexander Shishkin
2012-11-16  9:25         ` Alexander Shishkin
2012-11-16 11:28       ` Felipe Balbi
2012-11-16 11:28         ` Felipe Balbi
2012-11-16 11:31       ` Felipe Balbi
2012-11-16 11:31         ` Felipe Balbi
     [not found]         ` <20121116113149.GC17793-S8G//mZuvNWo5Im9Ml3/Zg@public.gmane.org>
2012-11-16 11:44           ` Marc Kleine-Budde
2012-11-16 11:44             ` Marc Kleine-Budde
     [not found]             ` <50A62713.5070407-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-11-16 13:41               ` Felipe Balbi
2012-11-16 13:41                 ` Felipe Balbi
     [not found]                 ` <20121116134116.GA18527-S8G//mZuvNWo5Im9Ml3/Zg@public.gmane.org>
2012-11-16 14:32                   ` Marc Kleine-Budde
2012-11-16 14:32                     ` Marc Kleine-Budde
2012-11-26  9:56       ` Peter Chen
2012-11-26  9:56         ` Peter Chen
2012-11-14 16:19   ` [PATCH 6/9] usb: chipidea: add PTW and PTS handling Michael Grzeschik
2012-11-14 16:19     ` Michael Grzeschik
     [not found]     ` <1352909950-32555-7-git-send-email-m.grzeschik-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-11-16 12:18       ` Alexander Shishkin
2012-11-16 12:18         ` Alexander Shishkin
2012-11-16 12:45       ` Alexander Shishkin
2012-11-16 12:45         ` Alexander Shishkin
     [not found]         ` <87zk2h67ik.fsf-qxRn5AmX6ZD9BXuAQUXR0fooFf0ArEBIu+b9c/7xato@public.gmane.org>
2012-11-16 13:16           ` Michael Grzeschik
2012-11-16 13:16             ` Michael Grzeschik
     [not found]             ` <20121116131628.GA21447-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-11-16 13:34               ` Alexander Shishkin
2012-11-16 13:34                 ` Alexander Shishkin
     [not found]                 ` <87lie1659c.fsf-qxRn5AmX6ZD9BXuAQUXR0fooFf0ArEBIu+b9c/7xato@public.gmane.org>
2012-11-16 13:57                   ` Michael Grzeschik
2012-11-16 13:57                     ` Michael Grzeschik
     [not found]                     ` <20121116135743.GB21447-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-11-16 14:06                       ` Alexander Shishkin
2012-11-16 14:06                         ` Alexander Shishkin
2012-11-16 14:46                         ` Matthieu CASTET
2012-11-16 14:46                           ` Matthieu CASTET
     [not found]                           ` <50A651E1.5030001-ITF29qwbsa/QT0dZR+AlfA@public.gmane.org>
2012-11-16 15:39                             ` Alexander Shishkin
2012-11-16 15:39                               ` Alexander Shishkin
     [not found]                               ` <87fw495zgh.fsf-qxRn5AmX6ZD9BXuAQUXR0fooFf0ArEBIu+b9c/7xato@public.gmane.org>
2012-11-21 15:57                                 ` Michael Grzeschik
2012-11-21 15:57                                   ` Michael Grzeschik
     [not found]                                   ` <20121121155723.GA16409-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-11-21 16:06                                     ` Matthieu CASTET
2012-11-21 16:06                                       ` Matthieu CASTET
2012-11-27  1:12       ` Peter Chen
2012-11-27  1:12         ` Peter Chen
2012-11-27  9:54         ` Michael Grzeschik
2012-11-27  9:54           ` Michael Grzeschik
     [not found]           ` <20121127095432.GC31008-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-11-28  1:26             ` Peter Chen
2012-11-28  1:26               ` Peter Chen
2012-11-14 16:19   ` [PATCH 7/9] usb: chipidea: udc: add force-full-speed option Michael Grzeschik
2012-11-14 16:19     ` Michael Grzeschik
     [not found]     ` <1352909950-32555-8-git-send-email-m.grzeschik-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-11-16 12:51       ` Alexander Shishkin
2012-11-16 12:51         ` Alexander Shishkin
     [not found]         ` <87wqxl679k.fsf-qxRn5AmX6ZD9BXuAQUXR0fooFf0ArEBIu+b9c/7xato@public.gmane.org>
2012-11-16 14:53           ` Matthieu CASTET
2012-11-16 14:53             ` Matthieu CASTET
2012-11-14 16:19   ` [PATCH 8/9] usb: chipidea: udc: remove unlocked ep_queue which can lead to an race Michael Grzeschik
2012-11-14 16:19     ` Michael Grzeschik
     [not found]     ` <1352909950-32555-9-git-send-email-m.grzeschik-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-11-16 12:55       ` Alexander Shishkin
2012-11-16 12:55         ` Alexander Shishkin
2012-11-14 16:19   ` [PATCH 9/9] usb: chipidea: udc: configure iso endpoints Michael Grzeschik
2012-11-14 16:19     ` Michael Grzeschik
     [not found]     ` <1352909950-32555-10-git-send-email-m.grzeschik-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-11-14 18:04       ` Sergei Shtylyov
2012-11-14 18:04         ` Sergei Shtylyov

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.