From mboxrd@z Thu Jan 1 00:00:00 1970 From: p.zabel@pengutronix.de (Philipp Zabel) Date: Tue, 31 Mar 2015 10:00:24 +0200 Subject: [PATCH 3/6] clk: mediatek: Add reset controller support In-Reply-To: <1427737245-4064-4-git-send-email-s.hauer@pengutronix.de> References: <1427737245-4064-1-git-send-email-s.hauer@pengutronix.de> <1427737245-4064-4-git-send-email-s.hauer@pengutronix.de> Message-ID: <1427788824.2969.2.camel@pengutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 using reset_controller_register. The > reset controller will provide support for resetting the units > connected to the pericfg and infracfg controller. The units resetted > by this controller can use the standard reset device tree binding > to gain access to the reset lines. > > Signed-off-by: Sascha Hauer Acked-by: Philipp Zabel regards Philipp