== Niklas Hernaeus <nhe> ==
=== General activity ===
* Uart works for dt, but not quite as it is supposed to. Need to add dt
to a
general uart file.
* Preparing DT report for Knowledge sharing session. 40% done.
* Presented Linaro Connect report for STE Competence group.
=== Plans ===
* Make detailed plans for the work items.
* Make the dt uarts work as it is supposed to.
* Start work on dt i2c.
* Also, MMC must be included in the blueprints, somewhere at the top,
below i2c.
* Preparing a Linaro collaboration tools session. (irc, mumble, etherpad,
blueprints, rypple) 20% done. Date and form not set.
== Niklas Hernaeus <nhe> ==
=== General activity ===
* Uart works for dt, but not quite as it is supposed to. Need to add dt
to a
general uart file.
* Preparing DT report for Knowledge sharing session. 40% done.
* Presented Linaro Connect report for STE Competence group.
=== Plans ===
* Make detailed plans for the work items.
* Make the dt uarts work as it is supposed to.
* Start work on dt i2c.
* Also, MMC must be included in the blueprints, somewhere at the top,
below i2c.
* Preparing a Linaro collaboration tools session. (irc, mumble, etherpad,
blueprints, rypple) 20% done. Date and form not set.
=== Device Tree ===
* Reviewed Grant's clock DT binding series
* Converted imx6 clock code to Mike's pre-v3 common-clk series and
device tree binding. (a big RFC patch)
* Suggested change '#clock-cells' design to make the users a little
bit easier
=== Consolidation and cleanup ===
* Tested rmk's restart work for mxs
* Tested Sascha's mx5-merge series on imx6q, imx53 and imx51. With
this series, we can build single zImage for imx3, imx5 and imx6.
=== Misc ===
* Collected fixing patches for imx6 and mxs, and sent them to Arnd
for next -rc.
=== Plan ===
* Post mc13892 regulator DT patches based on Rajendra's series v5
--
Regards,
Shawn
== Thomas Abraham <thomas-ab> ==
=== Highlights ===
* Submitted initial version of gpio/pin-ctrl/pin-mux driver for internal review.
* Working on device tree support for i2s driver.
=== Plans ===
* Complete the device tree support for i2s driver.
=== Misc ===
* Leave on 18th (Friday) and 21st (Monday) November.
== Venkatraman S (svenkatr) ==
Was off partly due to TI internal activities.
== Highlights ==
* Understand requirements for eMMC4.5 implementation - studying specifications
* Review patches on Packed CMD implementation on mmc mailing list
* Testing of patches for preventing merges across erase block sizes
for low-end flash devices
== Plans ==
* Test and post patches for the above activity
* Continue study of eMMC4.5 features and UFS
Regards,
Venkat
Was out sick weds, so not a super productive week.
=== Highlights ===
* Added EARLYSUSPEND to linaro+android defconfigs
* Made final 11.11 linaro+android release
* After being nudged by Thomas, sent out first draft of a large patchset
reworking some of the timekeeping locking.
* Reviewed and acked sched_clock overflow fix.
* Helped with Android Image testing for 11.11 release
* Submitted config fragment management script to akpm and it was
included into the -mm tree.
* Revised madvise volatile patchset a few times preping for lkml
discussion. Got some good feedback that made me think it would be better
to rework the patch to use fadvise instead of madvise. Started efforts
to convert the interface over.
=== Plans ===
* Finish madvise->fadvise conversion, do one last cleanup and send to
lkml.
* Take another pass at the timekeeping locking for Thomas.
* Push queued patches for 3.3 to Thomas.
=== Issues ===
* None
== Linus Walleij linusw ==
=== Highlights ===
* Very active discussions around the pinctrl v2 patch sent sent out last
week, much good feedback and slowly building consensus.
https://blueprints.launchpad.net/linux-linaro/+spec/pinctrl-pinprops-2011.11
* Refactored U300 GPIO to live in pinctrl as sibling to the U300 pinmux
controller. Also implemented pin multiplexing and draft pin
configuration interface (subject to change). This was done as a
proof-of-concept that the pincontrol subsystem is good for
something that exists out there. Will be sent out back-to-back
with the pinconfig patch set.
* Harvesting some fixes for pinctrl
* Looked after the GPIO subsystem -rc fixes for Grant but haven't seen
many patches, discussed a few non-rc patches.
* A lot of discussion around the PL022 driver thread safety, led to the
submission of the patch entitled:
"spi/pl022: make the chip deselect handling thread safe"
* Lots of mailing and reading trying to understand how to get my
kernel.org git repo back online.
=== Plans ===
* Drive generalization of Nomadik GPIO
by using the pinctrl framework.
drivers/gpio/gpio-nomadik.c
* Test the PL08x patches on the Ericsson Research
PB11MPCore and submit platform data for using
pl08x DMA on that platform.
* Pushed out the AB8500 HWMON driver, will try to address
review comments.
* Look into other Ux500 stuff in need of mainlining...
=== Issues ===
* Pretty much internal fuzz at my parent company due to re-
organization.
Thanks,
Linus Walleij
== Rajendra Nayak <rnayak> ==
=== Highlights ===
* Posted an early RFC version of the omap pinmux driver.
Working on improving it by adding missing pieces and based
on review comments from Tony/Linus.
* Posted omap serial dt support. Reworked to handle some shortcomings
in the hmwod framework. Still, has missing low power (PM) support,
which is currently implemented using platform func pointers. Need
to work on a solution as people seem to dislike auxdata approach
as its ugly.
* Posted v5 of regulator core bindings. TWL regulator support still has
dependencies on other (i2c/gpio/twl) OMAP dt patches.
* Reworking TWL-smps support patches, based on the latest ones (post
ELC discussions of Tero with Kevin/Benoit) sent across by Tero
Kristo.
=== Plans ===
* Work on further improving the omap pinmux driver and add support for
all OMAPs.
* Rework any OMAP driver DT support patches.