1. 03 9月, 2015 1 次提交
  2. 01 4月, 2015 1 次提交
    • A
      CLOCKSOURCE: mips-gic: Allow GIC clock to be specified in device-tree · 5b4e8453
      Andrew Bresticker 提交于
      As an alternative to the "clock-frequency" property, allow the GIC
      timer operating clock to be specified in the device-tree instead.
      This is useful on systems which use common clock or where the GIC
      is not fixed to a particular frequency and is instead, for example,
      derived from the CPU clock.
      Signed-off-by: NAndrew Bresticker <abrestic@chromium.org>
      Cc: James Hogan <james.hogan@imgtec.com>
      Cc: Rob Herring <robh+dt@kernel.org>
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
      Cc: Kumar Gala <galak@codeaurora.org>
      Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: devicetree@vger.kernel.org
      Cc: linux-mips@linux-mips.org
      Cc: linux-kernel@vger.kernel.org
      Patchwork: https://patchwork.linux-mips.org/patch/9309/
      5b4e8453
  3. 31 3月, 2015 1 次提交
  4. 24 11月, 2014 12 次提交
  5. 09 5月, 2013 1 次提交
    • S
      MIPS: Refactor GIC clocksource code. · dfa762e1
      Steven J. Hill 提交于
      Reorganize some of the GIC clocksource driver code. Below is a list of
      the various changes.
      
        * No longer select CSRC_GIC by default for Malta platform.
        * Limit choice for either the GIC or R4K clocksource, not both.
        * Change location in Makefile.
        * Created new 'gic_read_count' function in common 'irq-gic.c' file.
        * Change 'git_hpt_read' function in 'csrc-gic.c' to use new function.
        * Surround GIC specific code in Malta platform code with #ifdef's.
        * Only initialize the GIC clocksource if it was selected. Original
          code called it unconditionally if a GIC was found.
      Signed-off-by: NSteven J. Hill <Steven.Hill@imgtec.com>
      dfa762e1
  6. 17 2月, 2013 1 次提交