History log of /arch/mips/sgi-ip22/ip22-platform.c
Revision Date Author Comments
7034228792cc561e79ff8600f02884bd4c80e287 22-Jan-2013 Ralf Baechle <ralf@linux-mips.org> MIPS: Whitespace cleanup.

Having received another series of whitespace patches I decided to do this
once and for all rather than dealing with this kind of patches trickling
in forever.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
3be1afc8f64742552325d9f03c2b96339e822f9e 29-Mar-2011 Ralf Baechle <ralf@linux-mips.org> MIPS: IP22: Fix GCC 4.6.0 build error

CC arch/mips/sgi-ip22/ip22-platform.o
arch/mips/sgi-ip22/ip22-platform.c: In function 'sgiseeq_devinit':
arch/mips/sgi-ip22/ip22-platform.c:135:15: error: variable 'tmp' set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors

While at it rename the variable to pbdma for readability; there is a
local variable tmp of different type being used in two nested blocks.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
7d81a5e03ddbb44d05a32cad4a46a23577216497 14-Oct-2008 Thomas Bogendoerfer <tsbogend@alpha.franken.de> MIPS: IP22/28: Switch over to RTC class driver

This patchset removes some dead code and creates a platform device
for the RTC class driver.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
4a911b1efe219fa3c8af697be0054c72e13bdae4 04-Sep-2008 Thomas Bogendoerfer <tsbogend@alpha.franken.de> [MIPS] IP22: Fix detection of second HPC3 on Challenge S

The second HPC3 could be found only on Guiness systems (Challenge-S),
but not on fullhouse (Indigo2) systems.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
5a334fa9240411121f5dda9605fc7fd98429e8c5 16-Jul-2008 Thomas Bogendoerfer <tsbogend@alpha.franken.de> [MIPS] IP22: Use common SGI button driver

Use the Indy/O2 button driver.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
b03d7b18fd783f39e31560d568e7db954f3080af 11-Jul-2008 Thomas Bogendoerfer <tsbogend@alpha.franken.de> [MIPS] IP22: Add platform device for Indy volume buttons

Create platform device for Indy volume buttons and remove button
handling from ip22-reset.c

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
5b438c44082d9f09fed10f3621fe8d5c93d3676d 10-Jul-2008 Thomas Bogendoerfer <tsbogend@alpha.franken.de> [MIPS] IP22/28: Add platform devices for HAL2

Create platform devices for hal2 and add option for selecting HAL2 alsa
driver.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
0ba8bc60ca482d678fcc63af44b243de6555dab5 11-Sep-2007 Thomas Bogendoerfer <tsbogend@alpha.franken.de> [MIPS] IP22: Fix wrong check for second HPC

Wrong check for the second hpc on fullhouse machines, caused DBEs on
SGI Indys

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
df9f54084f1faf611cedd846d38b0631f9d4e9a5 11-May-2007 Ralf Baechle <ralf@linux-mips.org> Convert SGI IP22 and specific drivers to platform_device.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>