Re: [PATCH 3/6] OF: pinctrl: MIPS: lantiq: adds support for FALCON SoC

2012-07-27 Thread Linus Walleij
On Tue, Jul 24, 2012 at 8:50 AM, John Crispin wrote: > Implement support for pinctrl on lantiq/falcon socs. The FALCON has 5 banks > of up to 32 pins. > > Signed-off-by: John Crispin > Signed-off-by: Thomas Langer > Cc: Linus Walleij > Cc: devicetree-discuss@lists.ozlabs.org > Cc: linux-ker...

Re: [PATCH 1/6] OF: pinctrl: MIPS: lantiq: implement lantiq/xway pinctrl support

2012-07-27 Thread Linus Walleij
On Tue, Jul 24, 2012 at 8:50 AM, John Crispin wrote: > Implement support for pinctrl on lantiq/xway socs. The IO core found on these > socs has the registers for pinctrl, pinconf and gpio mixed up in the same > register range. As the gpio_chip handling is only a few lines, the driver also > imple

Re: [PATCH 2/3] mfd: twl6040: Add twl6040-gpio child

2012-07-27 Thread Linus Walleij
On Wed, Jul 18, 2012 at 11:20 AM, Peter Ujfalusi wrote: I think you need to CC DT bindings to devicetree-discuss. > diff --git a/Documentation/devicetree/bindings/mfd/twl6040.txt > b/Documentation/devicetree/bindings/mfd/twl6040.txt > index c855240..2a3d55c 100644 > --- a/Documentation/devicetr

Re: [PATCH 1/8] ARM: support for Moschip MCS814x SoCs

2012-07-27 Thread Linus Walleij
On Mon, Jul 23, 2012 at 9:11 PM, Florian Fainelli wrote: > [Thomas P] >> I am surprised that this doesn't use the clocksource and clockevents >> infrastructure. It probably should, and be implemented in >> drivers/clocksource/. > > This may sound like a stupid question, but the big constraint wit

[PATCH V2] mfd: add MAX8907 core driver

2012-07-27 Thread Stephen Warren
From: Gyungoh Yoo The MAX8907 is an I2C-based power-management IC containing voltage regulators, a reset controller, a real-time clock, and a touch-screen controller. The original driver was written by: * Gyungoh Yoo Various fixes and enhancements by: * Jin Park * Tom Cherry * Prashant Gaikw

Re: [RFC][PATCH v3 1/3] runtime interpreted power sequences

2012-07-27 Thread Greg Kroah-Hartman
On Fri, Jul 27, 2012 at 09:05:48PM +0900, Alexandre Courbot wrote: > +++ b/include/linux/power_seq.h > @@ -0,0 +1,139 @@ > +/* > + * power_seq.h > + * > + * Simple interpreter for defining power sequences as platform data or device > + * tree properties. Initially designed for use with backlight dr

Re: [RFC][PATCH v3 1/3] runtime interpreted power sequences

2012-07-27 Thread Greg Kroah-Hartman
On Fri, Jul 27, 2012 at 09:05:48PM +0900, Alexandre Courbot wrote: > Some device drivers (panel backlights especially) need to follow precise > sequences for powering on and off, involving gpios, regulators, PWMs > with a precise powering order and delays to respect between each steps. > These sequ

Re: [DT] API to determine if interrupt is PPI or SPI ?

2012-07-27 Thread Will Deacon
On Fri, Jul 27, 2012 at 01:33:36PM +0100, Rob Herring wrote: > On 07/26/2012 02:18 PM, rvasw...@codeaurora.org wrote: > > Hello, > > > > We can specify the interrupt information in the device tree using the arm > > gic convention. > > Is there an API to read directly the 1st cell and determine if

Re: [DT] API to determine if interrupt is PPI or SPI ?

2012-07-27 Thread Rob Herring
On 07/26/2012 02:18 PM, rvasw...@codeaurora.org wrote: > Hello, > > We can specify the interrupt information in the device tree using the arm > gic convention. > Is there an API to read directly the 1st cell and determine if an > interrupt is a PPI or a SPI ? This information is directly relevant

Re: [RFC] media DT bindings

2012-07-27 Thread Laurent Pinchart
Hi Sylwester, On Wednesday 18 July 2012 19:00:15 Sylwester Nawrocki wrote: > On 07/16/2012 01:41 PM, Guennadi Liakhovetski wrote: > [...] > > >> On 07/11/2012 04:27 PM, Guennadi Liakhovetski wrote: > >>> Hi all > >>> > >>> Background > >>> == > >>> > >>> With ARM adoption of flat Device

Re: [PATCH 3/3] cpufreq: Add a generic cpufreq-cpu0 driver

2012-07-27 Thread Mark Brown
On Fri, Jul 27, 2012 at 10:13:04AM +0800, Richard Zhao wrote: > On Thu, Jul 26, 2012 at 02:11:21PM +0100, Mark Brown wrote: > > On Thu, Jul 19, 2012 at 11:54:41PM +0800, Shawn Guo wrote: > > > +Optional properties: > > > +- transition-latency: Specify the possible maximum transition latency, > > >

OMAP: Configuring CONTROL_DEVCONF0 register via DT with pinctrl

2012-07-27 Thread Peter Ujfalusi
Hello, I need to find a solution to control 2 bits in CONTROL_DEVCONF0 on OMAP2/3 for McBSP1 CLKR/FSR signal routing. In boards using McBSP1 we might need to change bit 3 and 4 based on the audio setup (how the board has been wired). So far I have come up with the following idea to handle to but

Re: [PATCH RESEND v2 1/2] arm/dts: Add AM33XX basic pinctrl support

2012-07-27 Thread Peter Ujfalusi
Hi, On 07/24/2012 06:45 PM, AnilKumar Ch wrote: > Adds basic pinctrl support for AM33XX family of devices. This patch > is based on the pinctrl-simple driver submitted by Tony Lindgren's > here: http://lwn.net/Articles/496075/ > > Signed-off-by: AnilKumar Ch > --- > arch/arm/boot/dts/am33xx.dts