aboutsummaryrefslogtreecommitdiff
path: root/debian.master
AgeCommit message (Collapse)Author
2011-08-21UBUNTU: Ubuntu-3.0.0-6.7Leann Ogasawara
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21Revert "UBUNTU: [Config] Temporarily disable CONFIG_BRCMSMAC on powerpc"Leann Ogasawara
This reverts commit 170e984dca973771bf6a470112b06441f369a86c. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: [Config] Drop CONFIG_GPIO_EXYNOS4Leann Ogasawara
After reviewing "UBUNTU: [Config] Temporarily Disable CONFIG_GPIO_EXYNOS4 on arm" Drop CONFIG_GPIO_EXYNOS4 from the configs. CONFIG_GPIO_EXYNOS4 depends on CPU_EXYNOS4210 which is only enabled if ARCH_EXYNOS4. Because we enable ARCH_OMAP, this option goes away completely. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: [Config] Drop CONFIG_GPIO_PLAT_SAMSUNGLeann Ogasawara
After reviewing "UBUNTU: [Config] Temporarily Disable CONFIG_GPIO_PLAT_SAMSUNG on arm" Drop CONFIG_GPIO_PLAT_SAMSUNG from the configs. CONFIG_GPIO_PLAT_SAMSUNG depends on SAMSUNG_GPIOLIB_4BIT which is only enabled if PLAT_SAMSUNG. PLAT_SAMSUNG depends on PLAT_S3C24XX || ARCH_S3C64XX || PLAT_S5P, none of wich we enable, thus CONFIG_GPIO_PLAT_SAMSUNG goes away completely. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: [Config] Drop CONFIG_GPIO_S5PC100Leann Ogasawara
After reviewing "UBUNTU: [Config] Temporarily Disable CONFIG_GPIO_S5PC100 on arm" Drop CONFIG_GPIO_S5PC100 from the configs. CONFIG_GPIO_S5PC100 depends on CPU_S5PC100 which is only enabled if ARCH_S5PC100. Because we enable ARCH_OMAP, this option goes away completely. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: [Config] Drop CONFIG_GPIO_S5PV210Leann Ogasawara
After reviewing "UBUNTU: [Config] Temporarily Disable CONFIG_GPIO_S5PV210 on arm" Drop CONFIG_GPIO_S5PV210 from the configs. CONFIG_GPIO_S5PV210 depends on CPU_S5PV210 which is only enabled if ARCH_S5PV210. Because we enable ARCH_OMAP, this option goes away completely. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21Revert "UBUNTU: [Config] Temporarily Disable CONFIG_RTL8192SE on arm"Leann Ogasawara
This reverts commit d87061824894fb9ab96906802e2a6d1625d7f771. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21Revert "UBUNTU: [Config] Temporarily Disable CONFIG_RTL8192SE on powerpc"Leann Ogasawara
This reverts commit ebcc7b3798efeecbe7f68493483966dcccd705f3. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21Revert "UBUNTU: [Config] Temporarily Disable CONFIG_BRCMSMAC on arm"Leann Ogasawara
This reverts commit 0637cee4195404f75aa30e23bdc4e440e8c9d18d. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21Revert "UBUNTU: [Config] Temporarily disable CONFIG_SMC91X on armel-omap"Leann Ogasawara
This reverts commit e651acd083dd7463f341dffd198f0b828b418e8c. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: [Config] Set CONFIG_AD7152=m on armLeann Ogasawara
Per the non-modular module review, enable CONFIG_AD7152=m on arm for consistency across all flavors. Was likely disabled due to previous build failures. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: [Config] Set CONFIG_AD7150=m on armLeann Ogasawara
Per the non-modular module review, enable CONFIG_AD7150=m on arm for consistency across all flavors. Was likely disabled due to previous build failures. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: [Config] Set CONFIG_ACPI_WMI=mLeann Ogasawara
Per the non-modular module review, enable CONFIG_ACPI_WMI=m rather than built in. This driver adds support for the ACPI-WMI (Windows Management Instrumentation) mapper device (PNP0C14) found on some systems. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: [Config] Set CONFIG_ACPI_SBS=mLeann Ogasawara
Per the non-modular module review, enable CONFIG_ACPI_SBS=m rather than built in. This driver supports the Smart Battery System, another type of access to battery information, found on some laptops. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: [Config] Set CONFIG_ACPI_PCI_SLOT=mLeann Ogasawara
Per the non-modular module review, enable CONFIG_ACPI_PCI_SLOT=m rather than built in. This driver creates entries in /sys/bus/pci/slots/ for all PCI slots in the system. Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: Bump ABILeann Ogasawara
Ignore: yes Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: [Config] Fix misspelled 'skipmodule' in arm makefile.Eagon Yager
* Change assignmenet of variable "skipmodules" to "skipmodule". Notice the removal of the trailing 's'. * While I was editing the file, I fixed formatting on the nodumpfile line. Signed-off-by: Eagon Yager <linux@datasys.net> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-08-21UBUNTU: SAUCE: Re-enable RODATA for i386 virtualStefan Bader
This basically reverts the following commit as it seems now fixed. commit 0b111980fe515c5ab24bf21aca5aebd24c70f605 Author: Stefan Bader <stefan.bader@canonical.com> Date: Tue Jan 11 23:29:25 2011 +0000 UBUNTU: Temporarily disable RODATA for virtual i386 Setting to RO was ok, but the whole patchset seems to cause i386 EC instances to panic on boot when setting the kernel data to read-only and no-execute. So while there is no proper fix found disable this in the i386 virtual flavour BugLink: http://bugs.launchpad.net/bugs/809838 Signed-off-by: Stefan Bader <stefan.bader@canonical.com> Acked-by: Brad Figg <brad.figg@canonical.com> Acked-by: Herton Krzesinski <herton.krzesinski@canonical.com> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2011-08-21UBUNTU: Start new releaseTim Gardner
Ignore: yes Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-08-21UBUNTU: Ubuntu-3.0.0-5.6Tim Gardner
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-08-21UBUNTU: Start new releaseTim Gardner
Ignore: yes Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-08-21UBUNTU: [Config] CONFIG_RTL8192CU=mTim Gardner
Finish enabling all of the rtlwifi drivers Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-08-21UBUNTU: Ubuntu-3.0.0-4.5Tim Gardner
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-08-21Revert "UBUNTU: add dependancies for module-init-tools"Tim Gardner
After restoring the package to a 3 digit version, this dependency is no longer required. In fact, it will cause some problems for LTS backports. This reverts commit 1d8e3670939daff0fd3eb1be19e1d13c8466d34a.
2011-08-21UBUNTU: [Config] CONFIG_{ASUS,ASUS_NB,EEEPC}_WMI=mSeth Forshee
BugLink: http://bugs.launchpad.net/bugs/805218 These options were split from the single CONFIG_EEEPC_WMI option after 2.6.38 and were mistakenly disabled in the transition to oneiric. Signed-off-by: Seth Forshee <seth.forshee@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-08-21UBUNTU: Start new releaseTim Gardner
Ignore: yes Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-08-21UBUNTU: [Config] updateconfigs after rebase to -rc6+Tim Gardner
Rebased against 4dd1b49c6d215dc41ce50c80b4868388b93f31a3 Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-08-21UBUNTU: Ubuntu-3.0-3.4Leann Ogasawara
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: [Config] CONFIG_INTEL_MEI=mTim Gardner
BugLink: http://bugs.launchpad.net/bugs/716867 Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-08-21UBUNTU: [Config] Removed armel versatile flavourTim Gardner
https://lists.ubuntu.com/archives/kernel-team/2011-June/016020.html Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-08-21UBUNTU: Temporarily ignore module checkLeann Ogasawara
Ignore: yes Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: Bump ABILeann Ogasawara
Ignore: yes Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: [Config] updateconfigs after rebase to 3.0-rc5Leann Ogasawara
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: rebase to v3.0-rc5Leann Ogasawara
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: [Config] Added armel ABI filesTim Gardner
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-08-21UBUNTU: [Config] Remove ubuntu/rtl8192seTim Gardner
This driver is supported in mainline drivers/net/wireless/rtlwifi Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-08-21UBUNTU: Start new releaseTim Gardner
Ignore: yes Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-08-21UBUNTU: Ubuntu-3.0-2.3Leann Ogasawara
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: [Config] Add grub-efi as a recommended bootloader for server and genericTim Gardner
BugLink: http://bugs.launchpad.net/bugs/800910 Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-08-21UBUNTU: SAUCE: iscsitarget: Remove driver from the kernelStefan Bader
This driver is not boot/install essential and is provided by the iscsitarget-dkms package. Having it in the kernel itself only duplicates code and adds a chance of getting out of sync. Signed-off-by: Stefan Bader <stefan.bader@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2011-08-21UBUNTU: ignore module checkLeann Ogasawara
commit f1dc045e685ea5424b3445c1ccaa0a25b3d661ec Author: Ralf Baechle <ralf@linux-mips.org> Date: Tue Jun 14 22:07:58 2011 +0000 phylib: Allow BCM63XX PHY to be selected only on BCM63XX. Ignore: yes Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: Bump ABILeann Ogasawara
Ignore: yes Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: [Config] updateconfigs after rebase to 3.0-rc4Leann Ogasawara
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: rebase to v3.0-rc4Leann Ogasawara
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: Start new releaseAndy Whitcroft
Ignore: yes Signed-off-by: Andy Whitcroft <apw@canonical.com>
2011-08-21UBUNTU: Ubuntu-3.0-1.2Leann Ogasawara
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: Bump ABILeann Ogasawara
Ignore: yes Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: [Config] updateconfigs after rebase to 3.0-rc3Leann Ogasawara
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: rebase to v3.0-rc3Leann Ogasawara
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
2011-08-21UBUNTU: [Config] enable CONFIG_CAN_CALC_BITTIMINGAndy Whitcroft
This configuration option has been disabled since it appeared. With it turned off you must hand configure all connection parameters, with it enabled it will default to sane values but still allow manual configuration. Policy would normally suggest it should be enabled. Enable for testing. Signed-off-by: Andy Whitcroft <apw@canonical.com>