Greetings,
Enclosed you'll find a link to the agenda, minutes and actions from the
Linaro kernel working group weekly meeting of Feb 07, 2011.
https://wiki.linaro.org/WorkingGroups/KernelConsolidation/Meetings/2011-02-07
=== Summary ===
* Redesigned flash remapper and started implementing UBD based remapper
* Reposted omap3/4 Thumb-2 compatiblity patches, generally positive feedback and some positive test results
* MX53 uboot support done, already in Wolfgang's master tree.
* Posted proposal for clk_enable/clk_prepare API & locking semantics
* Completed next revision of clk API patches with clk_prepare interface
* Started proof of concept port of clk_prepare API for versatile, integrator
and realview
* Discussed Linaro Android platform goals and possible future work items, see minutes here: https://wiki.linaro.org/Platform/Android/2011-02-04
* Submitted CLOCK_BOOTTIME patches to lkml.
* RTC re-work, large amount of changes to push for 2.6.39.
* Developed algorithm for finding PLL multiplier/divider values automatically with least divisor (helps in faster locking) consulting with TI hw design team.
* Moved bss to SDRAM as per community suggestions.
* Linaro kernel maintenance, merged multiple ARM patches into Linaro tree
* Device Tree
* devicetree/arm on git://git.secretlab.ca/git/linux-2.6 has everything needed to turn on basic device tree support for any platform.
* Similarly, u-boot just needs to have the CONFIG_OF_LIBFDT defined to turn on device tree support.
* IRQ handling is still a problem and only one interrupt controller can be supported at the moment, but Lennert is working on a solution.
* Posted a patch that will allow dt and non-dt device registration to co-exist peacefully by snooping platform device registrations. I could use some feedback and testing.
* Looking into merging the the basic dt support into Nicolas' tree this
* Added basic device tree support for Samsung's SMDKV310 board.
* Bootargs and memory information is obtained from the device tree correctly.
* Added device tree support in Samsung's watchdog timer driver and driver works fine in both DT and non-DT mode.
* Submitted patches for enabling basic device tree support for SMDKV310 board.
* Andy Green: TI looking to port their BSP from 2.6.35 to 2.6.38. They have been getting some of their patches into mainline-ready form, and will continue maintaining their BSP on recent mainline.
Mounir