On Wed, Sep 7, 2011 at 11:02 AM, Grant Likely wrote:
> On Wed, Sep 07, 2011 at 10:11:25AM +0200, Linus Walleij wrote:
>> From: Linus Walleij
>>
>> This rewrites the U300 GPIO so as to use gpiolib and
>> struct gpio_chip instead of just generic GPIO, hiding
>> all the platform specifics and passin
On Wed, Sep 07, 2011 at 10:11:25AM +0200, Linus Walleij wrote:
> From: Linus Walleij
>
> This rewrites the U300 GPIO so as to use gpiolib and
> struct gpio_chip instead of just generic GPIO, hiding
> all the platform specifics and passing in GPIO chip
> variant as platform data at runtime instead
On 07.09.2011 13:36, Jonathan Nieder wrote:
> Hi,
>
> Aaron Small wrote[1]:
>
>> When KMS is enabled, the screen is mostly correct all the time, but the
>> brightness for either the entire screen, or one horizontal line
>> flickers, maybe two to three times per second. Sometimes the change in
>>
Hi Piotr, Ben,
Piotr Meyer wrote[1]:
> Adter enabling FS-Cache on my NFS mount (busy WWW node) I got
> following error
> (more in dmesg below):
>
> CacheFiles: I/O Error: Unlink failed
> FS-Cache: Cache cachefiles stopped due to I/O error
On 2010-11-15, Ben Hutchings wrote:
> For future referen
From: Alex Deucher
Date: Wed, 29 Sep 2010 11:37:39 -0400
commit bcac54da0a6bd2ed93a2a70fe3d4ebc08c4ed779 upstream.
the hw prefers higher post dividers
Signed-off-by: Alex Deucher
Signed-off-by: Dave Airlie
Signed-off-by: Jonathan Nieder
---
drivers/gpu/drm/radeon/radeon_display.c |2 +-
From: Alex Deucher
Date: Wed, 29 Sep 2010 11:37:40 -0400
commit f28488c282d8916b9b6190cc41714815bbaf97d5 upstream.
These shouldn't be needed with the post div changes
in the last patch.
Signed-off-by: Alex Deucher
Signed-off-by: Dave Airlie
Signed-off-by: Jonathan Nieder
---
drivers/gpu/drm
From: Dan Carpenter
Date: Sat, 17 Jul 2010 12:28:02 +0200
commit 167ffc44caaee68ea60dadf6931a4d195a4ed1f0 upstream.
The "error" variable is unsigned so it's never less than zero. I
changed it to check if (freq < current_freq) directly.
"best_error" is also unsigned so "best_error - 100" could
Hi,
Aaron Small wrote[1]:
> When KMS is enabled, the screen is mostly correct all the time, but the
> brightness for either the entire screen, or one horizontal line
> flickers, maybe two to three times per second. Sometimes the change in
> brightness is just noticeable, and sometimes it is stron
Processing commands for cont...@bugs.debian.org:
> # Pascal Hambourg wrote:
> #
> # > The patch has been included in the new kernel 2.6.32.44 upstream.
> # > commit 58e6859b0205a2394387a1e16a5bf455f24d4611
> #
> # Ben Hutchings wrote:
> #
> # > linux-2.6 (2.6.32-36) UNRELEASED; urgency=high
> # [.
> As I understand it, the kernel won't work in dom0 if the (PV) IOAPIC is
> disabled. CONFIG_XEN_DOM0 depends on CONFIG_X86_IO_APIC and we're now
> trying to catch the case where IOAPIC support is disabled at boot.
>
> However, in domU, IOAPIC support is not required (right?). CONFIG_XEN
Yup.
>
2011/9/7 Barry Song <21cn...@gmail.com>:
>> - /* Enable or disable the internal pull-ups in the GPIO ASIC block */
>> - for (i = 0; i < U300_GPIO_MAX; i++) {
>> - val = 0;
>> - for (j = 0; j < 8; j++)
>> - val |= (u32)((u300_gpio_config
Hi,
we finally got target dates for the next point releases of both Lenny
and Squeeze. Lenny should get 5.0.9 on October 1st; Squeeze will follow
on October 8th with 6.0.3.
NEW for Lenny will be closed on the weekend of September 24th; NEW for
Squeeze on the weekend of October 1st.
The upload o
If it is a hardware problem, I do not see why it doesn't show with the Mint
system. Moreover, if all is fine for a few minutes, the computer will go for
hours, using all the memory, without any panic. I will try to install a Mint
Debian on a native partition to see what happens.
Thank you for t
On Wed, Sep 07, 2011 at 01:01:06PM -0400, Konrad Rzeszutek Wilk wrote:
> > Looking at this again: this problem only really applies to dom0, and the
> > new code won't even build in a domU-only kernel config with
> > CONFIG_X86_IO_APIC unset. I think we actually need something like:
>
> Ok, that i
> Looking at this again: this problem only really applies to dom0, and the
> new code won't even build in a domU-only kernel config with
> CONFIG_X86_IO_APIC unset. I think we actually need something like:
Ok, that is Ok I think? We don't care about domU for this?
Or is it that it will cause boo
On Thursday, September 01, 2011 21:09:38 Jonathan Nieder wrote:
> Hi Andreas,
>
> Andreas Berger wrote:
> > On Tuesday, August 30, 2011 05:10:47 you wrote:
> >> I suspect memory corruption. Maybe v2.6.37-rc5~3^2 (PM / Hibernate:
> >> Fix memory corruption related to swap, 2010-12-03) fixes it. C
On Wed, Sep 07, 2011 at 12:29:08AM +0200, Laurent Pinchart wrote:
> The uvc_mc_register_entity() function wrongfully selects the
> media_entity associated with a UVC entity when creating links. This
> results in access to uninitialized media_entity structures and can hit a
> BUG_ON statement in med
> -/* GPIO Pull-Up status */
> -#define DISABLE_PULL_UP 0
> -#define ENABLE_PULL_UP 1
> +#define U300_OUTPUT_LOW { \
> + .output = true, \
> + .outval = 0, \
> +}
>
> -#define GPIO_NOT_USED 0
> -#define GPIO_IN 1
> -#define GPIO_OUT 2
> +#define U300_OUTPUT_HIGH { \
> +
On 09/07/2011 01:47 AM, Rick Thomas wrote:
>
> I tried again today. I installed Sid from the Sid_d-i PowerPC daily
> businesscard. Same problem.
>
Fixed kernel did not get into d-i, yet.
Milan
--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscrib
On Wed, Sep 07, 2011 at 02:51:04AM +0100, Ben Hutchings wrote:
> On Mon, 2011-08-29 at 10:08 -0400, Konrad Rzeszutek Wilk wrote:
> [...]
> > Oh, I think I know _exactly_ what bug that is:
> >
> > This git commit:
> > 280802657fb95c52bb5a35d43fea60351883b2af "xen/blkback: When writting
> > barrier
On Tue, Sep 06, 2011 at 04:16:11AM +0100, Ben Hutchings wrote:
> On Mon, 2011-09-05 at 19:46 +0100, ael wrote:
> > On Mon, Sep 05, 2011 at 12:11:26PM +0100, Ben Hutchings wrote:
> > > > > > Package: linux-2.6
> > > > > > Version: 3.0.0-3
> > > > > > Severity: normal
> > > > > > Tags: upstream
> > >
On Tue, Sep 6, 2011 at 11:51 AM, Arnaud Patard
wrote:
> [Me]
>> -#ifdef U300_COH901571_3
>> +#if defined(CONFIG_MACH_U300_BS365) || defined(CONFIG_MACH_U300_BS335)
>> {
>> .name = "gpio3",
>> .start = IRQ_U300_GPIO_PORT3,
>> @@ -236,6 +237,7 @@ static struct reso
> > [1] https://patchwork.kernel.org/patch/1005892/
>
> The replies on that page say that the bug was in mac80211, not iwlagn.
Yeah iwlagn reacted badly to being called here, that's how we found the bug.
> It seems that the correct fix is:
>
> commit 94f9b97be5b3bf67392e43fb7f567721b09142c2
> A
The trick to do "task || task" in cron did work several times.
I am very grateful but (would you believe it) only yesterday the system
was moved onto something with far more memory. :-(
I doubt it will suffer the problem again. If this becomes an issue for
others I would be happy to set-up a
24 matches
Mail list logo