Merge branch 'x86-platform-for-linus' of...
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip * 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86, earlyprintk: Move mrst early console to platform/ and fix a typo x86, apbt: Setup affinity for apb timers acting as per-cpu timer ce4100: Add errata fixes for UART on CE4100 x86: platform: Move iris to x86/platform where it belongs x86, mrst: Check platform_device_register() return code x86/platform: Add Eurobraille/Iris power off support x86, mrst: Add explanation for using 1960 as the year offset for vrtc x86, mrst: Fix dependencies of "select INTEL_SCU_IPC" x86, mrst: The shutdown for MRST requires the SCU IPC mechanism x86: Ce4100: Add reboot_fixup() for CE4100 ce4100: Add PCI register emulation for CE4100 x86: Add CE4100 platform support x86: mrst: Set vRTC's IRQ to level trigger type x86: mrst: Add audio driver bindings rtc: Add drivers/rtc/rtc-mrst.c x86: mrst: Add vrtc driver which serves as a wall clock device x86: mrst: Add Moorestown specific reboot/shutdown support x86: mrst: Parse SFI timer table for all timer configs x86/mrst: Add SFI platform device parsing code
Showing
- Documentation/x86/boot.txt 1 addition, 0 deletionsDocumentation/x86/boot.txt
- arch/x86/Kconfig 29 additions, 0 deletionsarch/x86/Kconfig
- arch/x86/include/asm/bootparam.h 1 addition, 0 deletionsarch/x86/include/asm/bootparam.h
- arch/x86/include/asm/fixmap.h 4 additions, 0 deletionsarch/x86/include/asm/fixmap.h
- arch/x86/include/asm/mrst-vrtc.h 9 additions, 0 deletionsarch/x86/include/asm/mrst-vrtc.h
- arch/x86/include/asm/mrst.h 13 additions, 1 deletionarch/x86/include/asm/mrst.h
- arch/x86/include/asm/setup.h 6 additions, 0 deletionsarch/x86/include/asm/setup.h
- arch/x86/kernel/Makefile 0 additions, 1 deletionarch/x86/kernel/Makefile
- arch/x86/kernel/apb_timer.c 1 addition, 0 deletionsarch/x86/kernel/apb_timer.c
- arch/x86/kernel/early_printk.c 1 addition, 2 deletionsarch/x86/kernel/early_printk.c
- arch/x86/kernel/head32.c 3 additions, 0 deletionsarch/x86/kernel/head32.c
- arch/x86/kernel/reboot_fixups_32.c 16 additions, 0 deletionsarch/x86/kernel/reboot_fixups_32.c
- arch/x86/pci/Makefile 1 addition, 0 deletionsarch/x86/pci/Makefile
- arch/x86/pci/ce4100.c 315 additions, 0 deletionsarch/x86/pci/ce4100.c
- arch/x86/platform/Makefile 2 additions, 0 deletionsarch/x86/platform/Makefile
- arch/x86/platform/ce4100/Makefile 1 addition, 0 deletionsarch/x86/platform/ce4100/Makefile
- arch/x86/platform/ce4100/ce4100.c 132 additions, 0 deletionsarch/x86/platform/ce4100/ce4100.c
- arch/x86/platform/iris/Makefile 1 addition, 0 deletionsarch/x86/platform/iris/Makefile
- arch/x86/platform/iris/iris.c 91 additions, 0 deletionsarch/x86/platform/iris/iris.c
- arch/x86/platform/mrst/Makefile 2 additions, 0 deletionsarch/x86/platform/mrst/Makefile
Loading
Please register or sign in to comment