[PATCH] powerpc: hvc_console updates
These are some updates from both Ryan and Arnd for the hvc_console driver: The main point is to enable the inclusion of a console driver for rtas, which is currrently needed for the cell platform. Also shuffle around some data-type declarations and moves some functions out of include/asm-ppc64/hvconsole.h and into a new drivers/char/hvc_console.h file. Signed-off-by:"Ryan S. Arnold" <rsa@us.ibm.com> Signed-off-by:
Arnd Bergmann <abergman@de.ibm.com> Signed-off-by:
Paul Mackerras <paulus@samba.org>
Showing
- arch/powerpc/platforms/pseries/hvconsole.c 5 additions, 0 deletionsarch/powerpc/platforms/pseries/hvconsole.c
- drivers/char/Kconfig 10 additions, 0 deletionsdrivers/char/Kconfig
- drivers/char/Makefile 2 additions, 1 deletiondrivers/char/Makefile
- drivers/char/hvc_console.c 29 additions, 40 deletionsdrivers/char/hvc_console.c
- drivers/char/hvc_console.h 63 additions, 0 deletionsdrivers/char/hvc_console.h
- drivers/char/hvc_vio.c 11 additions, 0 deletionsdrivers/char/hvc_vio.c
- include/asm-powerpc/hvconsole.h 8 additions, 18 deletionsinclude/asm-powerpc/hvconsole.h
Loading
Please register or sign in to comment