1. 11 May, 2012 3 commits
    • Arnd Bergmann's avatar
      Merge tag 'imx-common-clk' of git://git.pengutronix.de/git/imx/linux-2.6 into next/clock · ea01d31a
      Arnd Bergmann authored
      Sascha Hauer <s.hauer@pengutronix.de> writes:
      
       ARM i.MX common clock framework support
      
       Same as with Shawns series this one depends on:
         git://git.linaro.org/people/mturquette/linux.git clk-next
         http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-arm.git clkdev
      
      * tag 'imx-common-clk' of git://git.pengutronix.de/git/imx/linux-2.6: (34 commits)
        ARM i.MX: remove now unused clock files
        ARM: i.MX6: implement clocks using common clock framework
        ARM i.MX35: implement clocks using common clock framework
        ARM i.MX5: implement clocks using common clock framework
        ARM i.MX31: implement clocks using common clock framework
        ARM i.MX27: implement clocks using common clock framework
        ARM i.MX21: implement clocks using common clock framework
        ARM i.MX1: implement clocks using common clock framework
        ARM i.MX25: implement clocks using common clock framework
        ARM: imx: add common clock support for clk busy
        ARM: imx: add common clock support for pfd
        ARM i.MX: Add common clock support for 2bit gate
        ARM: imx: add common clock support for pllv3
        ARM i.MX: Add common clock support for pllv2
        ARM i.MX: Add common clock support for pllv1
        ARM i.MX: prepare for common clock framework
        ARM i.MX3: Make ccm base address a variable
        ARM i.MX timer: request correct clock
        ARM i.MX5: prepare gpc_dvfs_clk
        rtc: imx dryice: Add missing clk_prepare
        ...
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      ea01d31a
    • Arnd Bergmann's avatar
      Merge branch 'depends/rmk/clkdev' into next/clock · e12ff344
      Arnd Bergmann authored
      * depends/rmk/clkdev:
        CLKDEV: provide helpers for common clock framework
        ARM: 7392/1: CLKDEV: Optimize clk_find()
        ARM: 7376/1: clkdev: Implement managed clk_get()
      e12ff344
    • Arnd Bergmann's avatar
      Merge branch 'depends/clk/clk-next' into next/clock · bef94596
      Arnd Bergmann authored
      Mike Turquette <mturquette@ti.com> has asked me to take the clock
      changes through the arm-soc tree while there are still so many
      inderdependencies, so this is the entire branch.
      
      * depends/clk/clk-next: (30 commits)
        clk: add a fixed factor clock
        clk: mux: assign init data
        clk: remove COMMON_CLK_DISABLE_UNUSED
        clk: prevent spurious parent rate propagation
        MAINTAINERS: add entry for common clk framework
        clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabled
        clk: Use a separate struct for holding init data.
        clk: constify parent name arrays in macros
        clk: remove trailing whitespace from clk.h
        clk: select CLKDEV_LOOKUP for COMMON_CLK
        clk: Don't set clk->new_rate twice
        clk: clk-private: Add DEFINE_CLK macro
        clk: clk-gate: Create clk_gate_endisable()
        clk: Fix typo in comment
        clk: propagate round_rate for CLK_SET_RATE_PARENT case
        clk: pass parent_rate into .set_rate
        clk: always pass parent_rate into .round_rate
        clk: basic: improve parent_names & return errors
        clk: core: copy parent_names & return error codes
        clk: Constify parent name arrays
        ...
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      bef94596
  2. 09 May, 2012 4 commits
  3. 08 May, 2012 4 commits
  4. 07 May, 2012 1 commit
  5. 02 May, 2012 15 commits
  6. 25 Apr, 2012 13 commits