linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] remove the clock name from pdata
@ 2013-03-18  7:55 Chao Xie
  2013-03-18  7:55 ` [PATCH 1/6] usb: gadget: mv_udc_core: remove unused clock Chao Xie
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Chao Xie @ 2013-03-18  7:55 UTC (permalink / raw)
  To: linux-arm-kernel

The clock is defined by device, so the driver knows how many
clocks needed by the device.
The orignal way that passing the clock name by pdata is not correct.
The following patches fix it.

Chao Xie (6):
  usb: gadget: mv_udc_core: remove unused clock
  usb: otg: mv_otg: remove unused clock
  usb: ehci: mv_ehci: remove unused clock
  arm: mmp: remove clock from usb pdata for aspenite
  arm: mmp: remove clock name from usb pdata for ttc
  usb: mv_usb: remove clock name from pdata

 arch/arm/mach-mmp/aspenite.c         |    6 -----
 arch/arm/mach-mmp/ttc_dkb.c          |    6 -----
 drivers/usb/gadget/mv_udc.h          |    3 +-
 drivers/usb/gadget/mv_udc_core.c     |   27 ++++++-------------------
 drivers/usb/host/ehci-mv.c           |   35 +++++++++------------------------
 drivers/usb/otg/mv_otg.c             |   28 ++++++--------------------
 drivers/usb/otg/mv_otg.h             |    3 +-
 include/linux/platform_data/mv_usb.h |    2 -
 8 files changed, 26 insertions(+), 84 deletions(-)

-- 
1.7.4.1

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

end of thread, other threads:[~2013-03-21  9:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-18  7:55 [PATCH 0/6] remove the clock name from pdata Chao Xie
2013-03-18  7:55 ` [PATCH 1/6] usb: gadget: mv_udc_core: remove unused clock Chao Xie
2013-03-18  7:55 ` [PATCH 2/6] usb: otg: mv_otg: " Chao Xie
2013-03-20 13:09   ` Felipe Balbi
2013-03-21  9:16     ` Chao Xie
2013-03-21  9:17       ` Kishon Vijay Abraham I
2013-03-21  9:36       ` Felipe Balbi
2013-03-18  7:55 ` [PATCH 3/6] usb: ehci: mv_ehci: " Chao Xie
2013-03-18 10:38   ` Sergei Shtylyov
2013-03-18  7:55 ` [PATCH 4/6] arm: mmp: remove clock from usb pdata for aspenite Chao Xie
2013-03-18  7:55 ` [PATCH 5/6] arm: mmp: remove clock name from usb pdata for ttc Chao Xie
2013-03-18  7:55 ` [PATCH 6/6] usb: mv_usb: remove clock name from pdata Chao Xie

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).