== Rajendra Nayak <rnayak> ==
=== Highlights ===
* Working on making the pinmux/pinconf (which I initially got working
only on OMAP4) to work on all OMAPs. The challenge is to manage the
data size (for pins and pinfunc/pingrps) which is getting large.
For now passing data from platform code (till there is some
conclusion on how to pass data from DT)
* Did some work on moving leaf clocks to DT. Need more changes in
the way hwmod handles setting up early modules.
=== Plans ===
* Repost TWL regulator support after a rebase on top of the latest
i2c/twl series from Benoit.
* Continue work on pinmux/pinconf for OMAP and post patches for
common pinmux/pinconf supporting all OMAPs (with data in passed
from platform code)
* Continue working on moving leaf clock nodes to DT.
=== Misc ===
* Will be taking off the week before Xmas (19th to 23rd Dec) and work
through the Xmas week.
== Venkatraman S svenkatr ==
=== Highlights ===
* Created elevator API description and mapping document for CFQ and
deadline scheduler
https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0Ap8HyUkSzX2JdGFnQ…
*Generated iozone metrics for CFQ and deadline scheduler for comparison.
* Understanding the work completed on fs-block-allocation and try the
flashbench utility
* Synced up with Saugata on eMMC4.5 Context-ID and Data-Tag
implementation requirements
=== Plans ===
* Study of deadline scheduler and comparison with CFQ on random
workloads with flashbench
* Restart work on eMMC-HPI implementation - plan to post initial draft
by e/o December
* Study UFS and draft a validation spec for UFS
=== Highlights ===
* Synced with GregKH on plans for adding some android patches to
staging.
* Reworked Android ashmem patches so they could be included in staging.
Sent out for review to Greg and Android team. Got some feedback from
Arve, and am working to address his concerns.
* Worked out what other Android patches were necessary to get the
staging kernel up and running with ICS (luckily, its only one more patch
in addition to the ashmem changes).
* Starting looking at requirements to get Android alarm-timer driver
(and the pending patches I have to simplify the driver and make it use
the upstreamed posix alarm timer code) into staging.
* Sent mail to Andrey Konovalov with overview of the old linaro+android
kernel maintenance process, and my understanding of the new goals around
linaro kernel tree maintenance going forward.
* Due to the shortened schedule this month, released an initial 11.12
Linaro+Android kernel so there is something to work with while Andrey
ramps up to speed.
=== Plans ===
* Continue working to get ashmem patches for staging reviewed and acked
by Android team. Push resulting queue to Greg.
* Continue looking at android alarmtimer driver for staging. It requires
the wakelock patches, so either I cut out wakelocks or wait for some
form of wakelocks to go upstream.
* Look into what other bits from the Android patch set could possibly go
into staging.
* Address the SCHEC_MC option getting dropped from android defconfigs.
* Try to send the timekeeping locking changes to tglx.
=== Issues ===
* None.
== Saugata Das sdas ==
=== Activity Summary ===
* Continued review and follow up on MMC-4.5 patches with Samsung.
Helping on power OFF notify patch
* Studying the blueprint for file system block size > 4KB,
https://blueprints.launchpad.net/linux-linaro/+spec/vfs-larger-than-4k-bloc…
* Studying the blueprint for data tag and context ID,
https://blueprints.launchpad.net/linux-linaro/+spec/linaro-kernel-emmc4.5-c…
=== Plans ===
* Propose the data tag patch within next two weeks
=== Issues ===
* In order to use the Samsung 4.5 eMMC sample, we need to do hardware
modification, which needs specialised equipments. Will need sometime
to prepare the setup for verification of 4.5 patches.
== Dave Martin <dmart> ==
=== Activity Summary ===
* Reviewing of Pawel's versatile express patches and related discussions
(steadily progressing -- there are a few issues to resolve, but the
series appears almost ready. Some issues came up when testing.)
* Concluded that we should fix drivers to stop using NO_IRQ or assuming
NO_IRQ == -1 on an as-needed basis.
* Worked on some miscellaneous patches to do some Kconfig cleanup,
a couple of errata workarounds relevant to vexpress etc.
=== Plans ===
* Propose AMBA driver changes to replace NO_IRQ with a test compatible
with the "0 means no irq" convention.
* Repost l2x0 Kconfig cleanup patches along with patch to clean up
the dependencies of CONFIG_SMP.
* Continue to miscellaneous outstanding DT issues (bindings, drivers)
forward.
=== Work Items ===
https://blueprints.launchpad.net/linux-linaro/+spec/kernel-versatile-boad-d…:
* Document outstanding AMBA tree bindings: INPROGRESS
* Propose of/irq and/or AMBA driver changes to resolve NO_IRQ
iinterface mismatch between OF drivers and (currently breaking pata_generic on vexpress): INPROGRESS
* Post outstanding AMBA tree bindings upstream: TODO
=== Absences ===
Christmas (2011-12-19 - 2012-01-03)
== arm-soc tree ==
* merged 35 bug fixes for 3.2, now included in -rc5
* nagged subarch maintainers about sending stuff
* merged one feature branch (mxs/saif), the total number of branches for
3.3 is now 9, with 124 changesets total.
== code review ==
* reviewed vexpress dt patches
* started reviewing st-ericsson xshm drivers
* extensive discussions about coherency in dma-buf patches
== other work ==
* almost getting on top of randconfig patches for 3.2, plan
to send them out again next week.
== Linus Walleij linusw ==
=== Highlights ===
* Sent out v6 of the pin config patch series - it is now stable,
and functionality is in linux-next.
* Working on generic pin config for ASICs that want to keep
things simple.
* Discussed DT mappings to pin controllers with Stephen
Warren and Tony Lindgren. No consensus reached.
* Ux500 mainlining since too little is happening:
- Iterated AB5500 high voltage LEDs driver.
* Reviewed the Switch class derived from Android
by Samsung. This is very important stuff I feel.
* Helped Sjur Brændeland to get M7400 XSHM patches
into linux-next and will help him to establish a
k.org repository.
* Reviewed som MMC patch...
=== Plans ===
* Vacation 2011-12-19 thru 2012-01-06
* 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.
* Look into other Ux500 stuff in need of mainlining...
like the HWMON stuff.
=== Issues ===
* None, apart from some ST-Ericsson internal stuff.
Thanks,
Linus Walleij
== Dave Martin <dmart> ==
=== Activity Summary ===
* Reviewing of Pawel's versatile express patches and related discussions
(steadily progressing -- there are a few issues to resolve, but the
series appears almost ready. Some issues came up when testing.)
* Some discussions around U-Boot loading of relocatable images (now
supported in upstream U-Boot master branch thanks to Stephen Warren)
* Reworked AMBA modalias series on top of the file2alias.c cleanup patches
proposed on lkml.
* Some discussion around NO_IRQ and OF.
=== Plans ===
* Move miscellaneous outstanding DT issues (bindings, drivers) forward.
=== Work Items ===
https://blueprints.launchpad.net/linux-linaro/+spec/kernel-versatile-boad-d…:
Dynamic loading of AMBA device drivers (including via DT) - Propose for merging (proposed; waiting for confirmation): BLOCKED
Review/Ack Pawel's patches on final posting: BLOCKED
=== Absences ===
Christmas (approx. 2011-12-18 - 2012-01-06 -- exact dates TBD)
=== Device Tree ===
* Sent v2 of mc13892-regulator device tree support series
=== Consolidation and cleanup ===
* Sent a patch to add restart support for imx6 based on rmk's restart
branch
* Sent a series to clean up gpio-mxc gpio and irq numbering to have
them allocated dynamically
=== Misc ===
* Sent a patch to fix imx51 babbage power button
* Sent 2 patches to fix imx6 gpio interrupt controller
* Sent a patch to fix the use of pdev->id in fec driver
--
Regards,
Shawn
== Thomas Abraham <thomas-ab> Â ==
=== Highlights ===
* Reviewed v5 of the regulator core device tree support patches.
* Started adding regulator device tree support for Origen board.
=== Plans ===
* Complete regulator dt support for Origen board.
* Add device tree support for Exynos4 display controller.
* Review the latest pin config patches and pinctrl dt discussion.
* Populate Exynos specific pinmux definitions in Samsung pinctrl driver.