1. 12 Jan, 2015 38 commits
  2. 11 Jan, 2015 2 commits
    • David S. Miller's avatar
      Merge branch 'sti_drivers' · f3cd7a26
      David S. Miller authored
      Peter Griffin says:
      
      ====================
      Fix sti drivers whcih mix reg address spaces
      
      A V2 of this old series incorporating Arnd and Lees Feedback form v1.
      
      Following on from Arnds comments about the picophy driver here
      https://lkml.org/lkml/2014/11/13/161, this series fixes the
      remaining upstreamed drivers for STI, which are mixing address spaces
      in the reg property. We do this in a way similar to the keystone
      and bcm7445 platforms, by having sysconfig phandle/ offset pair
      (where only one register is required). Or phandle / integer array
      where multiple offsets in the same bank are needed).
      
      This series breaks DT compatability! But the platform support
      is WIP and only being used by the few developers who are upstreaming
      support for it. I've made each change to the driver / dt doc / dt
      file as a single atomic commit so the kernel will remain bisectable.
      
      This series then also enables the picophy driver, and adds back in
      the ehci/ohci dt nodes for stih410 which make use of the picophy.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      f3cd7a26
    • Peter Griffin's avatar
      stmmac: dwmac-sti: Pass sysconfig register offset via syscon dt property. · 9b1a6d36
      Peter Griffin authored
      Based on Arnds review comments here https://lkml.org/lkml/2014/11/13/161,
      we should not be mixing address spaces in the reg property like this driver
      currently does. This patch updates the driver, dt docs and also the existing
      dt nodes to pass the sysconfig offset in the syscon dt property.
      
      This patch breaks DT compatibility! But this platform is considered WIP,
      and is only used by a few developers who are upstreaming support for it.
      This change has been done as a single atomic commit to ensure it is
      bisectable.
      Signed-off-by: default avatarPeter Griffin <peter.griffin@linaro.org>
      Reviewed-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      9b1a6d36