10 Jun, 2016

1 commit

  • Add tblck to the pwm nodes. This insures that the ehrpwm driver has access
    to the time-based clk.

    Do not remove similar entries for ehrpwm node. Later patches will switch
    from using ehrpwm node name to pwm. But to maintain ABI compatibility we
    shouldn't remove the old entries.

    Signed-off-by: Franklin S Cooper Jr
    Acked-by: Stephen Boyd
    Acked-by: Tero Kristo
    Signed-off-by: Tony Lindgren

    Franklin S Cooper Jr
     

29 Jul, 2015

1 commit

  • * cleanup-clk-h-includes: (62 commits)
    clk: Remove clk.h from clk-provider.h
    clk: h8300: Remove clk.h and clkdev.h includes
    clk: at91: Include clk.h and slab.h
    clk: ti: Switch clk-provider.h include to clk.h
    clk: pistachio: Include clk.h
    clk: ingenic: Include clk.h
    clk: si570: Include clk.h
    clk: moxart: Include clk.h
    clk: cdce925: Include clk.h
    clk: Include clk.h in clk.c
    clk: zynq: Include clk.h
    clk: ti: Include clk.h
    clk: sunxi: Include clk.h and remove unused clkdev.h includes
    clk: st: Include clk.h
    clk: qcom: Include clk.h
    clk: highbank: Include clk.h
    clk: bcm: Include clk.h
    clk: versatile: Remove clk.h and clkdev.h includes
    clk: ux500: Remove clk.h and clkdev.h includes
    clk: tegra: Properly include clk.h
    ...

    Stephen Boyd
     

21 Jul, 2015

1 commit


02 Jun, 2015

1 commit


25 Feb, 2014

1 commit


18 Jan, 2014

1 commit

  • clk-33xx.c now contains the clock init functionality for am33xx, including
    DT clock registration and adding of static clkdev entries.

    This patch also moves the omap2_clk_enable_init_clocks declaration to
    the driver include, as this is needed by the am33xx clock init code.

    Signed-off-by: Tero Kristo
    Tested-by: Nishanth Menon
    Acked-by: Tony Lindgren
    Signed-off-by: Mike Turquette

    Tero Kristo