1. 19 Nov, 2016 1 commit
    • Olof Johansson's avatar
      Merge tag 'omap-for-v4.10/soc-signed' of... · a9fa1f7c
      Olof Johansson authored
      Merge tag 'omap-for-v4.10/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/soc
      
      SoC changes for omaps for v4.10 merge window:
      
      - Add hwmod interconnect target wrapper module data for crypto
        accelerators for am3xxx, am43xx and dra7
      
      - Add support for dra71x family of SoCs
      
      - PM fixes for omap4/5 needed for omap5 cpuidle
      
      * tag 'omap-for-v4.10/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: DRA7: hwmod: Do not register RTC on DRA71
        ARM: OMAP2+: board-generic: add support for DRA71x family
        ARM: AMx3xx: hwmod: Add data for RNG
        ARM: AM43xx: hwmod: Add data for DES
        ARM: OMAP: DRA7xx: Make L4SEC clock domain SWSUP only
        ARM: DRA7: hwmod: Add data for RNG IP
        ARM: DRA7: hwmod: Add data for SHA IP
        ARM: DRA7: hwmod: Add data for AES IP
        ARM: DRA7: hwmod: Add data for DES IP
        ARM: OMAP5: Add basic cpuidle MPU CSWR support
        ARM: OMAP4+: Fix bad fallthrough for cpuidle
        ARM: OMAP5: Fix mpuss_early_init
        ARM: OMAP5: Fix build for PM code
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      a9fa1f7c
  2. 18 Nov, 2016 7 commits
  3. 15 Nov, 2016 3 commits
  4. 14 Nov, 2016 3 commits
  5. 09 Nov, 2016 9 commits
  6. 08 Nov, 2016 2 commits
  7. 07 Nov, 2016 4 commits
  8. 05 Nov, 2016 1 commit
  9. 04 Nov, 2016 2 commits
  10. 02 Nov, 2016 7 commits
  11. 01 Nov, 2016 1 commit
    • Axel Haslam's avatar
      ARM: davinci: da8xx: register USB PHY clocks in the DT file · ced95ac0
      Axel Haslam authored
      The usb20_phy clock needs to be registered for the driver to be able
      to get and enable a clock. Currently the usb phy clocks are registered
      from board files, which will not be called during a device tree based
      boot.
      
      To be able to probe correctly usb form a device tree boot, register
      the usb phy clocks from the DT specific init.
      
      Unfortunately, davinci does not have proper clock support on device tree
      yet, so by registering the clock from the DT specific file we are
      forced to hardcode the parent clock, and cannot select refclkin as
      parent for any of the phy clocks of the da850 family.
      
      As none of the current da850 based boards currently in mainline use
      refclkin as source. I guess we can live with this limitation until clocks
      are correctly represented through CCF/device tree.
      Signed-off-by: default avatarAxel Haslam <ahaslam@baylibre.com>
      [Added error checking]
      Signed-off-by: default avatarDavid Lechner <david@lechnology.com>
      [nsekhar@ti.com: typo fixes in commit message]
      Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
      ced95ac0