1 May 2010 03:04
1 May 2010 21:11
[PATCH] UBUNTU: SAUCE: acpi: video: fix acpi_backlight=video
Kamal Mostafa <kamal <at> canonical.com>
2010-05-01 19:11:11 GMT
2010-05-01 19:11:11 GMT
Make "acpi_backlight=video" param enable ACPI_VIDEO_BACKLIGHT_FORCE_VIDEO as intended, instead of incorrectly enabling video output switching. BugLink: http://bugs.launchpad.net/bugs/573120 Signed-off-by: Kamal Mostafa <kamal <at> canonical.com> --- drivers/acpi/video_detect.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c index fc2f26b..c5fef01 100644 --- a/drivers/acpi/video_detect.c +++ b/drivers/acpi/video_detect.c <at> <at> -250,7 +250,7 <at> <at> static int __init acpi_backlight(char *str) ACPI_VIDEO_BACKLIGHT_FORCE_VENDOR; if (!strcmp("video", str)) acpi_video_support |= - ACPI_VIDEO_OUTPUT_SWITCHING_FORCE_VIDEO; + ACPI_VIDEO_BACKLIGHT_FORCE_VIDEO; } return 1; } -- -- 1.7.0.4
1 May 2010 21:43
Re: [PATCH] UBUNTU: SAUCE: acpi: video: fix acpi_backlight=video
Chase Douglas <chase.douglas <at> canonical.com>
2010-05-01 19:43:22 GMT
2010-05-01 19:43:22 GMT
On Sat, May 1, 2010 at 3:11 PM, Kamal Mostafa <kamal <at> canonical.com> wrote: > Make "acpi_backlight=video" param enable ACPI_VIDEO_BACKLIGHT_FORCE_VIDEO > as intended, instead of incorrectly enabling video output switching. > > BugLink: http://bugs.launchpad.net/bugs/573120 > > Signed-off-by: Kamal Mostafa <kamal <at> canonical.com> > --- > drivers/acpi/video_detect.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c > index fc2f26b..c5fef01 100644 > --- a/drivers/acpi/video_detect.c > +++ b/drivers/acpi/video_detect.c > <at> <at> -250,7 +250,7 <at> <at> static int __init acpi_backlight(char *str) > ACPI_VIDEO_BACKLIGHT_FORCE_VENDOR; > if (!strcmp("video", str)) > acpi_video_support |= > - ACPI_VIDEO_OUTPUT_SWITCHING_FORCE_VIDEO; > + ACPI_VIDEO_BACKLIGHT_FORCE_VIDEO; > } > return 1; > } > -- > 1.7.0.4 Since this is post-release and not a kitten-killer, it should probably come directly from the stable tree. At the very least, it should be accepted upstream (hopefully in Linus' tree, but at least in the acpi(Continue reading)
2 May 2010 06:40
Re: [LUCID] Turn off CONFIG_THINKPAD_ACPI_ALSA_SUPPORT
Jerone Young <jerone.young <at> canonical.com>
2010-05-02 04:40:30 GMT
2010-05-02 04:40:30 GMT
I recently tried backporting support for the conexant codec found in
Thinkpads and it's actually not simple work. Due to many changes in
patch_conexant.c it's actually not very simple to backport changes to
support the codec in the Thinkpads, would better be apart of
alsa-backports.
By not disabling CONFIG_THINKPAD_ACPI_ALSA in the kernel config.
- Users with any newer or upcoming Thinkpad will not be able to
use ALSA backports to enable use of microphone port or docking
stations port
- Thinkpads cannot get Ubuntu Certified.
- If a Thinkpad user installs alsa-backports there machine is
not as functional as thinkpad-acpi cannot load due to it
looking for symbols from older alsa in kernel.
- As mentioned before this adds NO functionality currently.
Not sure why it is on. Have not heard what it adds?
Currently Thinkpads are using generic HDA support (surprisingly it works
well). But not everything needed is supported (such as microphone jack
support). Also effected is Docking station microphone jack.
More Thinkpads are coming and will need to use alsa-backports.
Can someone please consider these issues with Lucid & Lucid+1.
Thanks,
Jerone
(Continue reading)
3 May 2010 09:47
[Lucid][SRU] fsl-imx51: Turn on CONFIG_FUNCTION_TRACER option will encounter a linking error
AceLan Kao <acelan.kao <at> canonical.com>
2010-05-03 07:47:47 GMT
2010-05-03 07:47:47 GMT
BugLink: https://bugs.launchpad.net/ubuntu/+source/linux-fsl-imx51/+bug/574158 __gnu_mcount_nc() function is implemented in the commit a8a48cd5add67494d96c13718cab36c465863d07 in the Lucid kernel tree, we have to cherry pick this commit to make sure the ftrace could be compiled and works in the fsl-mx51 branch I cherry pick this commit and test it on my H/W, the ftrace works, please consider to git pull this following patches from: git://kernel.ubuntu.com/acelan/ubuntu-lucid lp574158 Thanks, -- -- Chia-Lin Kao(AceLan) http://blog.acelan.idv.tw/ E-Mail: acelan.kaoATcanonical.com (s/AT/ <at> /)
2 May 2010 17:24
Clone out a specific kernel version for ubuntu karmic
saravanan T <saravanadel <at> gmail.com>
2010-05-02 15:24:31 GMT
2010-05-02 15:24:31 GMT
Hi,
I wanted to checkout the Ubuntu karmic kernel version 2.6.28. How can I just check out this version based on the tag.
I just know the basis of git and I also did few google searches. Many of them talk about clone the repository, then checking out the
tag. Please do help me on this,since I cannot download the entire repo(>500mb) as my connection is slow.
Command : git clone git://kernel.ubuntu.com/ubuntu/ubuntu-karmic.git - takes out the full repository
tried git clone: --reference linux-2.6.28 git://kernel.ubuntu.com/ubuntu/ubuntu-karmic.git (not working, this reference does not seem to work)
I also cannot checkout tarball archives using git
Command: git --format=tar --remote=git://kernel.ubuntu.com/ubuntu/ubuntu-karmic.git Ubuntu-2.6.28 >archive.tar
Thank You.
Regards
Saravanan.L
<div> <p>Hi,<br>I wanted to checkout the Ubuntu karmic kernel version 2.6.28. How can I just check out this version based on the tag.<br>I just know the basis of git and I also did few google searches. Many of them talk about clone the repository, then checking out the <br> tag. Please do help me on this,since I cannot download the entire repo(>500mb) as my connection is slow.</p> <div> <br>Command : git clone git://<a href="http://kernel.ubuntu.com/ubuntu/ubuntu-karmic.git">kernel.ubuntu.com/ubuntu/ubuntu-karmic.git</a> - takes out the full repository <br>tried git clone: --reference linux-2.6.28 git://<a href="http://kernel.ubuntu.com/ubuntu/ubuntu-karmic.git">kernel.ubuntu.com/ubuntu/ubuntu-karmic.git</a> (not working, this reference does not seem to work)</div> <div> <br>I also cannot checkout tarball archives using git<br>Command: git --format=tar --remote=git://<a href="http://kernel.ubuntu.com/ubuntu/ubuntu-karmic.git">kernel.ubuntu.com/ubuntu/ubuntu-karmic.git</a> Ubuntu-2.6.28 >archive.tar</div> <div><br></div> <div>Thank You.</div> <div> <br>Regards<br>Saravanan.L</div> </div>
3 May 2010 11:33
Re: Clone out a specific kernel version for ubuntu karmic
Eric Miao <eric.miao <at> canonical.com>
2010-05-03 09:33:21 GMT
2010-05-03 09:33:21 GMT
On Sun, May 2, 2010 at 11:24 PM, saravanan T <saravanadel <at> gmail.com> wrote: > Hi, > I wanted to checkout the Ubuntu karmic kernel version 2.6.28. How can I just > check out this version based on the tag. > I just know the basis of git and I also did few google searches. Many of > them talk about clone the repository, then checking out the > tag. Please do help me on this,since I cannot download the entire > repo(>500mb) as my connection is slow. > Command : git clone git://kernel.ubuntu.com/ubuntu/ubuntu-karmic.git - > takes out the full repository > tried git clone: --reference > linux-2.6.28 git://kernel.ubuntu.com/ubuntu/ubuntu-karmic.git (not working, > this reference does not seem to work) This assumes you have linux-2.6.28 as an existing git repo. > I also cannot checkout tarball archives using git > Command: git --format=tar > --remote=git://kernel.ubuntu.com/ubuntu/ubuntu-karmic.git Ubuntu-2.6.28 >>archive.tar If you do not actually want the full history, you can download a snapshot instead with git web interface: http://kernel.ubuntu.com/git, click the "snapshot" link besides the commit tree. Or you may search shallow clone of git, this, though may require a more recent git binary. > Thank You. > Regards > Saravanan.L > -- > kernel-team mailing list > kernel-team <at> lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/kernel-team > > -- -- kernel-team mailing list kernel-team <at> lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kernel-team
3 May 2010 16:15
Re: [Lucid] SRU: powernow-k8: Fix frequency reporting
Tim Gardner <tim.gardner <at> canonical.com>
2010-05-03 14:15:53 GMT
2010-05-03 14:15:53 GMT
On 04/30/2010 03:12 PM, Stefan Bader wrote: > SRU justification: > > Impact: This has been reported through AMD. There is a bug in the > frequency governor which prevents the P-states to be correctly set > (no boost). > > Fix: This fix has been queued up to linux-next and will be included in > stable as well. To improve performance sooner we would be carrying this > patch as pre-stable. > > Testcase: Checking CPU frequencies the boost state without the patch > will never be reached. > > -Stefan > > From 679370641e3675633cad222449262abbe93a4a2a Mon Sep 17 00:00:00 2001 > From: Mark Langsdorf<mark.langsdorf <at> amd.com> > Date: Wed, 31 Mar 2010 21:56:45 +0200 > Subject: [PATCH] powernow-k8: Fix frequency reporting > > BugLink: http://bugs.launchpad.net/bugs/572348 > > With F10, model 10, all valid frequencies are in the ACPI _PST table. > > Cc:<stable <at> kernel.org> # 33.x 32.x > Signed-off-by: Mark Langsdorf<mark.langsdorf <at> amd.com> > LKML-Reference:<1270065406-1814-6-git-send-email-bp <at> amd64.org> > Signed-off-by: Borislav Petkov<borislav.petkov <at> amd.com> > Reviewed-by: Thomas Renninger<trenn <at> suse.de> > Signed-off-by: H. Peter Anvin<hpa <at> zytor.com> > Signed-off-by: Stefan Bader<stefan.bader <at> canonical.com> > --- > arch/x86/kernel/cpu/cpufreq/powernow-k8.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/arch/x86/kernel/cpu/cpufreq/powernow-k8.c b/arch/x86/kernel/cpu/cpufreq/powernow-k8.c > index 52fce63..6f3dc8f 100644 > --- a/arch/x86/kernel/cpu/cpufreq/powernow-k8.c > +++ b/arch/x86/kernel/cpu/cpufreq/powernow-k8.c > <at> <at> -935,7 +935,8 <at> <at> static int fill_powernow_table_pstate(struct powernow_k8_data *data, > powernow_table[i].index = index; > > /* Frequency may be rounded for these */ > - if (boot_cpu_data.x86 == 0x10 || boot_cpu_data.x86 == 0x11) { > + if ((boot_cpu_data.x86 == 0x10&& boot_cpu_data.x86_model< 10) > + || boot_cpu_data.x86 == 0x11) { > powernow_table[i].frequency = > freq_from_fid_did(lo& 0x3f, (lo>> 6)& 7); > } else Acked-by: Tim Gardner <tim.gardner <at> canonical.com> -- -- Tim Gardner tim.gardner <at> canonical.com
3 May 2010 17:18
Tim Gardner <timg <at> tpi.com>
Lucid pre-stable pull request, lp511066
Tim Gardner <timg <at> tpi.com>
2010-05-03 15:18:58 GMT
2010-05-03 15:18:58 GMT
The following changes since commit ef7b5faa1cd3f952b2cdc09ff4b315b4fe85c62c:
Leann Ogasawara (1):
UBUNTU: [Config] Add ahci.ko to virtual sub-flavour
are available in the git repository at:
git://kernel.ubuntu.com/rtg/ubuntu-lucid lp511066
William Lightning (1):
(pre-stable) USB: Add id for HP ev2210 a.k.a Sierra MC5725 miniPCI-e Cell Modem.
drivers/usb/serial/sierra.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
From c67f116b560e08889b89bf9b208a2bba981f4dff Mon Sep 17 00:00:00 2001
From: William Lightning <kassah <at> gmail.com>
Date: Fri, 26 Mar 2010 10:51:20 -0700
Subject: [PATCH] (pre-stable) USB: Add id for HP ev2210 a.k.a Sierra MC5725 miniPCI-e Cell Modem.
BugLink: http://bugs.launchpad.net/bugs/511066
Signed-off-by: William Lightning <kassah <at> gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh <at> suse.de>
(cherry picked from commit cfbaa39347b34837f26e01fe8f4f8dbbae60b520)
Signed-off-by: Tim Gardner <tim.gardner <at> canonical.com>
---
drivers/usb/serial/sierra.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/usb/serial/sierra.c b/drivers/usb/serial/sierra.c
index 3689077..54f8494 100644
--- a/drivers/usb/serial/sierra.c
+++ b/drivers/usb/serial/sierra.c
<at> <at> -195,6 +195,7 <at> <at> static const struct sierra_iface_info direct_ip_interface_blacklist = {
static struct usb_device_id id_table [] = {
{ USB_DEVICE(0x0F3D, 0x0112) }, /* Airprime/Sierra PC 5220 */
{ USB_DEVICE(0x03F0, 0x1B1D) }, /* HP ev2200 a.k.a MC5720 */
+ { USB_DEVICE(0x03F0, 0x211D) }, /* HP ev2210 a.k.a MC5725 */
{ USB_DEVICE(0x03F0, 0x1E1D) }, /* HP hs2300 a.k.a MC8775 */
{ USB_DEVICE(0x1199, 0x0017) }, /* Sierra Wireless EM5625 */
--
--
1.7.0.4
3 May 2010 18:49
Re: [Lucid] SRU: powernow-k8: Fix frequency reporting
Colin Ian King <colin.king <at> canonical.com>
2010-05-03 16:49:51 GMT
2010-05-03 16:49:51 GMT
On Fri, 2010-04-30 at 15:12 +0100, Stefan Bader wrote: > SRU justification: > > Impact: This has been reported through AMD. There is a bug in the > frequency governor which prevents the P-states to be correctly set > (no boost). > > Fix: This fix has been queued up to linux-next and will be included in > stable as well. To improve performance sooner we would be carrying this > patch as pre-stable. > > Testcase: Checking CPU frequencies the boost state without the patch > will never be reached. > > -Stefan > > From 679370641e3675633cad222449262abbe93a4a2a Mon Sep 17 00:00:00 2001 > From: Mark Langsdorf <mark.langsdorf <at> amd.com> > Date: Wed, 31 Mar 2010 21:56:45 +0200 > Subject: [PATCH] powernow-k8: Fix frequency reporting > > BugLink: http://bugs.launchpad.net/bugs/572348 > > With F10, model 10, all valid frequencies are in the ACPI _PST table. > > Cc: <stable <at> kernel.org> # 33.x 32.x > Signed-off-by: Mark Langsdorf <mark.langsdorf <at> amd.com> > LKML-Reference: <1270065406-1814-6-git-send-email-bp <at> amd64.org> > Signed-off-by: Borislav Petkov <borislav.petkov <at> amd.com> > Reviewed-by: Thomas Renninger <trenn <at> suse.de> > Signed-off-by: H. Peter Anvin <hpa <at> zytor.com> > Signed-off-by: Stefan Bader <stefan.bader <at> canonical.com> > --- > arch/x86/kernel/cpu/cpufreq/powernow-k8.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/arch/x86/kernel/cpu/cpufreq/powernow-k8.c b/arch/x86/kernel/cpu/cpufreq/powernow-k8.c > index 52fce63..6f3dc8f 100644 > --- a/arch/x86/kernel/cpu/cpufreq/powernow-k8.c > +++ b/arch/x86/kernel/cpu/cpufreq/powernow-k8.c > <at> <at> -935,7 +935,8 <at> <at> static int fill_powernow_table_pstate(struct powernow_k8_data *data, > powernow_table[i].index = index; > > /* Frequency may be rounded for these */ > - if (boot_cpu_data.x86 == 0x10 || boot_cpu_data.x86 == 0x11) { > + if ((boot_cpu_data.x86 == 0x10 && boot_cpu_data.x86_model < 10) > + || boot_cpu_data.x86 == 0x11) { > powernow_table[i].frequency = > freq_from_fid_did(lo & 0x3f, (lo >> 6) & 7); > } else > -- > 1.6.3.3 > > Looks sensible. Acked-by: Colin King <colin.king <at> canonical.com>
RSS Feed