Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpc
Pull OLPC platform updates from Andres Salomon: "These move the OLPC Embedded Controller driver out of arch/x86/platform and into drivers/platform/olpc. OLPC machines are now ARM-based (which means lots of x86 and ARM changes), but are typically pretty self-contained.. so it makes more sense to go through a separate OLPC tree after getting the appropriate review/ACKs." * 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpc: x86: OLPC: move s/r-related EC cmds to EC driver Platform: OLPC: move global variables into priv struct Platform: OLPC: move debugfs support from x86 EC driver x86: OLPC: switch over to using new EC driver on x86 Platform: OLPC: add a suspended flag to the EC driver Platform: OLPC: turn EC driver into a platform_driver Platform: OLPC: allow EC cmd to be overridden, and create a workqueue to call it drivers: OLPC: update various drivers to include olpc-ec.h Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driver
No related branches found
No related tags found
Showing
- arch/x86/include/asm/olpc.h 0 additions, 19 deletionsarch/x86/include/asm/olpc.h
- arch/x86/platform/olpc/olpc-xo1-pm.c 1 addition, 15 deletionsarch/x86/platform/olpc/olpc-xo1-pm.c
- arch/x86/platform/olpc/olpc-xo1-sci.c 1 addition, 0 deletionsarch/x86/platform/olpc/olpc-xo1-sci.c
- arch/x86/platform/olpc/olpc-xo15-sci.c 1 addition, 0 deletionsarch/x86/platform/olpc/olpc-xo15-sci.c
- arch/x86/platform/olpc/olpc.c 62 additions, 128 deletionsarch/x86/platform/olpc/olpc.c
- drivers/net/wireless/libertas/if_usb.c 1 addition, 0 deletionsdrivers/net/wireless/libertas/if_usb.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 336 additions, 0 deletionsdrivers/platform/olpc/olpc-ec.c
- drivers/platform/x86/xo1-rfkill.c 1 addition, 2 deletionsdrivers/platform/x86/xo1-rfkill.c
- drivers/power/olpc_battery.c 1 addition, 0 deletionsdrivers/power/olpc_battery.c
- drivers/staging/olpc_dcon/olpc_dcon.c 1 addition, 0 deletionsdrivers/staging/olpc_dcon/olpc_dcon.c
- include/linux/olpc-ec.h 41 additions, 0 deletionsinclude/linux/olpc-ec.h
drivers/platform/olpc/Makefile
0 → 100644
drivers/platform/olpc/olpc-ec.c
0 → 100644
include/linux/olpc-ec.h
0 → 100644
Please register or sign in to comment