An error occurred fetching the project authors.
  1. 08 Nov, 2012 3 commits
  2. 30 Oct, 2012 1 commit
  3. 18 Sep, 2012 1 commit
    • Arnd Bergmann's avatar
      ARM: shmobile: use __iomem pointers for MMIO · 0a4b04dc
      Arnd Bergmann authored
      ARM is moving to stricter checks on readl/write functions,
      so we need to use the correct types everywhere.
      
      This patch is a bit ugly for shmobile, which is the only platform
      that just uses integer literals all over the place, but I can't
      see a better way to do this.
      Acked-by: default avatarSimon Horman <horms@verge.net.au>
      Cc: Magnus Damm <magnus.damm@gmail.com>
      Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Cc: linux-sh@vger.kernel.org
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      0a4b04dc
  4. 14 Sep, 2012 1 commit
  5. 03 Sep, 2012 4 commits
  6. 31 Aug, 2012 1 commit
    • Kuninori Morimoto's avatar
      ARM: shmobile: mackerel: fixup usb module order · e26a6038
      Kuninori Morimoto authored
      renesas_usbhs driver can play role as both Host and Gadget.
      In case of Gadget, it requires not only renesas_usbhs
      but also usb gadget module (like g_ether).
      So, renesas_usbhs driver calls usb_add_gadget_udc() on probe time.
      
      Because of this behavior,
      Host port plays also Gadget role if kernel has both Host/Gadget support.
      
      In mackerel case, from 0ada2da5
      (ARM: mach-shmobile: mackerel: use renesas_usbhs instead of r8a66597_hcd)
      usb0 plays Gadget role, and usb1 plays Host role,
      and current mackerel board probes as usb1 -> usb0.
      Thus, 1st installed usb gadget module (like g_ether) will be
      assigned to usb1 (= usb Host port), and 2nd module to usb0 (= usb Gadget port).
      It is very confusable for user.
      This patch fixup usb modes probing order as usb0 -> usb1.
      Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: default avatarSimon Horman <horms@verge.net.au>
      e26a6038
  7. 06 Jul, 2012 1 commit
  8. 30 Jun, 2012 2 commits
  9. 20 Jun, 2012 1 commit
  10. 12 May, 2012 3 commits
  11. 08 May, 2012 1 commit
  12. 13 Apr, 2012 2 commits
  13. 26 Mar, 2012 1 commit
  14. 12 Mar, 2012 14 commits
  15. 07 Mar, 2012 1 commit
  16. 03 Feb, 2012 1 commit
  17. 26 Jan, 2012 1 commit
  18. 19 Jan, 2012 1 commit