Re: [PATCH] merge_config.sh: Add option to specify output dir

2012-11-29 Thread zhangfei
On 12-11-30 11:13 AM, John Stultz wrote: On 11/29/2012 06:04 PM, Zhangfei Gao wrote: Provide a -O option to specify dir to put generated .config This looks ok to me, although you might want to add some extra details in the commit log as to why this is useful. Thanks John for the quick revie

Re: [PATCH] merge_config.sh: Add option to specify output dir

2012-11-29 Thread John Stultz
On 11/29/2012 06:04 PM, Zhangfei Gao wrote: Provide a -O option to specify dir to put generated .config This looks ok to me, although you might want to add some extra details in the commit log as to why this is useful. And one minor nit below. thanks -john @@ -100,7 +112,7 @@ for MERGE_FI

Re: [GIT PULL] cpufreq-interactive-gov-master-v1

2012-11-29 Thread Viresh Kumar
On 29 November 2012 21:43, Jon Medhurst (Tixy) wrote: > Linaro's kernel tree already has an interactive governor which is > provided by the Android topic branch, so isn't trying to integrate > another version going to cause a lot of problems for whoever maintains > the two versions and the person

[PATCH] merge_config.sh: Add option to specify output dir

2012-11-29 Thread Zhangfei Gao
Provide a -O option to specify dir to put generated .config Signed-off-by: Zhangfei Gao Tested-by: Jon Medhurst (Tixy) --- scripts/kconfig/merge_config.sh | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/scripts/kconfig/merge_config.sh b/scripts/kconfig/

Re: [GIT PULL] cpufreq-interactive-gov-master-v1

2012-11-29 Thread Jon Medhurst (Tixy)
On Thu, 2012-11-29 at 20:45 +0530, Viresh Kumar wrote: > Hi Andrey, > > This is more of announcement than a PULL request. :) > > Most of us are working with interactive governor. But most of us use > a different version of it, as it is not yet mainlined and there is no hope > of it getting mainli

[GIT PULL] cpufreq-interactive-gov-master-v1

2012-11-29 Thread Viresh Kumar
Hi Andrey, This is more of announcement than a PULL request. :) Most of us are working with interactive governor. But most of us use a different version of it, as it is not yet mainlined and there is no hope of it getting mainlined. http://lists.linaro.org/pipermail/linaro-kernel/2012-February/0

RE: Bug Fix for ARMv8 bootup in Foundation_v8pkg

2012-11-29 Thread Sagar Kadam
Hello Loïc Minier, Thanks for hosting a bug on my behalf. Just a small query: To provide a patch for OE build, shall I extract the core-image-minimal-genericarmv8-20121019001847.rootfs.tar.gz edit the required /etc/fstab to mount the devtmpfs file system during boot or shall I add the device ent

RE: Bug Fix for ARMv8 bootup in Foundation_v8pkg

2012-11-29 Thread Sagar Kadam
Hello Loïc Minier, Thanks for hosting a bug on my behalf. Just a small query: To provide a patch for OE build, shall I extract the core-image-minimal-genericarmv8-20121019001847.rootfs.tar.gz add entry for /dev/ttyAMA into the /etc/device_table and provide its patch. Thanks & BR, Sagar Kadam __

Re: Bug Fix for ARMv8 bootup in Foundation_v8pkg

2012-11-29 Thread Loïc Minier
On Thu, Nov 29, 2012, Sagar Kadam wrote: > Thanks for hosting a bug on my behalf. > Just a small query: > To provide a patch for OE build, shall I extract the > core-image-minimal-genericarmv8-20121019001847.rootfs.tar.gz > add entry for /dev/ttyAMA into the /etc/device_table and provide its patch