linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] usb: chipidea: setup ci_hdrc_platform_data in core driver
@ 2014-10-30 11:36 Antoine Tenart
  2014-10-30 11:36 ` [PATCH 1/6] usb: chipidea: add a core function to setup ci_hdrc_platform_data Antoine Tenart
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Antoine Tenart @ 2014-10-30 11:36 UTC (permalink / raw)
  To: Peter.Chen
  Cc: Antoine Tenart, alexandre.belloni, thomas.petazzoni, zmxu,
	jszhang, linux-usb, linux-kernel

Hello,

This series introduce the ci_hdrc_get_platdata function to help setting up the
ChipIdea internal ci_hdrc_platform_data structure. This helps avoiding
duplicating code.

This series comes from a duscission on Berlin's USB pacthes where it was asked
to move the PHY phandle handling in the ChipIdea core[1].

With the introduction of the ci_hdrc_get_platdata function, the old
ci_get_platdata function is removed. Changes in ChipIdea drivers have also been
made.

This series is needed for the Berlin USB support and has been tested with an
updated version of the USB Berlin driver (not in mainline yet).

Thanks,

Antoine

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-October/292383.html

Antoine Tenart (6):
  usb: chipidea: add a core function to setup ci_hdrc_platform_data
  usb: chipidea: use ci_hdrc_get_platdata in ci_hdrc_imx
  usb: chipidea: use ci_hdrc_get_platdata in ci_hdrc_msm
  usb: chipidea: use ci_hdrc_get_platdata in ci_hdrc_pci
  usb: chipidea: use ci_hdrc_get_platdata in ci_hdrc_zevio
  usb: chipidea: remove obsolete ci_get_platdata function

 drivers/usb/chipidea/ci_hdrc_imx.c   |  14 ++--
 drivers/usb/chipidea/ci_hdrc_msm.c   |  10 ++-
 drivers/usb/chipidea/ci_hdrc_pci.c   |  12 ++-
 drivers/usb/chipidea/ci_hdrc_zevio.c |   8 +-
 drivers/usb/chipidea/core.c          | 146 ++++++++++++++++++++++++++++-------
 include/linux/usb/chipidea.h         |   2 +
 6 files changed, 150 insertions(+), 42 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2014-11-17  6:37 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-30 11:36 [PATCH 1/6] usb: chipidea: setup ci_hdrc_platform_data in core driver Antoine Tenart
2014-10-30 11:36 ` [PATCH 1/6] usb: chipidea: add a core function to setup ci_hdrc_platform_data Antoine Tenart
2014-11-14  1:16   ` Peter Chen
2014-11-14 15:34     ` Antoine Tenart
2014-11-17  5:30       ` Peter Chen
2014-10-30 11:36 ` [PATCH 2/6] usb: chipidea: use ci_hdrc_get_platdata in ci_hdrc_imx Antoine Tenart
2014-10-30 11:36 ` [PATCH 3/6] usb: chipidea: use ci_hdrc_get_platdata in ci_hdrc_msm Antoine Tenart
2014-10-30 11:36 ` [PATCH 4/6] usb: chipidea: use ci_hdrc_get_platdata in ci_hdrc_pci Antoine Tenart
2014-10-30 11:36 ` [PATCH 5/6] usb: chipidea: use ci_hdrc_get_platdata in ci_hdrc_zevio Antoine Tenart
2014-10-30 11:36 ` [PATCH 6/6] usb: chipidea: remove obsolete ci_get_platdata function Antoine Tenart
2014-10-30 11:43 ` [PATCH 1/6] usb: chipidea: setup ci_hdrc_platform_data in core driver Antoine Tenart
2014-11-06  8:37   ` Antoine Tenart
2014-11-06 10:02     ` Peter Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).