- Update to 3.2-rc6.
authorJeff Mahoney <jeffm@suse.com>
Tue, 20 Dec 2011 15:35:33 +0000 (10:35 -0500)
committerJeff Mahoney <jeffm@suse.com>
Tue, 20 Dec 2011 15:35:33 +0000 (10:35 -0500)
  - Eliminated 1 patch.

suse-commit: d5a489e07dc56c41c31b3fb3b23cb314fe67f31c

29 files changed:
1  2 
Documentation/kernel-parameters.txt
Makefile
arch/x86/Kconfig
arch/x86/include/asm/system.h
arch/x86/kernel/cpu/amd.c
arch/x86/kernel/cpu/perf_event.c
arch/x86/kernel/hpet.c
arch/x86/kernel/quirks.c
arch/x86/kernel/reboot.c
arch/x86/kernel/rtc.c
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_display.c
drivers/hid/hid-core.c
drivers/hid/hid-ids.h
drivers/net/ethernet/ibm/ehea/ehea_main.c
drivers/oprofile/oprof.c
fs/ext4/inode.c
fs/ext4/super.c
include/linux/blkdev.h
include/linux/fs.h
include/linux/mm.h
kernel/printk.c
kernel/sched.c
mm/filemap.c
mm/page_alloc.c
mm/vmalloc.c
net/ipv6/addrconf.c
net/netfilter/Kconfig

Simple merge
diff --cc Makefile
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -419,27 -428,34 +428,26 @@@ static struct dmi_system_id __initdata 
                        DMI_MATCH(DMI_PRODUCT_NAME, "iMac9,1"),
                },
        },
 -      {       /* Handle problems with rebooting on the Latitude E6320. */
 +      {
                .callback = set_pci_reboot,
 -              .ident = "Dell Latitude E6320",
 +              .ident = "Dell Latitude E5xxx",
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
 -                      DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6320"),
 +                      DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E5"),
                },
        },
 -      {       /* Handle problems with rebooting on the Latitude E5420. */
 +      {
                .callback = set_pci_reboot,
 -              .ident = "Dell Latitude E5420",
 +              .ident = "Dell Latitude E6xxx",
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
 -                      DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E5420"),
 -              },
 -      },
 -      {       /* Handle problems with rebooting on the Latitude E6420. */
 -              .callback = set_pci_reboot,
 -              .ident = "Dell Latitude E6420",
 -              .matches = {
 -                      DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
 -                      DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6420"),
 +                      DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6"),
                },
        },
-       {       /* Handle problems with rebooting on the Latitude E6420. */
+       {       /* Handle problems with rebooting on the OptiPlex 990. */
                .callback = set_pci_reboot,
-               .ident = "Dell Optiplex 990",
+               .ident = "Dell OptiPlex 990",
                .matches = {
-                       /* Found in BIOS version A06 */
                        DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
                        DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 990"),
                },
@@@ -245,11 -243,10 +246,15 @@@ static __init int add_rtc_cmos(void
        if (of_have_populated_dt())
                return 0;
  
+       /* Intel MID platforms don't have ioport rtc */
+       if (mrst_identify_cpu())
+               return -ENODEV;
 +#ifdef CONFIG_XEN
 +      if (!is_initial_xendomain())
 +              return 0;
 +#endif
 +
        platform_device_register(&rtc_device);
        dev_info(&rtc_device.dev,
                 "registered platform RTC device (no PNP device found)\n");
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc fs/ext4/inode.c
Simple merge
diff --cc fs/ext4/super.c
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc kernel/printk.c
Simple merge
diff --cc kernel/sched.c
Simple merge
diff --cc mm/filemap.c
Simple merge
diff --cc mm/page_alloc.c
Simple merge
diff --cc mm/vmalloc.c
Simple merge
Simple merge
Simple merge