Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driver
The OLPC EC driver has outgrown arch/x86/platform/. It's time to both share common code amongst different architectures, as well as move it out of arch/x86/. The XO-1.75 is ARM-based, and the EC driver shares a lot of code with the x86 code. Signed-off-by:Andres Salomon <dilinger@queued.net> Acked-by:
Paul Fox <pgf@laptop.org> Reviewed-by:
Thomas Gleixner <tglx@linutronix.de>
Showing
- arch/x86/include/asm/olpc.h 3 additions, 16 deletionsarch/x86/include/asm/olpc.h
- arch/x86/platform/olpc/olpc.c 2 additions, 2 deletionsarch/x86/platform/olpc/olpc.c
- drivers/platform/Makefile 1 addition, 0 deletionsdrivers/platform/Makefile
- drivers/platform/olpc/Makefile 4 additions, 0 deletionsdrivers/platform/olpc/Makefile
- drivers/platform/olpc/olpc-ec.c 16 additions, 0 deletionsdrivers/platform/olpc/olpc-ec.c
- include/linux/olpc-ec.h 29 additions, 0 deletionsinclude/linux/olpc-ec.h
Loading
Please register or sign in to comment