[PATCH 1/2] mfd/db8500-prcmu: rename init function

October 05th, 2011 - 01:00 pm ET by Linus Walleij | Report spam
From: Linus Walleij <linus.walleij@linaro.org>

This renames the PRCMU clock force initialization function
to have a less generic name.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

Patch made on Samuel Ortiz' request as a review comment on
"mfd/db8500-prcmu: initialize DB8500 PRCMU regs"

drivers/mfd/db8500-prcmu.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mfd/db8500-prcmu.c b/drivers/mfd/db8500-prcmu.c
index 91a5e8c..98da431 100644
a/drivers/mfd/db8500-prcmu.c
+++ b/drivers/mfd/db8500-prcmu.c
@@ -2154,7 +2154,7 @@ void __init db8500_prcmu_early_init(void)
}
}

-static void __init init_prcm_registers(void)
+static void __init db8500_prcmu_init_clkforce(void)
{
u32 val;

@@ -2412,7 +2412,7 @@ static int __init db8500_prcmu_probe(struct platform_device *pdev)
if (ux500_is_svp())
return -ENODEV;

- init_prcm_registers();
+ db8500_prcmu_init_clkforce();

/* Clean up the mailbox interrupts after pre-kernel code. */
writel(ALL_MBOX_BITS, PRCM_ARM_IT1_CLR);
1.7.3.2

To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
email Follow the discussionReplies 4 repliesReplies Make a reply

Replies

#1 Linus Walleij
October 05th, 2011 - 01:00 pm ET | Report spam
On Wed, Oct 5, 2011 at 6:50 PM, Linus Walleij
wrote:

From: Linus Walleij

This renames the PRCMU clock force initialization function
to have a less generic name.



So these are fixing the review comments, if you prefer me to squash
them into the other patches just tell me.

I can also prepare a pull request for the stuff you want if it makes
things easier for you, just tell me what you want in it.

Yours,
Linus Walleij
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Similar topics