Re: [PATCH] RFC: add function for localbus address

2014-09-14 Thread Grant Likely
On Mon, 08 Sep 2014 13:22:44 -0700, Stephen Boyd sb...@codeaurora.org wrote: Adding Mark Brown who finished off introducing IORESOURCE_REG. On 09/08/14 07:52, Grant Likely wrote: On Tue, 2 Sep 2014 18:45:00 +0300, Stanimir Varbanov svarba...@mm-sol.com wrote: + unsigned long __weak

[PATCH] clk: qcom: Add IPQ8064 PLL required for USB

2014-09-14 Thread Andy Gross
This patch adds the PLL0 that is required for the USB clocks to work properly. Signed-off-by: Andy Gross agr...@codeaurora.org --- drivers/clk/qcom/gcc-ipq806x.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/drivers/clk/qcom/gcc-ipq806x.c

[RFC] arm:extend the reserved mrmory for initrd to be page aligned

2014-09-14 Thread Wang, Yalin
this patch extend the start and end address of initrd to be page aligned, so that we can free all memory including the un-page aligned head or tail page of initrd, if the start or end address of initrd are not page aligned, the page can't be freed by free_initrd_mem() function. Signed-off-by: