From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 18 Oct 2013 08:35:42 -0700 Subject: [PATCH 4/6] pinctrl: single: Add support for wake-up interrupts In-Reply-To: <5260E606.2030903@ti.com> References: <20131010160018.GA29913@atomide.com> <20131010162015.GC29913@atomide.com> <5257BD3E.5000707@ti.com> <20131011154352.GO29913@atomide.com> <20131011160146.GR29913@atomide.com> <5260E606.2030903@ti.com> Message-ID: <20131018153541.GJ15154@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Balaji T K [131018 00:41]: > > Any conclusion on using regmap for omap control module non-mux registers ? I don't think anybody has even started looking into a SCM driver yet considering there are tons of other issues to sort out. If you're thinking about implementing the MMC PBIAS driver, I would just implement it as a standalone driver. It seems that the PBIAS interface to the MMC driver can be just regulator framework. Then when we have the SCM driver available, this driver can be updated to coordinate things with the core SCM driver. Regards, Tony