[yocto] [PATCH 0/1] Enable to set RTC for beagleboard

2011-06-15 Thread Jingdong Lu
From: Jingdong Lu Ensure msecure is mux'd to be able to set the RTC for beagleboard. Fixes bug [YOCTO #767] Jingdong Lu (1): RTC: Enable to set RTC arch/arm/mach-omap2/board-omap3beagle.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) __

[yocto] [PATCH 1/1] RTC: Enable to set RTC

2011-06-15 Thread Jingdong Lu
From: Jingdong Lu "Msecure" signal provides for protection of the RTC register in TPS65950 be disabling that function via a control signal from the OMAP3530. So ensure msecure is mux'd to be able to set the RTC. Fixes bug [YOCTO #767] Signed-off-by: Jingdong Lu --- arch/arm/mach-omap2/board-om

Re: [yocto] [PATCH 0/1] Enable to set RTC for beagleboard

2011-06-15 Thread Bruce Ashfield
On 06/15/11 06:41, Jingdong Lu wrote: From: Jingdong Lu Ensure msecure is mux'd to be able to set the RTC for beagleboard. Fixes bug [YOCTO #767] Jingdong, The fix looks reasonable to me, Darren has been refreshing the beagleboard support as well, so I've cc'd him here to see if we have this

Re: [yocto] [PATCH 0/1] Enable to set RTC for beagleboard

2011-06-15 Thread Koen Kooi
Op 15 jun 2011, om 15:21 heeft Bruce Ashfield het volgende geschreven: > On 06/15/11 06:41, Jingdong Lu wrote: >> From: Jingdong Lu >> >> Ensure msecure is mux'd to be able to set the RTC for beagleboard. >> Fixes bug [YOCTO #767] > > Jingdong, > > The fix looks reasonable to me, Darren has be

Re: [yocto] [PATCH 0/1] Enable to set RTC for beagleboard

2011-06-15 Thread Bruce Ashfield
On 06/15/11 09:25, Koen Kooi wrote: Op 15 jun 2011, om 15:21 heeft Bruce Ashfield het volgende geschreven: On 06/15/11 06:41, Jingdong Lu wrote: From: Jingdong Lu Ensure msecure is mux'd to be able to set the RTC for beagleboard. Fixes bug [YOCTO #767] Jingdong, The fix looks reasonable t

Re: [yocto] [PATCH 0/1] Enable to set RTC for beagleboard

2011-06-15 Thread Darren Hart
On 06/15/2011 06:31 AM, Bruce Ashfield wrote: > On 06/15/11 09:25, Koen Kooi wrote: >> >> Op 15 jun 2011, om 15:21 heeft Bruce Ashfield het volgende >> geschreven: >> >>> On 06/15/11 06:41, Jingdong Lu wrote: From: Jingdong Lu Ensure msecure is mux'd to be able to set the RTC fo

Re: [yocto] [PATCH 0/1] Enable to set RTC for beagleboard

2011-06-15 Thread Bruce Ashfield
On 06/15/11 12:48, Darren Hart wrote: On 06/15/2011 06:31 AM, Bruce Ashfield wrote: On 06/15/11 09:25, Koen Kooi wrote: Op 15 jun 2011, om 15:21 heeft Bruce Ashfield het volgende geschreven: On 06/15/11 06:41, Jingdong Lu wrote: From: Jingdong Lu Ensure msecure is mux'd to be able to set

Re: [yocto] [PATCH 0/1] Enable to set RTC for beagleboard

2011-06-15 Thread Darren Hart
On 06/15/2011 09:52 AM, Bruce Ashfield wrote: > On 06/15/11 12:48, Darren Hart wrote: >> >> >> On 06/15/2011 06:31 AM, Bruce Ashfield wrote: >>> On 06/15/11 09:25, Koen Kooi wrote: Op 15 jun 2011, om 15:21 heeft Bruce Ashfield het volgende geschreven: > On 06/15/11 06:41,

[yocto] configure optimization feature update

2011-06-15 Thread Xu, Dongxiao
Hi Richard, Recently I was doing the "configure optimization" feature and collecting data for it. The main logic of this feature is straight forward: 1. Use the diff file as autoreconf cache. (I use command: "diff -ruN SOURCE-ORIG SOURCE", here "SOURCE-ORIG" is the source directory before runn

Re: [yocto] configure optimization feature update

2011-06-15 Thread Khem Raj
On Wed, Jun 15, 2011 at 5:57 PM, Xu, Dongxiao wrote: > Hi Richard, > > Recently I was doing the "configure optimization" feature and collecting data > for it. > > The main logic of this feature is straight forward: > > 1. Use the diff file as autoreconf cache. (I use command: "diff -ruN > SOURCE

Re: [yocto] [PATCH 0/1] Enable to set RTC for beagleboard

2011-06-15 Thread Lu Jingdong
On 06/16/2011 01:33 AM, Darren Hart wrote: On 06/15/2011 09:52 AM, Bruce Ashfield wrote: On 06/15/11 12:48, Darren Hart wrote: On 06/15/2011 06:31 AM, Bruce Ashfield wrote: On 06/15/11 09:25, Koen Kooi wrote: Op 15 jun 2011, om 15:21 heeft Bruce Ashfield het volgende geschreven: On 06/15/

Re: [yocto] [PATCH 0/1] Enable to set RTC for beagleboard

2011-06-15 Thread Bruce Ashfield
On 11-06-15 10:23 PM, Lu Jingdong wrote: On 06/16/2011 01:33 AM, Darren Hart wrote: On 06/15/2011 09:52 AM, Bruce Ashfield wrote: On 06/15/11 12:48, Darren Hart wrote: On 06/15/2011 06:31 AM, Bruce Ashfield wrote: On 06/15/11 09:25, Koen Kooi wrote: Op 15 jun 2011, om 15:21 heeft Bruce Ash

Re: [yocto] configure optimization feature update

2011-06-15 Thread Xu, Dongxiao
> -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Thursday, June 16, 2011 9:29 AM > To: Xu, Dongxiao > Cc: Richard Purdie (richard.pur...@linuxfoundation.org); > yocto@yoctoproject.org > Subject: Re: [yocto] configure optimization feature update > > On Wed, Jun 15,

[yocto] [PATCH 0/1] RTC: Ensure msecure is mux'd to be able to set RTC for beagleboard

2011-06-15 Thread Jingdong Lu
From: Jingdong Lu Ensure msecure is mux'd to be able to set the RTC for beagleboard. Fixes bug [YOCTO #767] Jingdong Lu (1): RTC: Ensure msecure is mux'd to be able to set RTC arch/arm/mach-omap2/board-omap3beagle.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) __

[yocto] [PATCH 1/1] RTC: Ensure msecure is mux'd to be able to set RTC

2011-06-15 Thread Jingdong Lu
From: Jingdong Lu commit e2a346a2a054f702fd76f328ff747b9ad9264a4c from git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git arm: omap3: beagle: Ensure msecure is mux'd to be able to set the RTC. "Msecure" signal provides for protection of the RTC register in TPS65950 be disab

Re: [yocto] [PATCH 1/1] RTC: Ensure msecure is mux'd to be able to set RTC

2011-06-15 Thread Liming Wang
On 2011-6-16 14:07, Jingdong Lu wrote: From: Jingdong Lu commit e2a346a2a054f702fd76f328ff747b9ad9264a4c from git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git It's fine if you break this line into two lines. arm: omap3: beagle: Ensure msecure is mux'd to be able to set