13 Jan, 2010

1 commit

  • A call to r4k_clocksource_init() was added to plat_time_init(), but
    when init_mips_clock_source() calls the same function, boot fails in
    clockevents_register_device(). This patch removes the extraneous call.

    Signed-off-by: David VomLehn
    Patchwork: http://patchwork.linux-mips.org/patch/803/
    Signed-off-by: Ralf Baechle

    David VomLehn
     

17 Dec, 2009

1 commit

  • Add the Cisco Powertv cable settop box to the MIPS tree. This platform is
    based on a MIPS 24Kc processor with various devices integrated on the same
    ASIC. There are multiple models of this box, with differing configuration
    but the same kernel runs across the product line.

    Signed-off-by: David VomLehn
    Cc: linux-mips@linux-mips.org
    Patchwork: http://patchwork.linux-mips.org/patch/132/
    Signed-off-by: Ralf Baechle

    David VomLehn