Based on v3.5-rc3 plus recently submmited cpu_cooling functionality here:
http://www.spinics.net/lists/kernel/msg1340221.html
I am told this cpu cooling patch has been accepted and exists in len brown's
next branch.
link to previous submissions:
v4: http://comments.gmane.org/gmane.linux.acpi.devel/51779
v3: http://www.spinics.net/lists/arm-kernel/msg155955.html
v2: http://www.spinics.net/lists/arm-kernel/msg155790.html
v1: http://www.spinics.net/lists/arm-kernel/msg155111.html
Changes in v5:
1. Modified to use anatop mfd driver for accessing anatop registers
2. Made necessary changes to work with latest generic CPU cooling code.
3. Added Config changes and functionality to allow testing on parts without
without programmed temperature sensor calibration values.
4. General cleanup and addition of comments.
Changes in v4:
1. Removed bad suspend/resume assignment into thermal class. After further
examination and discussion with SoC designers, a sequence is now used
for making measurements that is is unaffected by system suspendresumes.
Temp Sensor automatically powers off in hardware during the low power mode
caused by a system suspend.
2. Moved some structures from static to dynamic allocation.
3. Added some noise handling to temperatuer sensor readings.
Changes in v3:
1. Fixed the various issues pointed out in v2
2. Made other code cleanup and a bit of re-organizing
3. Removed unecessary platform driver and device.
Changes in v2:
1. Cleaned up some style issues pointed out in v1
2. Made various other code cleanup and re-organizing
3. Added temperature sensor calibration
4. Created platform driver and device to hook into pm suspend.
Performed some basic testing to ensure proper cooling operating. If
you want to test this, full testing requires imx6q cpufreq
implementation (not yet in v3.5).
Robert Lee (1):
ARM: imx: Add basic imx6q cpu thermal management
arch/arm/boot/dts/imx6q.dtsi | 5 +
drivers/thermal/Kconfig | 28 ++
drivers/thermal/Makefile | 1 +
drivers/thermal/imx6q_thermal.c | 593 +++++++++++++++++++++++++++++++++++++++
4 files changed, 627 insertions(+)
create mode 100644 drivers/thermal/imx6q_thermal.c
--
1.7.10
This patchset creates an arch_scale_freq_power function for ARM, which is used
to set the relative capacity of each core of a big.LITTLE system. It also removes
the broken power estimation of x86.
Modification since v1:
- Add and update explanation about the use of the table and the range of the value
- Remove the use of NR_CPUS and use nr_cpu_ids instead
- Remove broken power estimation of x86
Peter Zijlstra (1):
sched, x86: Remove broken power estimation
Vincent Guittot (4):
ARM: topology: Add arch_scale_freq_power function
ARM: topology: factorize the update of sibling masks
ARM: topology: Update cpu_power according to DT information
sched: cpu_power: enable ARCH_POWER
arch/arm/include/asm/topology.h | 2 +
arch/arm/kernel/topology.c | 210 +++++++++++++++++++++++++++++++++++----
arch/x86/kernel/cpu/Makefile | 2 +-
arch/x86/kernel/cpu/sched.c | 55 ----------
kernel/sched/features.h | 2 +-
5 files changed, 193 insertions(+), 78 deletions(-)
delete mode 100644 arch/x86/kernel/cpu/sched.c
--
1.7.9.5
Hi, Saugata
We have a problem to use the mmcblk0p8 partition,
do you know if we can use it, and how can we use it?
I created the 8th partition with fdisk command
and the 8th partition is listed in the output of fdisk -l command
but it is not listed in /proc/partitions file, even after reboot
And also I can't use mkfs.vfat -n sdcard /dev/mmcblk0p8 to format.
Could you give me some help about this?
Thanks,
Yongqin Liu
Hi All,
I am using Linaro 11.11 Gingerbread with 10" LCD and touchscreen. In
that, the Android Virtual Keyboard is not visible fully on the screen.
So unable to type Text in SMS or URL in Browser. Only 5mm of the
keyboard's top portion alone is visible. Any clue on how to fix this
issue? Is it related to IDC file?
Regards,
--
Bharathi Subramanian
Hey all,
Today is Chengjie's last day as a Linaro assignee. I'd like to thank
him for his great work on the Linaro Android team over the last 6
months. He has had a big hand in supporting Origen and improving test
automation.
Chengjie is still keen on helping Linaro. He will transition to a
community member, where he'll be able to help out (without being
required to file status :).
Its been great to have you on the team Chengjie, thanks!
--
Zach Pfeffer
Android Platform Team Lead, Linaro Platform Teams
Linaro.org | Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linarohttp://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog
Andrey,
can we merge it into official Linaro tree(s)? This is going to mainline
anyway, but there are some requests to get perf updates faster than Ingo
can accept them.
Dmitry
-------- Original Message --------
Subject: [RFC] tmp.perf/core branch with event_name changes and some more
Date: Tue, 12 Jun 2012 14:05:13 -0300
From: Arnaldo Carvalho de Melo <acme(a)ghostprotocols.net>
To: Namhyung Kim <namhyung(a)gmail.com>, David Ahern <dsahern(a)gmail.com>,
Jiri Olsa <jolsa(a)redhat.com>, Dmitry Antipov <dmitry.antipov(a)linaro.org>
Hi guys,
Could you please check out if my tmp.perf/core branch fixes the
problems reported lately about event name mismatches from perf.data
files collected in other machines, etc.
Jiri, I made changes to how parse-events cache evsel->name,
please check the cset logs to see if all is well, perf test passes at
least.
Namhyung, this branch also has some of your patches, please
check that it is ok.
Since more people are cloning from my tree, I'm trying to get
used to not rebasing them, thus this tmp.perf/core attempt this time :-\
To test it, just add my remote on your local linux git repo:
$ cd git/linux # or whichever name you chose
$ git remote add acme git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux
$ git remote update acme
$ git checkout -b tmp.perf/core acme/tmp.perf/core
and build the tool.
Best Regards,
- Arnaldo