Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [POWERPC] powermac: Constify & voidify get_property() | Jeremy Kerr | 2006-07-31 |
| | | | | | | | | | | | | | Now that get_property() returns a void *, there's no need to cast its return value. Also, treat the return value as const, so we can constify get_property later. powermac platform & macintosh driver changes. Built for pmac32_defconfig, g5_defconfig Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Paul Mackerras <paulus@samba.org> | ||
* | [POWERPC] fix up front-LED Kconfig | Johannes Berg | 2006-07-07 |
| | | | | | | | Rather long patch, apparently no one has updated the pmac32_defconfig in a while. Signed-off-by: Paul Mackerras <paulus@samba.org> | ||
* | [POWERPC] Convert powermac ide blink to new led infrastructure | Johannes Berg | 2006-06-27 |
This patch removes the old pmac ide led blink code and adds generic LED subsystem support for the LED. It maintains backward compatibility with the old BLK_DEV_IDE_PMAC_BLINK Kconfig option which now simply selects the new code and influences the default trigger. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org> |