History log of /arch/mips/mti-malta/malta-platform.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ca4d3e6746bdcfccb517349bce2d2c5b5614fb6f 07-Oct-2010 David Howells <dhowells@redhat.com> MIPS: Add missing #inclusions of <linux/irq.h>

Add missing #inclusions of <linux/irq.h> to a whole bunch of files that should
really include it. Note that this can replace #inclusions of <asm/irq.h>.

This is required for the patch to sort out irqflags handling function naming to
compile on MIPS.

The problem is that these files require access to things like setup_irq() -
which isn't available by #including <linux/interrupt.h>

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
/arch/mips/mti-malta/malta-platform.c
566a3b95579c123f7711e2f98d078f370746046b 01-Dec-2008 Ralf Baechle <ralf@linux-mips.org> MIPS: Malta: Consolidate platform device code.

After adding the RTC platform device to malta-platform.c malta-mtd.c should
get unified with the rest of the platform device code.
/arch/mips/mti-malta/malta-platform.c
192cc7f0900a088e464635a59a63d974ee7a3e97 25-Nov-2008 Tiejun Chen <tiejun.chen@windriver.com> MIPS: Malta: Add back RTC support

With the conversion of MIPS to RTC_LIB the old RTC driver CONFIG_RTC became
unselectable. Fix by setting up a platform device. Also enable
RTC_CLASS so system time gets set from RTC on kernel initialization.

[Ralf: Original patch by Tiejun; polished nice and shiny by me]

Signed-off-by: Tiejun Chen <tiejun.chen@windriver.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
/arch/mips/mti-malta/malta-platform.c
315806cb19f9d375dccbc2d60fa14e16afdcd5ac 15-Jul-2008 Ralf Baechle <ralf@linux-mips.org> [MIPS] Malta: Cleanup organization of code into directories.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
/arch/mips/mti-malta/malta-platform.c