aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-23UBUNTU: [Config] Enable CONFIG_MTD_NAND_TMIO=m on armLeann Ogasawara
Per the non-modular module review, enable CONFIG_MTD_NAND_TMIO=m on arm. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_MTD_NAND_PLATFORM=m on armLeann Ogasawara
Per the non-modular module review, enable CONFIG_MTD_NAND_PLATFORM=m on arm for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_MTD_NAND_PASEMI=m on powerpcLeann Ogasawara
Per the non-modular module review, enable CONFIG_MTD_NAND_PASEMI=m on powerpc for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_MTD_NAND_NANDSIM=m on armLeann Ogasawara
Per the non-modular module review, enable CONFIG_MTD_NAND_NANDSIM=m on arm for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_MTD_NAND_GPIO=m on armLeann Ogasawara
Per the non-modular module review, enable CONFIG_MTD_NAND_GPIO=m on arm. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_MTD_IMPA7=m on armLeann Ogasawara
Per the non-modular module review, enable CONFIG_MTD_IMPA7=m on arm for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_MTD_GPIO_ADDR=m on armLeann Ogasawara
Per the non-modular module review, enable CONFIG_MTD_GPIO_ADDR=m on arm for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_MTD_DATAFLASH=m on armLeann Ogasawara
Per the non-modular modules review, enable CONFIG_MTD_DATAFLASH=m on arm for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_MOXA_SMARTIO=m on powerpcLeann Ogasawara
Per the non-modular module review, enable CONFIG_MOXA_SMARTIO=m on powerpc for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23Input: bcm5974 - Add support for newer MacBookPro8,2Andrew Drake
New MacBook Pro devices reporting product name MacBookPro8,2 come with newer/higher resolution touchpads than others with the same product name with USB ID 05ac:0252. This patch adds support for these devices. Signed-off-by: Andrew Drake <adrake@adrake.org> Reviewed-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru> (cherry picked from commit c331eb580a0a7906c0cdb8dbae3cfe99e3c0e555) Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-09-23Input: bcm5974 - add support for touchpads found in MacBookAir4,2Joshua V. Dillon
Added USB device IDs for MacBookAir4,2 trackpad. Device constants were copied from the MacBookAir3,2 constants. The 4,2 device specification is reportedly unchanged from the 3,2 predecessor and seems to work well. Signed-off-by: Joshua V Dillon <jvdillon@gmail.com> Signed-off-by: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru> (cherry picked from commit db0b34b07438d92c4c190998c42a502fbf90064e) Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-09-23UBUNTU: SAUCE: (drop after 3.1) usb_storage: Don't freeze in usb-stor-scanSeth Forshee
Should be merged for 3.2.0 BugLink: http://bugs.launchpad.net/bugs/810020 Scanning cannot be run during suspend or hibernation, but if usb-stor-scan freezes another thread waiting on scanning to complete may fail to freeze. However, if usb-stor-scan is left freezable without ever actually freezing then the freezer will wait on it to exit, and threads waiting for scanning to finish will no longer be blocked. One problem with this approach is that usb-stor-scan has a delay to wait for devices to settle (which is currently the only point where it can freeze). To work around this we can request that the freezer send a fake signal when freezing, then use interruptible sleep to wake the thread early when freezing happens. To make this happen, the following changes are made to usb-stor-scan: * Use set_freezable_with_signal() instead of set_freezable() to request a fake signal when freezing * Use wait_event_interruptible_timeout() instead of wait_event_freezable_timeout() to avoid freezing Signed-off-by: Seth Forshee <seth.forshee@canonical.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-09-23UBUNTU: SAUCE: (no-up) Input: elantech - Add v3 hardware supportSeth Forshee
BugLink: https://bugs.launchpad.net/bugs/681904 Adds basic v3 hardware support for newer devices not currently supported by the driver. Thanks to JJ Ding <jj_ding@emc.com.tw>, Tom Lin <tom_lin@emc.com.tw>, and Mark A. Stratman <stratman@gmail.com>, whose work on other patcesh revealed the workings of the v3 protocol. Signed-off-by: Seth Forshee <seth.forshee@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_MTD_ARM_INTEGRATOR=m on armLeann Ogasawara
Per the non-modular module review, enable CONFIG_MTD_ARM_INTEGRATOR=m on arm for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_MTD_AR7_PARTS=m on armLeann Ogasawara
Per the non-modular module review, enable CONFIG_MTD_AR7_PARTS=m on arm for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_MTD_ALAUDA=m on armLeann Ogasawara
Per the non-modular module review, enable CONFIG_MTD_ALAUDA=m on arm for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_MTD_AFS_PARTS=m on armLeann Ogasawara
Per the non-modular module review, enable CONFIG_MTD_AFS_PARTS=m on arm. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_MEMSTICK=m on armLeann Ogasawara
Per the non-modular module review, enable CONFIG_MEMSTICK=m on arm for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_LINE6_USB=m on arm and powerpcLeann Ogasawara
Per the non-modular module review, enable CONFIG_LINE6_USB=m on arm and powerpc for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Set CONFIG_LEDS_TRIGGER_TIMER=m on powerpcLeann Ogasawara
Per the non-modular module review, set CONFIG_LEDS_TRIGGER_TIMER=m on powerpc for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Set CONFIG_LEDS_TRIGGER_HEARTBEAT=m on arm and powerpcLeann Ogasawara
Per the non-modular module review, set CONFIG_LEDS_TRIGGER_HEARTBEAT=m on arm and powerpc. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_LEDS_TRIGGER_DEFAULT_ON=m on powerpcLeann Ogasawara
Per the non-modular module review, enable CONFIG_LEDS_TRIGGER_DEFAULT_ON=m on powerpc for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_LEDS_PCA955X=m on powerpcLeann Ogasawara
Per the non-modular module review, enable CONFIG_LEDS_PCA955X=m on powerpc for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_LEDS_PCA9532=m on powerpcLeann Ogasawara
Per the non-modular module review, enable CONFIG_LEDS_PCA9532=m on powerpc for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_LEDS_CLEVO_MAIL=m all arch'sLeann Ogasawara
Per the non-modular module review, enable CONFIG_LEDS_CLEVO_MAIL=m. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_LEDS_GPIO=m on powerpcLeann Ogasawara
Per the non-modular module review, enable CONFIG_LEDS_GPIO=m on powerpc for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_LAPBETHER=m on armLeann Ogasawara
Per the non-modular module review, enable CONFIG_LAPBETHER=m on arm for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Disable CONFIG_KVM_BOOK3S_64Leann Ogasawara
Per the non-modular modules review, disable CONFIG_KVM_BOOK3S_64 for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] dropping compcache configuration optionsAndy Whitcroft
Signed-off-by: Andy Whitcroft <apw@canonical.com>
2011-09-23Revert "UBUNTU: ubuntu: compcache -- version 0.5.3"Andy Whitcroft
This reverts commit 5eddaa1b0cba49fbeeb497a56573f58b9ac59696. Conflicts: ubuntu/Kconfig ubuntu/Makefile BugLink: http://bugs.launchpad.net/bugs/832694 Signed-off-by: Andy Whitcroft <apw@canonical.com>
2011-09-23Revert "UBUNTU: ubuntu: compcache -- follow changes to bd_claim/bd_release"Andy Whitcroft
This reverts commit f2e26a6e771a6c14eedf001c16e7efcf07d17111. BugLink: http://bugs.launchpad.net/bugs/832694 Signed-off-by: Andy Whitcroft <apw@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_IWL3945=m on powerpcLeann Ogasawara
Per the non-modular module review, eanble CONFIG_IWL3945=m on powerpc for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_IPMI_HANDLER=m on armLeann Ogasawara
Per the non-modular module review, enable CONFIG_IPMI_HANDLER=m on arm for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_INFINIBAND_NES=mLeann Ogasawara
Per the non-modular module review, enable CONFIG_INFINIBAND_NES=m for consistency across all arch's and flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_IIO=m on powerpcLeann Ogasawara
Per the non-modular module review, enable CONFIG_IIO=m on powerpc for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_IGB=m on powerpcLeann Ogasawara
Per the non-modular module review, eanble CONFIG_IGB=m on powerpc for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_IDE_PHISON=m on powerpcLeann Ogasawara
Per the non-modular module review, enable CONFIG_IDE_PHISON=m on powerpc for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_IBMVETH=m on powerpcLeann Ogasawara
Per the non-modular module review, enable CONFIG_IBMVETH=m on powerpc for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_IBM_BSR=m on powerpcLeann Ogasawara
Per the non-modular module review, enable CONFIG_IBM_BSR=m on powerpc for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_I2C_PASEMI=m on powerpcLeann Ogasawara
Per the non-modular module review, enable CONFIG_I2C_PASEMI=m on powerpc for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_HP_ILO=m on powerpc-smpLeann Ogasawara
Per the non-modular module review, enable CONFIG_HP_ILO=m on powerpc-smp for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_HOTPLUG_PCI_CPCI=y on powerpcLeann Ogasawara
Per the non-modular module review, CONFIG_HOTPLUG_PCI=y was set. As a secondary action, enable CONFIG_HOTPLUG_PCI_CPCI=y on powerpc for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_HOTPLUG_PCI=y on powerpcLeann Ogasawara
Per the non-modular module review, enable CONFIG_HOTPLUG_PCI=y on powerpc for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Set CONFIG_HOTPLUG_PCI_FAKE=mLeann Ogasawara
Per the non-modular module review, set CONFIG_HOTPLUG_PCI_FAKE=m for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_GPIO_PCF857X=m on armLeann Ogasawara
Per the non-modular module review, enable CONFIG_GPIO_PCF857X=m on arm for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_GPIO_MAX732X=m on armLeann Ogasawara
Per the non-modular module review, enable CONFIG_GPIO_MAX732X=m on arm for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_FB_VGA16=m on powerpcLeann Ogasawara
Per the non-modular module review, enable CONFIG_FB_VGA16=m on powerpc for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Set CONFIG_FB_VIRTUAL=nLeann Ogasawara
Per the non-modular module review, set CONFIG_FB_VIRTUAL=n for consistency across all flavors. This config option is for testing purposes only. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Enable CONFIG_FB_UDL=m on powerpcLeann Ogasawara
Per the non-modular module review, enable CONFIG_FB_UDL=m on powerpc for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-09-23UBUNTU: [Config] Set CONFIG_FB_MATROX=mLeann Ogasawara
Per the non-modular module review, set CONFIG_FB_MATROX=m for consistency across all flavors. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>