12 Dec, 2013

1 commit

  • The "pcie_xclk" clock is not actually a clock at all, but rather a reset
    domain. Now that the custom Tegra module reset API has been removed, we
    can remove the definition of any "clocks" that existed solely to support
    it.

    Signed-off-by: Stephen Warren
    Reviewed-by: Thierry Reding
    Acked-By: Peter De Schrijver

    Stephen Warren
     

27 Nov, 2013

1 commit


29 May, 2013

1 commit

  • Create a header file to define the clock IDs used by the Tegra30 clock
    binding. Remove the list of definitions from the binding documentation,
    and refer the reader to the header file.

    This will allow the same header to be used by both device tree files,
    and drivers implementing this binding, which guarantees that the two
    stay in sync. This also makes device trees more readable by using names
    instead of magic numbers.

    Signed-off-by: Hiroshi Doyu
    [swarren, add header to clock/ instead of clk/ to match binding location]
    Signed-off-by: Stephen Warren

    Hiroshi Doyu