Thread (49 messages) flat view 49 messages, 8 authors, 2015-03-09

[PATCH 04/14] reset: Add reset_controller_of_init() function

From: mcoquelin.stm32@gmail.com (Maxime Coquelin)
Date: 2015-02-13 16:00:30
Also in: linux-api, linux-arch, linux-devicetree, linux-gpio, linux-serial, lkml

Hi Philipp,

2015-02-13 12:49 GMT+01:00 Philipp Zabel [off-list ref]:
Hi Maxime,

Am Donnerstag, den 12.02.2015, 18:45 +0100 schrieb Maxime Coquelin:
quoted
Some platforms need to initialize the reset controller before the timers.

This patch introduces a reset_controller_of_init() function that can be
called before the timers intialization.

Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
---
 drivers/reset/core.c              | 20 ++++++++++++++++++++
 include/asm-generic/vmlinux.lds.h |  4 +++-
 include/linux/reset-controller.h  |  6 ++++++
 3 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/drivers/reset/core.c b/drivers/reset/core.c
index 7955e00..18ee579 100644
--- a/drivers/reset/core.c
+++ b/drivers/reset/core.c
@@ -86,6 +86,26 @@ void reset_controller_unregister(struct reset_controller_dev *rcdev)
 }
 EXPORT_SYMBOL_GPL(reset_controller_unregister);

+extern struct of_device_id __reset_ctrl_of_table[];
+
+static const struct of_device_id __reset_ctrl_of_table_sentinel
+     __used __section(__reset_ctrl_of_table_end);
+
+void __init reset_controller_of_init(void)
The patch looks fine to me, but this function is missing a kerneldoc
comment.
Right! It will be fixed in the v2.

Thanks,
Maxime
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help