linux-stable/arch/mips/mti-malta
Steven J. Hill dfa762e1c3 MIPS: Refactor GIC clocksource code.
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: Steven J. Hill <Steven.Hill@imgtec.com>
2013-05-09 17:55:20 +02:00
..
Makefile MIPS: FW: malta: Use new common FW library variable processing. 2013-05-08 12:30:09 +02:00
Platform MIPS: Malta: Migrate to new platform makefile style. 2010-08-05 13:25:50 +01:00
malta-amon.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
malta-console.c
malta-display.c MIPS: FW: malta: Code formatting clean-ups. 2013-05-08 12:30:10 +02:00
malta-init.c MIPS: FW: malta: Code formatting clean-ups. 2013-05-08 12:30:10 +02:00
malta-int.c MIPS: Move 'gic_present' to common location. 2013-05-09 17:55:20 +02:00
malta-memory.c MIPS: FW: malta: Code formatting clean-ups. 2013-05-08 12:30:10 +02:00
malta-pci.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
malta-platform.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
malta-reset.c MIPS: Malta: Convert reset initialization to initcall. 2009-09-17 20:07:43 +02:00
malta-setup.c MIPS: FW: malta: Code formatting clean-ups. 2013-05-08 12:30:10 +02:00
malta-smtc.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
malta-time.c MIPS: Refactor GIC clocksource code. 2013-05-09 17:55:20 +02:00