1. 11 Jun, 2013 2 commits
    • Sergei Shtylyov's avatar
      ARM: shmobile: Marzen: move USB EHCI, OHCI, and PHY devices to R8A7779 code · 2c8788bf
      Sergei Shtylyov authored
      USB EHCI, OHCI, and common PHY are the SoC devices but are wrongly defined and
      registered in the Marzen board file.  Move the data and code to their proper
      place in setup-r8a7779.c; while at it, we have to rename r8a7779_late_devices[]
      to r8a7779_standard_devices[] -- this seems legitimate since they are registered
      from r8a7779_add_standard_devices() anyway.
      
      Note that I'm deliberately changing the USB PHY platform device's 'id' field
      from (previously just omitted) 0 to -1 as the device is a single of its kind.
      
      Note also that the board and SoC code have to be in one patch to keep the code
      bisectable...
      
      The patch has been tested on the Marzen board.
      Signed-off-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
      Acked-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      [horms+renesas@verge.net.au: manually applied]
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      2c8788bf
    • Simon Horman's avatar
      Merge branches 'heads/pinmux' and 'heads/soc' into phy-rcar-usb-base · ae8b378f
      Simon Horman authored
      This branch acts as a base for adding USB support to
      r8A7778/BOCK-W and r8A7779/Marzen.
      
      It includes the soc branch to provide dependencies in
      the r8A7778 clock code.
      
      It includes pinmux to provide pinmux initialisation for Bock-W
      which is a dependency.
      
      Conflicts:
      	arch/arm/mach-shmobile/Kconfig
      	arch/arm/mach-shmobile/include/mach/r8a7778.h
      	arch/arm/mach-shmobile/setup-r8a7778.c
      ae8b378f
  2. 07 Jun, 2013 24 commits
  3. 06 Jun, 2013 3 commits
  4. 05 Jun, 2013 11 commits