22 Aug, 2019

28 commits


21 Aug, 2019

8 commits


20 Aug, 2019

4 commits

  • With DM_MMC enabled, enable CONFIG_BLK to remove this
    compile warning for am43xx based targets:

    ===================== WARNING ======================
    This board does not use CONFIG_DM_MMC. Please update
    the board to use CONFIG_DM_MMC before the v2019.04 release.
    Failure to update by the deadline may result in board removal.
    See doc/driver-model/MIGRATION.txt for more info.
    ====================================================

    Targets were compile tested, build was clean.

    Signed-off-by: Suniel Mahesh

    Suniel Mahesh
     
  • TI HS platforms generate *dtb_HS binary blobs and there is no
    rule for cleanup. Added entry for cleanup in clean-files target.

    Signed-off-by: Suniel Mahesh
    Reviewed-by: Lokesh Vutla

    Suniel Mahesh
     
  • The commit 1b42ab3eda8a ("ARM: DRA7: Fixup DSPEVE, IVA and GPU clock
    frequencies based on OPP") updates the kernel device-tree blob to adjust
    the DSP, IVA and GPU DPLL clocks based on a one-time OPP choice selected
    in U-Boot. All these DPLL clocks are children of the cm_core_aon clocks
    DT node.

    The hierarchy of this clocks DT node has changed in newer Linux kernels
    starting from v5.0, and this results in a failure in ft_fixup_clocks()
    function to update the clock rates on these newer kernels. Fix this by
    updating the lookup logic to look through both the newer and older
    DT hierarchy paths for the cm_core_aon clocks node.

    Signed-off-by: Suman Anna

    Suman Anna
     
  • Signed-off-by: Yegor Yefremov

    Yegor Yefremov