[PATCH 3/6] clk: mediatek: Add reset controller support

2015-04-23 Thread Sascha Hauer
The pericfg and infracfg units also provide reset lines to several other SoC internal units. This adds a function which can be called from the pericfg and infracfg initialization functions which will register the reset controller using reset_controller_register. The reset controller will provide

[PATCH 3/6] clk: mediatek: Add reset controller support

2015-04-23 Thread Sascha Hauer
The pericfg and infracfg units also provide reset lines to several other SoC internal units. This adds a function which can be called from the pericfg and infracfg initialization functions which will register the reset controller using reset_controller_register. The reset controller will provide

[PATCH 3/6] clk: mediatek: Add reset controller support

2015-03-31 Thread Sascha Hauer
The pericfg and infracfg units also provide reset lines to several other SoC internal units. This adds a function which can be called from the pericfg and infracfg initialization functions which will register the reset controller using reset_controller_register. The reset controller will provide

Re: [PATCH 3/6] clk: mediatek: Add reset controller support

2015-03-31 Thread Philipp Zabel
Am Montag, den 30.03.2015, 19:40 +0200 schrieb Sascha Hauer: > The pericfg and infracfg units also provide reset lines to several > other SoC internal units. This adds a function which can be called > from the pericfg and infracfg initialization functions which will > register the reset controller

Re: [PATCH 3/6] clk: mediatek: Add reset controller support

2015-03-31 Thread Philipp Zabel
Am Montag, den 30.03.2015, 19:40 +0200 schrieb Sascha Hauer: The pericfg and infracfg units also provide reset lines to several other SoC internal units. This adds a function which can be called from the pericfg and infracfg initialization functions which will register the reset controller

[PATCH 3/6] clk: mediatek: Add reset controller support

2015-03-31 Thread Sascha Hauer
The pericfg and infracfg units also provide reset lines to several other SoC internal units. This adds a function which can be called from the pericfg and infracfg initialization functions which will register the reset controller using reset_controller_register. The reset controller will provide

[PATCH 3/6] clk: mediatek: Add reset controller support

2015-03-30 Thread Sascha Hauer
The pericfg and infracfg units also provide reset lines to several other SoC internal units. This adds a function which can be called from the pericfg and infracfg initialization functions which will register the reset controller using reset_controller_register. The reset controller will provide

Re: [PATCH 3/6] clk: mediatek: Add reset controller support

2015-03-30 Thread Matthias Brugger
2015-03-27 10:18 GMT+01:00 Sascha Hauer : > The pericfg and infracfg units also provide reset lines to several > other SoC internal units. Add support for the reset controller. This messages is a bit confusing, could you explain better what the patch does and how this interacts with pericfg and

Re: [PATCH 3/6] clk: mediatek: Add reset controller support

2015-03-30 Thread Matthias Brugger
2015-03-27 10:18 GMT+01:00 Sascha Hauer s.ha...@pengutronix.de: The pericfg and infracfg units also provide reset lines to several other SoC internal units. Add support for the reset controller. This messages is a bit confusing, could you explain better what the patch does and how this

[PATCH 3/6] clk: mediatek: Add reset controller support

2015-03-30 Thread Sascha Hauer
The pericfg and infracfg units also provide reset lines to several other SoC internal units. This adds a function which can be called from the pericfg and infracfg initialization functions which will register the reset controller using reset_controller_register. The reset controller will provide

Re: [PATCH 3/6] clk: mediatek: Add reset controller support

2015-03-27 Thread Matthias Brugger
On 19/03/15 09:42, Sascha Hauer wrote: > The pericfg and infracfg units also provide reset lines to several > other SoC internal units. Add support for the reset controller. This messages is a bit confusing, could you explain better what the patch does and how this interacts with pericfg and

[PATCH 3/6] clk: mediatek: Add reset controller support

2015-03-27 Thread Sascha Hauer
The pericfg and infracfg units also provide reset lines to several other SoC internal units. Add support for the reset controller. Signed-off-by: Sascha Hauer --- drivers/clk/mediatek/Makefile | 1 + drivers/clk/mediatek/clk-mtk.h | 10 + drivers/clk/mediatek/reset.c | 99

[PATCH 3/6] clk: mediatek: Add reset controller support

2015-03-27 Thread Sascha Hauer
The pericfg and infracfg units also provide reset lines to several other SoC internal units. Add support for the reset controller. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- drivers/clk/mediatek/Makefile | 1 + drivers/clk/mediatek/clk-mtk.h | 10 + drivers/clk/mediatek/reset.c

Re: [PATCH 3/6] clk: mediatek: Add reset controller support

2015-03-27 Thread Matthias Brugger
On 19/03/15 09:42, Sascha Hauer wrote: The pericfg and infracfg units also provide reset lines to several other SoC internal units. Add support for the reset controller. This messages is a bit confusing, could you explain better what the patch does and how this interacts with pericfg and

[PATCH 3/6] clk: mediatek: Add reset controller support

2015-03-19 Thread Sascha Hauer
The pericfg and infracfg units also provide reset lines to several other SoC internal units. Add support for the reset controller. Signed-off-by: Sascha Hauer --- drivers/clk/mediatek/Makefile | 1 + drivers/clk/mediatek/clk-mtk.h | 10 + drivers/clk/mediatek/reset.c | 99

[PATCH 3/6] clk: mediatek: Add reset controller support

2015-03-19 Thread Sascha Hauer
The pericfg and infracfg units also provide reset lines to several other SoC internal units. Add support for the reset controller. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- drivers/clk/mediatek/Makefile | 1 + drivers/clk/mediatek/clk-mtk.h | 10 + drivers/clk/mediatek/reset.c