All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ARM: shmobile: lager: USBHS callback elimination
@ 2014-07-10  7:53 ` Ulrich Hecht
  0 siblings, 0 replies; 20+ messages in thread
From: Ulrich Hecht @ 2014-07-10  7:53 UTC (permalink / raw)
  To: linux-arm-kernel

Changes in v2:
- move phy handle to struct usbhs_priv
- add new default pipe type to driver
- remove pipe type from Lager board code

Ulrich Hecht (2):
  usb: renesas_usbhs: add R-Car Gen. 2 init and power control
  ARM: shmobile: lager: remove USBHS callbacks

 arch/arm/mach-shmobile/board-lager.c | 126 ++++-------------------------------
 drivers/usb/renesas_usbhs/Makefile   |   2 +-
 drivers/usb/renesas_usbhs/common.c   |  66 ++++++++++++++++--
 drivers/usb/renesas_usbhs/common.h   |   2 +
 drivers/usb/renesas_usbhs/rcar2.c    |  76 +++++++++++++++++++++
 drivers/usb/renesas_usbhs/rcar2.h    |   4 ++
 include/linux/usb/renesas_usbhs.h    |   6 ++
 7 files changed, 163 insertions(+), 119 deletions(-)
 create mode 100644 drivers/usb/renesas_usbhs/rcar2.c
 create mode 100644 drivers/usb/renesas_usbhs/rcar2.h

-- 
1.8.4.5


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

end of thread, other threads:[~2014-07-12 13:37 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-10  7:53 [PATCH v2 0/2] ARM: shmobile: lager: USBHS callback elimination Ulrich Hecht
2014-07-10  7:53 ` Ulrich Hecht
2014-07-10  7:53 ` [PATCH v2 1/2] usb: renesas_usbhs: add R-Car Gen. 2 init and power control Ulrich Hecht
2014-07-10  7:53   ` Ulrich Hecht
2014-07-10  7:54 ` [PATCH v2 2/2] ARM: shmobile: lager: remove USBHS callbacks Ulrich Hecht
2014-07-10  7:54   ` Ulrich Hecht
2014-07-10  8:20 ` [PATCH v2 0/2] ARM: shmobile: lager: USBHS callback elimination Kuninori Morimoto
2014-07-10  8:20   ` Kuninori Morimoto
2014-07-11  0:54 ` Yoshihiro Shimoda
2014-07-11  0:54   ` Yoshihiro Shimoda
2014-07-11  9:00 ` Simon Horman
2014-07-11  9:00   ` Simon Horman
2014-07-11 15:12   ` Felipe Balbi
2014-07-11 15:12     ` Felipe Balbi
2014-07-11 15:41     ` Simon Horman
2014-07-11 15:41       ` Simon Horman
2014-07-11 16:23       ` Felipe Balbi
2014-07-11 16:23         ` Felipe Balbi
2014-07-12 13:37         ` Simon Horman
2014-07-12 13:37           ` Simon Horman

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.