Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chris: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -3/+3 |
| | | | | | | Cc: Jesper Nilsson <jesper.nilsson@axis.com> Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | ||||
* | CRIS v32: Change include path for hwregs in drivers/iop_fw_load.c | Jesper Nilsson | 2008-02-08 | 1 | -8/+8 |
| | | | | Also, remove useless CVS id tag. | ||||
* | Kobject: the cris iop_fw_load.c code is broken | Greg Kroah-Hartman | 2008-01-24 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | This code is really really really broken. So much so that it's almost impossible to fix with a simple patch, so just comment out the offending registration with the kobject core, and mark the driver as broken. The problem is that the code is trying to register a "raw" struct device, which is not allowed. struct device is only for use within the driver model. This is being done to try to use the firmware layer which wants a struct device. To properly fix this, use something easy, like a platform device, which is a struct device and can be used for this kind of thing. Cc: Mikael Starvik <starvik@axis.com> Cc: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | ||||
* | [PATCH] CRIS update: new subarchitecture v32 | Mikael Starvik | 2005-07-27 | 1 | -0/+219 |
New CRIS sub architecture named v32. From: Dave Jones <davej@redhat.com> Fix swapped kmalloc args Signed-off-by: Mikael Starvik <starvik@axis.com> Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |