=== Highlights ===
* Sent v4 generic cpufreq driver cpufreq-cpu0. Rafael queued it for 3.7 for linux-pm tree.
* Running into a sleep-in-atomic warning with cpufreq-cpu0 driver. It turns out that smp_twd driver calls clk_get_rate which holds a mutex in interrupt context. Dug and sent out a patch from Mike which could be a fix for review.
* Mike applied patch of_clk_src_onecell_get() which is required by imx/mxs DT clk lookup.
* Sent a patch on kernel/sys.c to call disable_nonboot_cpus in kernel_restart, which can help one reboot issue seen on imx6q. Andrew had it applied on -mm tree.
* Reviewed patch series "Add device tree support for on-chip SRAM" from Philipp Zabel.
* Reviewed a series adding device tree support for imx pwm driver from Sascha.
* Reviewed a series from Dong, adding syscon driver based on regmap for general registers access.