1. 16 May, 2012 2 commits
    • Arnd Bergmann's avatar
      Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into next/clock · 3c0dec5f
      Arnd Bergmann authored
      * 'clk-next' of git://git.linaro.org/people/mturquette/linux:
        clk: Fix CLK_SET_RATE_GATE flag validation in clk_set_rate().
        clk: Provide dummy clk_unregister()
        ARM: Kirkwood: Replace clock gating
        ARM: Orion: Audio: Add clk/clkdev support
        ARM: Orion: PCIE: Add support for clk
        ARM: Orion: XOR: Add support for clk
        ARM: Orion: CESA: Add support for clk
        ARM: Orion: SDIO: Add support for clk.
        ARM: Orion: NAND: Add support for clk, if there is one.
        ARM: Orion: EHCI: Add support for enabling clocks
        ARM: Orion: SATA: Add per channel clk/clkdev support.
        ARM: Orion: UART: Get the clock rate via clk_get_rate().
        ARM: Orion: WDT: Add clk/clkdev support
        ARM: Orion: Eth: Add clk/clkdev support.
        ARM: Orion: SPI: Add clk/clkdev support.
        ARM: Orion: Add clocks using the generic clk infrastructure.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      3c0dec5f
    • Saravana Kannan's avatar
      clk: Fix CLK_SET_RATE_GATE flag validation in clk_set_rate(). · 7e0fa1b5
      Saravana Kannan authored
      The clk_set_rate() code shouldn't check the clock's enable count when
      validating CLK_SET_RATE_GATE flag since the enable count could change after
      the validation. Similar to clk_set_parent(), it should instead check the
      prepare count. The prepare count should go to zero only when the end user
      expects the clock to not be enabled in the future. Since the code already
      grabs the prepare count before validation, it's not possible for prepare
      count to change after validation and by association not possible for a well
      behaving end user to enable the clock while the set rate is in progress.
      Signed-off-by: default avatarSaravana Kannan <skannan@codeaurora.org>
      Reviewed-by: default avatarRichard Zhao <richard.zhao@freescale.com>
      Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
      7e0fa1b5
  2. 15 May, 2012 1 commit
  3. 14 May, 2012 4 commits
  4. 12 May, 2012 23 commits
  5. 11 May, 2012 6 commits
  6. 10 May, 2012 1 commit
  7. 09 May, 2012 3 commits