Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [MIPS] IP32: Fix initialization of UART base addresses. | Ralf Baechle | 2007-09-27 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||
* | [MIPS] Put an end to <asm/serial.h>'s long and annyoing existence | Ralf Baechle | 2007-07-10 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||
* | meth driver renovation | Ralf Baechle | 2007-05-24 |
The meth ethernet driver for the SGI IP32 aka O2 is so far still an old style driver which does not use the device driver model. This is now causing issues with some udev based gadgetry in debian-stable. Fixed by converting the meth driver to a platform device. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> -- Fixes since previous patch: o Fixed typo in meth_exit_module() Signed-off-by: Jeff Garzik <jeff@garzik.org> |