Re: Moblin Kernel and Driver Status for WW10

2008-03-06 Thread Amit Kucheria
Hi Alek,

Yes, the hardy tree is synced with 2.6.24.3. There is definitely a
need to repatch, but I am not sure if that will break other things
that Matthew Garrett's patch does. I'll investigate in more detail
tomorrow.

Regards,
Amit

2008/3/6 Du, Alek <[EMAIL PROTECTED]>:
> Amit,
>
>  The 0005-thermal-ext-acpi_video.patch did not get changed for a "long" time. 
> Was hardy tree synced with 2.6.24.3 or later? Moblin kernel still uses 
> 2.6.24. Need to re-patch it?
>
>  Thanks,
>  Alek
>
>
> -Original Message-
>  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amit Kucheria
>  Sent: 2008年3月6日 20:26
>  To: Du, Alek; Chetty, Jay; Gunawardana, Inuka
>  Cc: Ubuntu-mobile@lists.ubuntu.com
>  Subject: Re: Moblin Kernel and Driver Status for WW10
>
>  On Thu, Mar 6, 2008 at 10:48 AM, Du, Alek <[EMAIL PROTECTED]> wrote:
>
>  >  Dabney Thermal patches
>  >  ==
>  >  No changes this week.
>
>  I just noticed that patch 0005-thermals-ext-acpi_video.patch doesn't
>  apply anymore to our tree. Does it apply to yours? I can't seem to
>  sync your tree, it fails with the following error:
>
>  pack/pack-37d823e34d01267f86a6a315278f23446d3ea6bd.idx
>  pack/pack-37d823e34d01267f86a6a315278f23446d3ea6bd.pack
>  pack/pack-67bc09e79d586a6ffcaa8a34cab1536e08d8699e.idx
>  pack/pack-67bc09e79d586a6ffcaa8a34cab1536e08d8699e.pack
>  pack/pack-7b5b94d42b82101501b8ef8310500e5e28c43102.idx
>  pack/pack-7b5b94d42b82101501b8ef8310500e5e28c43102.pack
>  pack/pack-82921bbfef2596e0b4bace37c11441db7f5260b6.idx
>  pack/pack-82921bbfef2596e0b4bace37c11441db7f5260b6.pack
>
>  sent 268415 bytes  received 144711635 bytes  307486.85 bytes/sec
>  total size is 143449035  speedup is 0.99
>  rsync: link_stat "projects/kernel-mid-2.6.24.git/packed-refs" (in
>  repos) failed: No such file or directory (2)
>  rsync error: some files could not be transferred (code 23) at
>  main.c(1385) [receiver=2.6.9]
>  fatal: Could not run rsync to get refs
>
>  >  Grub fast boot/resume
>  >  
>  >  Martin found a few kernel configure options could let Moblin kernel boot
>  >  faster. Setting "no" to CONFIG_BLK_DEV_FD and CONFIG_ISAPNP could save
>  >  as many as 3 seconds!!! We certainly do not need to support floppy
>  >  driver and ISA bus.
>
>  Interesting. I will make these changes in our kernel too.
>
>  Jay: I had to move the 868x wireless/bt drivers to LUM so that our
>  team in Lexington would not have to compile the whole kernel when
>  debugging the driver. So your patches on the ume-hardy tree were
>  conflicting. I have manually patched the hardy tree with the changes
>  that  you pushed to ume-hardy. I will overwrite (yuck) the history of
>  the ume-hardy tree so correspond to my  changes. Sorry for the
>  inconvenience.
>
>  Inuka: You patches to LUM went in fine. Thanks.
>
>  I also fixed our build system so that a patch that fails to apply will
>  cause an immediate exit.
>
>  Regards,
>  Amit
>
-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


RE: Moblin Kernel and Driver Status for WW10

2008-03-06 Thread Du, Alek
Amit,

The 0005-thermal-ext-acpi_video.patch did not get changed for a "long" time. 
Was hardy tree synced with 2.6.24.3 or later? Moblin kernel still uses 2.6.24. 
Need to re-patch it?

Thanks,
Alek
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amit Kucheria
Sent: 2008年3月6日 20:26
To: Du, Alek; Chetty, Jay; Gunawardana, Inuka
Cc: Ubuntu-mobile@lists.ubuntu.com
Subject: Re: Moblin Kernel and Driver Status for WW10

On Thu, Mar 6, 2008 at 10:48 AM, Du, Alek <[EMAIL PROTECTED]> wrote:

>  Dabney Thermal patches
>  ==
>  No changes this week.

I just noticed that patch 0005-thermals-ext-acpi_video.patch doesn't
apply anymore to our tree. Does it apply to yours? I can't seem to
sync your tree, it fails with the following error:

pack/pack-37d823e34d01267f86a6a315278f23446d3ea6bd.idx
pack/pack-37d823e34d01267f86a6a315278f23446d3ea6bd.pack
pack/pack-67bc09e79d586a6ffcaa8a34cab1536e08d8699e.idx
pack/pack-67bc09e79d586a6ffcaa8a34cab1536e08d8699e.pack
pack/pack-7b5b94d42b82101501b8ef8310500e5e28c43102.idx
pack/pack-7b5b94d42b82101501b8ef8310500e5e28c43102.pack
pack/pack-82921bbfef2596e0b4bace37c11441db7f5260b6.idx
pack/pack-82921bbfef2596e0b4bace37c11441db7f5260b6.pack

sent 268415 bytes  received 144711635 bytes  307486.85 bytes/sec
total size is 143449035  speedup is 0.99
rsync: link_stat "projects/kernel-mid-2.6.24.git/packed-refs" (in
repos) failed: No such file or directory (2)
rsync error: some files could not be transferred (code 23) at
main.c(1385) [receiver=2.6.9]
fatal: Could not run rsync to get refs

>  Grub fast boot/resume
>  
>  Martin found a few kernel configure options could let Moblin kernel boot
>  faster. Setting "no" to CONFIG_BLK_DEV_FD and CONFIG_ISAPNP could save
>  as many as 3 seconds!!! We certainly do not need to support floppy
>  driver and ISA bus.

Interesting. I will make these changes in our kernel too.

Jay: I had to move the 868x wireless/bt drivers to LUM so that our
team in Lexington would not have to compile the whole kernel when
debugging the driver. So your patches on the ume-hardy tree were
conflicting. I have manually patched the hardy tree with the changes
that  you pushed to ume-hardy. I will overwrite (yuck) the history of
the ume-hardy tree so correspond to my  changes. Sorry for the
inconvenience.

Inuka: You patches to LUM went in fine. Thanks.

I also fixed our build system so that a patch that fails to apply will
cause an immediate exit.

Regards,
Amit

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Moblin Kernel and Driver Status for WW10

2008-03-06 Thread Amit Kucheria
On Thu, Mar 6, 2008 at 10:48 AM, Du, Alek <[EMAIL PROTECTED]> wrote:

>  Dabney Thermal patches
>  ==
>  No changes this week.

I just noticed that patch 0005-thermals-ext-acpi_video.patch doesn't
apply anymore to our tree. Does it apply to yours? I can't seem to
sync your tree, it fails with the following error:

pack/pack-37d823e34d01267f86a6a315278f23446d3ea6bd.idx
pack/pack-37d823e34d01267f86a6a315278f23446d3ea6bd.pack
pack/pack-67bc09e79d586a6ffcaa8a34cab1536e08d8699e.idx
pack/pack-67bc09e79d586a6ffcaa8a34cab1536e08d8699e.pack
pack/pack-7b5b94d42b82101501b8ef8310500e5e28c43102.idx
pack/pack-7b5b94d42b82101501b8ef8310500e5e28c43102.pack
pack/pack-82921bbfef2596e0b4bace37c11441db7f5260b6.idx
pack/pack-82921bbfef2596e0b4bace37c11441db7f5260b6.pack

sent 268415 bytes  received 144711635 bytes  307486.85 bytes/sec
total size is 143449035  speedup is 0.99
rsync: link_stat "projects/kernel-mid-2.6.24.git/packed-refs" (in
repos) failed: No such file or directory (2)
rsync error: some files could not be transferred (code 23) at
main.c(1385) [receiver=2.6.9]
fatal: Could not run rsync to get refs

>  Grub fast boot/resume
>  
>  Martin found a few kernel configure options could let Moblin kernel boot
>  faster. Setting "no" to CONFIG_BLK_DEV_FD and CONFIG_ISAPNP could save
>  as many as 3 seconds!!! We certainly do not need to support floppy
>  driver and ISA bus.

Interesting. I will make these changes in our kernel too.

Jay: I had to move the 868x wireless/bt drivers to LUM so that our
team in Lexington would not have to compile the whole kernel when
debugging the driver. So your patches on the ume-hardy tree were
conflicting. I have manually patched the hardy tree with the changes
that  you pushed to ume-hardy. I will overwrite (yuck) the history of
the ume-hardy tree so correspond to my  changes. Sorry for the
inconvenience.

Inuka: You patches to LUM went in fine. Thanks.

I also fixed our build system so that a patch that fails to apply will
cause an immediate exit.

Regards,
Amit

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile