Re: Re: Re: [PATCH 1/3][RFC] devfreq: Core updates to support devices which can idle

2012-08-30 Thread MyungJoo Ham
> On 23 August 2012 09:57, MyungJoo Ham wrote: > >> > On 20 August 2012 12:50, 함명주 wrote: > >> > > >> > > Prepare devfreq core framework to support devices which > >> > > can idle. When device idleness is detected perhaps through > >> > > runtime-pm, need some mechanism to suspend devfreq load >

llct "stable" trees

2012-08-30 Thread Andy Green
Hi - We've been getting some good mileage from the llct-based tilt-3.4 history tree the last months. However a couple of points have been raised by TI which really boil down to being about the deal with llct post-release. We know that it goes on mutating and tracking as it should, but the r

Re: TI LT Android for Panda board and perf

2012-08-30 Thread Dmitry Antipov
On 08/30/2012 01:26 PM, Rajendra Nayak wrote: I tried 2012.07 (http://releases.linaro.org/12.07) ubuntu images and I get this when I run perf :( perf_3.4.0-2: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory If your board connected

[PATCH 1/2] netfilter: xt_quota2: Move away from NLMSG_PUT()

2012-08-30 Thread Tushar Behera
Commit c3deafc5261a ("netlink: Delete NLMSG_PUT and NLMSG_NEW.") removes NLMSG_PUT() and recommends use of nlmsg_put() instead. Signed-off-by: Tushar Behera --- net/netfilter/xt_quota2.c | 17 +++-- 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/net/netfilter/xt_qu

[PATCH 0/2] Android fixes w.r.t. 3.6 kernel

2012-08-30 Thread Tushar Behera
Required for android-3.6 tree. Tushar Behera (2): netfilter: xt_quota2: Move away from NLMSG_PUT() netfilter: xt_quota2: Update parameter list in netlink_kernel_create net/netfilter/xt_quota2.c | 25 - 1 files changed, 16 insertions(+), 9 deletions(-) -- 1.7.4.1

[PATCH 2/2] netfilter: xt_quota2: Update parameter list in netlink_kernel_create

2012-08-30 Thread Tushar Behera
Commit a31f2d17b331 ("netlink: add netlink_kernel_cfg parameter to netlink_kernel_create") modifies parameter list of netlink_kernel_create. Signed-off-by: Tushar Behera --- net/netfilter/xt_quota2.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/net/netfilter/xt

Re: Re: Re: [PATCH 1/3][RFC] devfreq: Core updates to support devices which can idle

2012-08-30 Thread Rajagopal Venkat
On 30 August 2012 13:42, MyungJoo Ham wrote: >> On 23 August 2012 09:57, MyungJoo Ham wrote: >> >> > On 20 August 2012 12:50, 함명주 wrote: >> >> > >> >> > > Prepare devfreq core framework to support devices which >> >> > > can idle. When device idleness is detected perhaps through >> >> > > runtim