All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] usb: musb: ux500: pathe the way for Device Tree enablement
@ 2013-04-23 15:03 ` Lee Jones
  0 siblings, 0 replies; 78+ messages in thread
From: Lee Jones @ 2013-04-23 15:03 UTC (permalink / raw)
  To: linux-arm-kernel

In this patch-set we firstly ease the burden on data being passed from
platform data, then start to build up support to finally enable Device
Tree.

 Documentation/devicetree/bindings/usb/ux500-usb.txt |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/dbx5x0.dtsi                       |   31 ++++++++++++++++++++++++++++++-
 arch/arm/mach-ux500/cpu-db8500.c                    |   17 ++---------------
 arch/arm/mach-ux500/usb.c                           |   25 ++++++-------------------
 drivers/usb/musb/ux500.c                            |   61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 drivers/usb/musb/ux500_dma.c                        |   59 +++++++++++++++++++++++++++++++++--------------------------
 include/linux/platform_data/usb-musb-ux500.h        |    5 +----
 7 files changed, 181 insertions(+), 66 deletions(-)

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

end of thread, other threads:[~2013-05-02 10:52 UTC | newest]

Thread overview: 78+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-23 15:03 [PATCH 00/10] usb: musb: ux500: pathe the way for Device Tree enablement Lee Jones
2013-04-23 15:03 ` Lee Jones
2013-04-23 15:03 ` [PATCH 01/10] usb: musb: ux500: move channel number knowledge into the driver Lee Jones
2013-04-23 15:03   ` Lee Jones
2013-04-25 13:01   ` Linus Walleij
2013-04-25 13:01     ` Linus Walleij
2013-04-23 15:03 ` [PATCH 02/10] usb: musb: ux500: move the MUSB HDRC configuration " Lee Jones
2013-04-23 15:03   ` Lee Jones
2013-04-25 13:02   ` Linus Walleij
2013-04-25 13:02     ` Linus Walleij
2013-04-23 15:03 ` [PATCH 03/10] usb: musb: ux500: take the dma_mask from coherent_dma_mask Lee Jones
2013-04-23 15:03   ` Lee Jones
2013-04-25 13:04   ` Linus Walleij
2013-04-25 13:04     ` Linus Walleij
2013-04-23 15:03 ` [PATCH 04/10] usb: musb: ux500: harden checks for platform data Lee Jones
2013-04-23 15:03   ` Lee Jones
2013-04-23 20:03   ` Sergei Shtylyov
2013-04-23 20:03     ` Sergei Shtylyov
2013-04-24  6:53     ` Lee Jones
2013-04-24  6:53       ` Lee Jones
2013-04-24 14:00       ` Sergei Shtylyov
2013-04-24 14:00         ` Sergei Shtylyov
2013-04-24 14:26         ` Felipe Balbi
2013-04-24 14:26           ` Felipe Balbi
     [not found]           ` <CAF2Aj3ga7R3Vti4YB-83T_AsanB3iL34aysAN3MiMWZBvB=z2Q@mail.gmail.com>
2013-04-24 14:56             ` Arnd Bergmann
2013-04-24 14:56               ` Arnd Bergmann
2013-04-24 15:04   ` [PATCH 04/10 v2] " Lee Jones
2013-04-24 15:04     ` Lee Jones
2013-04-25 13:06     ` Linus Walleij
2013-04-25 13:06       ` Linus Walleij
2013-04-23 15:03 ` [PATCH 05/10] usb: musb: ux500: attempt to find channels by name before using pdata Lee Jones
2013-04-23 15:03   ` Lee Jones
2013-04-24 15:05   ` [PATCH 05/10 v2] " Lee Jones
2013-04-24 15:05     ` Lee Jones
2013-04-25 13:08     ` Linus Walleij
2013-04-25 13:08       ` Linus Walleij
2013-04-23 15:03 ` [PATCH 06/10] usb: musb: ux500: add device tree probing support Lee Jones
2013-04-23 15:03   ` Lee Jones
2013-04-23 15:14   ` Arnd Bergmann
2013-04-23 15:14     ` Arnd Bergmann
2013-04-23 15:15     ` Felipe Balbi
2013-04-23 15:15       ` Felipe Balbi
2013-04-23 15:27       ` Arnd Bergmann
2013-04-23 15:27         ` Arnd Bergmann
2013-04-23 15:29         ` Felipe Balbi
2013-04-23 15:29           ` Felipe Balbi
2013-04-24  7:43   ` [PATCH 06/10 v2] " Lee Jones
2013-04-24  7:43     ` Lee Jones
2013-04-25 13:12     ` Linus Walleij
2013-04-25 13:12       ` Linus Walleij
2013-04-23 15:03 ` [PATCH 07/10] ARM: ux500: Add an auxdata entry for MUSB for clock-name look-up Lee Jones
2013-04-23 15:03   ` Lee Jones
2013-04-25 13:13   ` Linus Walleij
2013-04-25 13:13     ` Linus Walleij
2013-04-23 15:03 ` [PATCH 08/10] ARM: ux500: Populate the ux500-musb Device Tree entry Lee Jones
2013-04-23 15:03   ` Lee Jones
2013-04-24  7:41   ` [PATCH 08/10 v2] " Lee Jones
2013-04-24  7:41     ` Lee Jones
2013-04-25 13:14     ` Linus Walleij
2013-04-25 13:14       ` Linus Walleij
2013-04-23 15:03 ` [PATCH 09/10] ARM: ux500: Remove ux500-musb platform registation when booting with DT Lee Jones
2013-04-23 15:03   ` Lee Jones
2013-04-25 13:15   ` Linus Walleij
2013-04-25 13:15     ` Linus Walleij
2013-05-02 10:52   ` Lee Jones
2013-05-02 10:52     ` Lee Jones
2013-04-23 15:03 ` [PATCH 10/10] ARM: ux500: Remove empty function u8500_of_init_devices() Lee Jones
2013-04-23 15:03   ` Lee Jones
2013-04-25 13:16   ` Linus Walleij
2013-04-25 13:16     ` Linus Walleij
2013-05-02 10:52   ` Lee Jones
2013-05-02 10:52     ` Lee Jones
2013-04-23 15:16 ` [PATCH 00/10] usb: musb: ux500: pathe the way for Device Tree enablement Arnd Bergmann
2013-04-23 15:16   ` Arnd Bergmann
2013-04-26 13:49 ` Fabio Baltieri
2013-04-26 13:49   ` Fabio Baltieri
2013-04-26 15:19   ` Lee Jones
2013-04-26 15:19     ` Lee Jones

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.