[coreboot-gerrit] Patch merged into coreboot/master: 8fdcf32 tegra132: Fix clock apis

gerrit at coreboot.org gerrit at coreboot.org
Fri Mar 27 08:05:09 CET 2015


the following patch was just integrated into master:
commit 8fdcf3287cf3bc3391f1a853857b16fc208b3340
Author: Furquan Shaikh <furquan at google.com>
Date:   Fri Sep 5 14:29:24 2014 -0700

    tegra132: Fix clock apis
    
    Instead of directly using the clk_src_id based on enum for clock source, every
    device needs to have its own set of clk source ids defined. This prevents
    accidentally selecting a wrong clk source if the ids are different from host1x's.
    Also, clk_src_id is separated from clk_src_freq_id. clk_src_id is the clk src id
    represented in CLK_SOURCE_<dev> registers, whereas clk_src_freq_id is used for
    handling the common clock sources based on id to get the proper frequency in
    software.
    
    [pg: integrated a later commit to fix the build]
    
    BUG=chrome-os-partner:31821
    BRANCH=None
    TEST=Compiles successfully and boots to kernel prompt
    
    Change-Id: I5d40fb49b81e8838b2be071d32c466213215e0d6
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 27d5d6a34d1c826c6095c18368efb78c228d4ca8
    Original-Change-Id: I5c88bed62841ebd81665cf8ffd82b0d88255f927
    Original-Signed-off-by: Furquan Shaikh <furquan at google.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/216761
    Original-Tested-by: Furquan Shaikh <furquan at chromium.org>
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Original-Commit-Queue: Furquan Shaikh <furquan at chromium.org>
    Original-Commit-Id: 13c30c50a9e8a7f3c48673a2f6c144ba546129b6
    Original-Change-Id: I6659858c24e925aec9495bf64344c0000ad19b4c
    Original-Signed-off-by: Tom Warren <twarren at nvidia.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/217342
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Reviewed-on: http://review.coreboot.org/9033
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


See http://review.coreboot.org/9033 for details.

-gerrit



More information about the coreboot-gerrit mailing list