Re: [RFC] MIPS: BCM63XX: register GPIO controller through Device Tree

2012-11-14 Thread Jonas Gorski
On 13 November 2012 06:06, Stephen Warren wrote: > On 11/11/2012 05:50 AM, Jonas Gorski wrote: >> Register the GPIO controller through Device Tree and add the >> appropriate values in the include files. >> >> Since we can't register a platform driver at this early stage move the >> direct call to

Re: [RFC] MIPS: BCM63XX: register GPIO controller through Device Tree

2012-11-12 Thread Stephen Warren
On 11/11/2012 05:50 AM, Jonas Gorski wrote: > Register the GPIO controller through Device Tree and add the > appropriate values in the include files. > > Since we can't register a platform driver at this early stage move the > direct call to bcm63xx_gpio_init from prom_init to an arch initcall. >

[RFC] MIPS: BCM63XX: register GPIO controller through Device Tree

2012-11-11 Thread Jonas Gorski
Register the GPIO controller through Device Tree and add the appropriate values in the include files. Since we can't register a platform driver at this early stage move the direct call to bcm63xx_gpio_init from prom_init to an arch initcall. Signed-off-by: Jonas Gorski --- .../devicetree/bindin