Thanks Arnd, Mark, Jamie, Rob, for your review.
Changes in v4:
- add depends on HAVE_CLK && OF && REGULATOR
- add set_cpu_freq fail check
- regulator_put wehn module exit
- add pr_fmt and convert all printk to pr_xxx
- use voltage range
- comment and doc fix
- add cpu_volts value pre-check in module init
- add helpfull module parameter max_freq
- remove compatible string check on Arnd's comment.
- remove generic-cpufreq to clk-reg-cpufreq
Changes in v3:
- move adjusting smp loops_per_jiffy to arm common code,
and also adjust global loops_per_jiffy.
- remove adjusting loops_per_jiffy in imx and omap cpufreq drivers.
- check compatible "generic-cpufreq" when module_init
- change printk to pr_xxx
- add generic-cpufreq DT binding doc
Changes in v2:
- add volatage change support
- change '_' in property name to '-'
- use initial value to calculate loops_per_jiffy
- fix reading cpu_volts property bug
- let cpufreq_frequency_table_cpuinfo routines handle cpu_freq_khz_max/min
- don't change freq in arm_cpufreq_exit, because every core share the same freq.
- use unsigned long describe frequency as much as possible. Because clk use
unsigned long, but cpufreq use unsigned int.
[PATCH v4 1/7] ARM: add cpufreq transiton notifier to adjust
[PATCH v4 2/7] arm/imx: cpufreq: remove loops_per_jiffy recalculate
[PATCH v4 3/7] cpufreq: OMAP: remove loops_per_jiffy recalculate for
[PATCH v4 4/7] cpufreq: add clk-reg cpufreq driver
[PATCH v4 5/7] dts/imx6q: add cpufreq property
[PATCH v4 6/7] arm/imx6q: register arm_clk as cpu to clkdev
[PATCH v4 7/7] arm/imx6q: select ARCH_HAS_CPUFREQ
The driver is based on clock and regulator APIs and support single core
and multi core ARM SoCs. For multi core, it assume all cores share the
same clock and voltage.
Thanks Arnd, Mark, Jamie, Rob, for your review.
Changes in V5:
- add more comments
- rename trans-latency to clk-trans-latency, and it only describe clk
latency. Regulator latency is got from regulator_set_voltage_time.
Changes in v4:
- add depends on HAVE_CLK && OF && REGULATOR
- add set_cpu_freq fail check
- regulator_put wehn module exit
- add pr_fmt and convert all printk to pr_xxx
- use voltage range
- comment and doc fix
- add cpu_volts value pre-check in module init
- add helpfull module parameter max_freq
- remove compatible string check on Arnd's comment.
- remove generic-cpufreq to clk-reg-cpufreq
Changes in v3:
- move adjusting smp loops_per_jiffy to arm common code,
and also adjust global loops_per_jiffy.
- remove adjusting loops_per_jiffy in imx and omap cpufreq drivers.
- check compatible "generic-cpufreq" when module_init
- change printk to pr_xxx
- add generic-cpufreq DT binding doc
Changes in v2:
- add volatage change support
- change '_' in property name to '-'
- use initial value to calculate loops_per_jiffy
- fix reading cpu_volts property bug
- let cpufreq_frequency_table_cpuinfo routines handle cpu_freq_khz_max/min
- don't change freq in arm_cpufreq_exit, because every core share the same freq.
- use unsigned long describe frequency as much as possible. Because clk use
unsigned long, but cpufreq use unsigned int.
[PATCH V5 1/7] ARM: add cpufreq transiton notifier to adjust
[PATCH V5 2/7] arm/imx: cpufreq: remove loops_per_jiffy recalculate
[PATCH V5 3/7] cpufreq: OMAP: remove loops_per_jiffy recalculate for
[PATCH V5 4/7] cpufreq: add clk-reg cpufreq driver
[PATCH V5 5/7] dts/imx6q: add cpufreq property
[PATCH V5 6/7] arm/imx6q: register arm_clk as cpu to clkdev
[PATCH V5 7/7] arm/imx6q: select ARCH_HAS_CPUFREQ
Thanks
Richard
Hi -
I visited
https://bugs.launchpad.net/linaro-android
to create a couple of bugs for Panda ICS rootfs [1], I was surprised to
see 268 open bugs there including ones about Panda.
When I looked at them, a lot are about Gingerbread, some are about TI LT
kernels but others about Panda are about other kernels. Well, I'm kind
of happy I didn't get bothered about those bugs; we have some open bugs
that are relevant that we're still working on which is fine.
However... what's the plan about Gingerbread? We seem to have moved
lock, stock and barrel to ICS, which although it happened a bit abruptly
I can understand the reasoning for.
Should we not close out the Android bugs about Gingerbread then with
INVALID or WONTFIX? Or is the plan we will continue to make GB builds
too? (That will need us to create another kernel with old SGX 1.7 stuff
in if so, it's no big deal but we would need to know.) It's very
difficult at the moment to see if a bug like
"Panda: Bootup failures observed when HDMI cable is connected"
https://bugs.launchpad.net/linaro-android/+bug/902046
is relevant, I don't think it is since it's about old tracking kernel on
Gingerbread with 1.7 SGX. Then, we should nuke the bug so we can see
the wood from the trees?
Another kind of problem a real, old bug we fixed 6 weeks ago is not
closed out
https://bugs.launchpad.net/linaro-android/+bug/869537
-Andy
[1] I didn't bother listing bugs for all the regressions ICS rootfs
introduced generally since they're well known already, but these ones
are interesting for TI LT
ICS: Panda: 1080p background image memory allocation fails
https://bugs.launchpad.net/linaro-android/+bug/908954
ICS: Panda: 1080p launcher screen positioning uses 720p origin
https://bugs.launchpad.net/linaro-android/+bug/908956
ICS: All arches: No aplay / arecord or equivalent
https://bugs.launchpad.net/linaro-android/+bug/908957
--
Andy Green | TI Landing Team Leader
Linaro.org │ Open source software for ARM SoCs | Follow Linaro
http://facebook.com/pages/Linaro/155974581091106 -
http://twitter.com/#!/linaroorg - http://linaro.org/linaro-blog
Hi there,
Matthias has just landed in the Precise repositories an updated
version of OpenJDK that comes with a newly updated Zero-based ARM
optimized backend. Since many people have inquired about the general
state of Java on ARM, I'd like it if we could get some installation and
testing results using the packages published from the source at:
https://launchpad.net/ubuntu/precise/+source/openjdk-6/6b24~pre2-0ubuntu2
Installable packages are linked to from:
https://launchpad.net/ubuntu/+source/openjdk-6/6b24~pre2-0ubuntu2/+build/30…
Reports of installation issues, and general results trying to run from
simple to complex applications would be appreciated.
Note there is no backport PPA for these packages at the moment. But it's
still time to give them a xmas spin and give me the great news that Java
on ARM is getting back on track -- thanks!
--
Christian Robottom Reis, Engineering VP
Brazil (GMT-3) | [+55] 16 9112 6430 | [+1] 612 216 4935
Linaro.org: Open Source Software for ARM SoCs
Hi All,
Here is the summary for Linaro release 11.12 postmortem and lessons learned,
and the last for the calendar year.
For a detailed release review please visit
https://wiki.linaro.org/Cycles/1112/Release/Review
Highlights and Key Successes
============================
This cycle's release features accelerated graphics for Android Ice Cream
Sandwich on several of our supported member platforms.
http://www.linaro.org/accelerated-builds-of-android-ice-cream-sandwich-now-…
The Youtube videos have been making the rounds in various social media
spots:
http://www.youtube.com/watch?v=XPFy2MFbUys&feature=youtu.behttp://www.youtube.com/watch?v=whpaltVa3pQ&feature=youtu.behttp://www.youtube.com/watch?v=7_MCLKmXDFA&feature=youtu.be
Other than ICS the Android team has integrated DS-5 with Gator and
libjpeg-turbo support. An AOSP master build is also available.
The Ubuntu Platform team has integrated continuous integration (CI)
scripts to automatically generate linux-linaro and lt-panda kernel
packages. The preview images for Ubuntu 12.04, Precise Pangolin are
available and include nano, developer, server, alip (Xfce desktop
based), and ubuntu-desktop.
For more information on release highlights please see our release page:
https://wiki.linaro.org/Cycles/1112/Release
Postmortem and Lessons Learned
==============================
Congratulations to the release team for getting this release out on
time with little thrashing at the end of the cycle. One item that has
contributed to that was the initiation of a weekly platform - landing
team meeting where issues with high priorities are discussed
between the groups. Near the end of the cycle short stand-up
meetings are held for any last minute issues that arise. This has
been a good success so far and a similar weekly meeting between
the platform and working groups is planned for the new year.
The addition of the community specialist (Amber Graner) was
extremely helpful to keeping the release on track and on time.
Some of the lessons learned that came out of the cycle are:
* Talking directly to members and communities is very
beneficial to Linaro.
* When creating blueprints, due diligence is required to scope
and schedule it properly.
* Integration with components should happen at the earliest
possible moment to allow time for re-spins and bug-fixing.
* Use the project manager as a resource to help with the
release process.
--
David Zinman
Linaro Release Manager | Project Manager
Linaro.org | Open source software for ARM SoCs
Hi -
Mainly due to the extraordinary efforts of Jassi, I'm pleased to
announce TI LT now has a mostly-workable initial build of
tilt-android-tracking for ICS including SGX 1.8 driver, on 3.2-rc5 basis.
It has two issues at the moment to be aware of:
1) We were only able to get it to work right now on Build #1 of the
Panda ICS rootfs. Build 4 is giving some problem with struct size
matching in dsscomp. Jassi had read something about it on
linaro-android and expects it'll be solved soon.
2) Display is from HDMI, is coming at 1080p, but we have a 640x480 box
in the top left right now with the content. I understand AOSP is only
coming at 640x480 anyway from HDMI anyway. We also hope to fix this
shortly.
It's important to note this is now stitched into its own topic
(tracking-topic-sgx-1.8) and follows our normal flow of vanilla tracking
+ sgx-1.8 + androidization, ie, it's under control for ongoing tracking
like the previous sgx topic was (which we successfully provided for 5
months or so for Gingerbread) and not just a bolt-on.
Hopefully this will reduce the amount of Linaro effort wasted off-piste...
-Andy
--
Andy Green | TI Landing Team Leader
Linaro.org │ Open source software for ARM SoCs | Follow Linaro
http://facebook.com/pages/Linaro/155974581091106 -
http://twitter.com/#!/linaroorg - http://linaro.org/linaro-blog