Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [POWERPC] pseries: Constify & voidify get_property() | Jeremy Kerr | 2006-07-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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. pseries platform changes. Built for pseries_defconfig Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Paul Mackerras <paulus@samba.org> | ||||
* | [PATCH] powerpc: Rename and export ppc64_firmware_features | Michael Ellerman | 2006-03-28 | 1 | -1/+1 |
| | | | | | | | | We need to export ppc64_firmware_features for modules. Before we do that I think we should probably rename it to powerpc_firmware_features. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org> | ||||
* | [PATCH] powerpc: Move pSeries firmware feature setup into platforms/pseries | Michael Ellerman | 2006-02-10 | 1 | -0/+103 |
Currently we have some stuff in firmware.h and kernel/firmware.c that is #ifdef CONFIG_PPC_PSERIES. Move it all into platforms/pseries. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org> |