=== Pinctrl ===
* sent one pinctrl core patch to improve error checking
* sent out pinctrl-imx core driver patch with mux and config support for
review
* sent out pinctrl-imx6q driver patch for review
=== Plan ===
* add gpio support for pinctrl-imx core
* start to convert imx drivers to use pinctrl subsystem
== Linus Walleij linusw ==
=== Highlights ===
* I got Linux v3.4-rc2 to boot on Snowball and HREF500 after submitting
a bunch of patches fixing some boot problems. Now I have a testbed for
doing pinctrl on ux500.
* Applied a bunch of pinctrl patches, full migration of Tegra to pinctrl
and bug fixes from Dong Aisheng.
* Finalized U9540 basic support patch on top the -rc2 tag for v3.5.
* Looked at some NO_IRQ removal issues and irq_domain migration for
the FPGA IRQ controller in the …
[View More]ARM Integrator and Versatile. Cooking
a patch after some review from Russell.
* Discussing power domain issues.
* Booked and confirmed tickets to Connect 2.12 in Hong Kong.
=== Plans ===
* Send pinctrl fixes to Torvalds.
* Send ux500 fixes to ARM SoC.
* Review incoming pinctrl patches.
* Convert ux500 (gpio-nomadik) to pinctrl
for the kernel 3.5 timeframe.
* Test the PL08x patches on the Ericsson Research
PB11MPCore and submit platform data for using
pl08x DMA on that platform.
* Look into other Ux500 stuff in need of mainlining...
like
- Ux500 clocks
- the HWMON stuff.
* Presentation for a dept. here about the platform perimeter
from the ESC two weeks ago. Seems useful for getting some
news in v3.4+.
=== Issues ===
* N/A
Thanks,
Linus Walleij
[View Less]
== Omar Ramirez <omarrmz> ==
=== Highlights ===
* Working on device tree for mailbox:
Find a kernel that works with DT for pandaboard (OMAP4):
- k3.4-rc1 doesn't recognize DT blob, k3.3 DT panics at boot.
- DT has to be appended to zImage.
Find a DT uboot:
- secretlab.ca uboot doesn't have usb support for panda, having
problems with fatload and mmc.
- linaro uboot has problems recognizing dt blob in memory (bootm
${kern} - ${dtb}; doesn't work properly).
* Sent "round 2" patches …
[View More]for the agitator, now merged.
=== Planned ===
* debugfs interface for big.LITTLE to know which cluster is being used.
* Add independent thread switching to the agitator.
On 2 April 2012 11:14, Omar Ramirez Luna <omar.luna(a)linaro.org> wrote:
=== Time off ===
Apr 6th Holiday
Regards,
Omar
[View Less]
== Linus Walleij linusw ==
=== Highlights ===
* NONE: I've been on vacation until yesterday. But I sent this report at
Deepaks request. :-)
=== Plans ===
* Expect next report on april 13th
* Review incoming pinctrl patches.
* Prepare to convert ux500 (gpio-nomadik) to pinctrl
for the kernel 3.5 timeframe.
* Test the U9540 core patches on real hardware and
rework as outlined by Arnd.
* Test the PL08x patches on the Ericsson Research
PB11MPCore and submit platform data for using
…
[View More]pl08x DMA on that platform.
* Look into other Ux500 stuff in need of mainlining...
like
- Ux500 clocks
- the HWMON stuff.
=== Issues ===
* N/A
Thanks,
Linus Walleij
[View Less]
=== Highlights ===
* Reviewed pwm framework v5 from Thierry Reding, and added mxs-pwm
support on top of it.
* Tested and acked patch "factor out dynamic amba device allocator"
from Linus.W
* Sent a patch to rename uart and fec device tree nodes to stop them
being bad examples (complained by device tree maintainer for several
times)
* Tested patch "Remove AMBA level regulator support" from Mark Brown
* Sent imx6 common clk patches, and he integrated it into the whole
imx common clk …
[View More]series. Waiting Mike's core fixup for rebasing and
post.
* Converting mach-mxs clock to common clk.
--
Regards,
Shawn
[View Less]
=== Venkatraman S <svenkatr> ===
=== Highlights ===
* Sent out couple of patches for UFSHCD driver; reported another issue
* Created feature branches for UFS & eMMC for 12.04
* Rebased OMAP MMC fixes for 3.4-rc2
* Develop MMC abort interface for foreground HPI
(Had a short work week due to some medical emergency)
=== Plans ===
* Received JIG board from Saugata - need to test power off notify and
trim/discard patches for eMMC4.5
* More work on HPI stress testing / plan to post RFC …
[View More]patches to linux-mmc
=== Misc ===
* Will be off on Apr 16th
[View Less]
Hi all,
This small patch set fixes a bug in the vmevent core, plus makes the
vmevent-test buildable w/o unneded SDL library.
Plus, we add a new 'cross' event type: the event will trigger whenever
a value crosses a user-specified threshold. It works two-way, i.e. when
a value crosses the threshold from a lesser values side to a greater
values side, and vice versa.
We use the event type in an userspace low-memory killer: we get a
notification when memory becomes low, so we start freeing …
[View More]memory by
killing unneeded processes, and we get notification when memory hits
the threshold from another side, so we know that we freed enough of
memory.
The patches are against
git://github.com/penberg/linux.git vmevent/core
Thanks!
--
Anton Vorontsov
Email: cbouatmailru(a)gmail.com
[View Less]
=== Highlights ===
* Did some extra testing and found a few bugs in the volatile range
code. Fixed those up and sent it out to lkml.
* Finished a second pass at rebasing the AOSP 3.3 tree to 3.4-rc1. Needs
testing then I will send to Andrey.
* Handled some community clocksource issues around long irqoff periods
* Quite a bit of discussion on linaro-dev about the config fragment tree
and what the workflow should be with it.
* Merged a bunch of config fragment patches from Tixy and Tushar
…
[View More]* Got pulled into internal customer support issue.
* Wrote up a rypple review
* Wrote up talk proposal for plumbers
* Reviewed Anton's ulmkd draft mail
* Did weekly Android subteam mail
=== Plans ===
* Hit some ackward issues w/ the fadvise volatile work. Need to read
some more VM code and maybe ask for some help from VM friends.
* Do some testing w/ my 3.4-rc1 based android patch set & send out.
* Read up on sysrq-t and why its holding irqs off for very long periods
of time.
=== Issues ===
* NA.
[View Less]
=== Pinctrl ===
* Reviewed pinctrl core dt binding patches
Merged into pinctrl subsystem by Linus Walleij.
* sent mx28 basic dt support patch.(Merged by Shawn)
* add dt support for pinctrl-imx driver based on common dt binding.
The mux part was done. The config and gpio part were still ongoing.
* sent two pinctrl core fix patches.
=== Plan ===
* complete pinctrl-imx driver based on dt in next week including config
and gpio support.