Don't use CMA pages for page cache

2014-06-23 Thread Wang, Yalin
Hi Laura, I notice this commit commit c1da80bfb0ce5f213b67e2aeeda885f63eb97d7d mm: Don't use CMA pages for page cache I have a question about this change, Why don't use CMA page for page_cache alloc? These pages are movable , So it can be replaced by other pages if system Need reclaim cma

[PATCH] phy: qcom: Add driver for QCOM APQ8064 SATA PHY

2014-06-23 Thread Srinivas Kandagatla
Add a PHY driver for uses with AHCI based SATA controller driver on the APQ8064 family of SoCs. This patch is a forward port plus separating PHY code of SATA driver from Qualcomm's v3.4 andriod kernel. Tested on IFC6410 board. CC: Sujit Reddy Thumma sthu...@codeaurora.org Signed-off-by:

Re: [PATCH] phy: qcom: Add driver for QCOM APQ8064 SATA PHY

2014-06-23 Thread Srinivas Kandagatla
On 23/06/14 19:12, Kumar Gala wrote: On Jun 23, 2014, at 1:00 PM, Srinivas Kandagatla srinivas.kandaga...@linaro.org wrote: Add a PHY driver for uses with AHCI based SATA controller driver on the APQ8064 family of SoCs. This patch is a forward port plus separating PHY code of SATA driver