From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 1/3] arm: omap2: Export devconf1 bypass and acbias. Date: Mon, 11 Nov 2013 15:34:27 -0800 Message-ID: <20131111233426.GS15154@atomide.com> References: <1381784555-18344-1-git-send-email-marek@goldelico.com> <1381784555-18344-2-git-send-email-marek@goldelico.com> <20131111164917.GN15154@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Belisko Marek Cc: linux-fbdev@vger.kernel.org, Russell King - ARM Linux , NeilBrown , "Dr. H. Nikolaus Schaller" , LKML , Tomi Valkeinen , "linux-omap@vger.kernel.org" , Jean-Christophe PLAGNIOL-VILLARD , linux-arm-kernel List-Id: linux-omap@vger.kernel.org * Belisko Marek [131111 14:21]: > AFAIK it's not pinmux it's register where we update bits. Or am I > missing something? Most of the omap control module registers seem to affect either external pin configuration or internal signal muxes. So a big chunk of them can already be handled with pinctrl-single,bits for device tree. But some of the control module registers also have regulator and clock like features, and those are better exposed as regulators and clocks to the consumer drivers. Regards, Tony