Re: [RFC PATCH 1/3] amba-clcd: Add Device Tree support to amba-clcd driver

2012-10-10 Thread Jon Medhurst (Tixy)
On Wed, 2012-09-19 at 17:04 +0100, Ryan Harkin wrote: > Add support to parse the display configuration from device tree. > > If the board does not provide platform specific functions in the struct > clcd_board contained with the amba device info, then defaults are provided > by the driver. > > Th

Re: [RFC PATCH] drivers: bus: add ARM CCI support

2013-04-23 Thread Jon Medhurst (Tixy)
On Thu, 2013-04-11 at 15:47 +0100, Lorenzo Pieralisi wrote: [...] > diff --git a/drivers/bus/arm-cci.c b/drivers/bus/arm-cci.c > new file mode 100644 > index 000..81953de > --- /dev/null > +++ b/drivers/bus/arm-cci.c > @@ -0,0 +1,344 @@ > +/* > + * CCI cache coherent interconnect driver > + * >

Re: [RFC PATCH v3] drivers: bus: add ARM CCI support

2013-05-20 Thread Jon Medhurst (Tixy)
On Thu, 2013-05-09 at 11:34 +0100, Lorenzo Pieralisi wrote: [...] > +static int __init cci_probe(void) > +{ > + struct cci_nb_ports const *cci_config; > + int ret, i, nb_ace = 0, nb_ace_lite = 0; > + struct device_node *np, *cp; > + const char *match_str; > + bool is_ace; > + >

Re: [RFC PATCH 2/3] drivers: mfd: vexpress: add timeout API to vexpress config interface

2013-06-03 Thread Jon Medhurst (Tixy)
On Fri, 2013-05-24 at 13:53 +0100, Lorenzo Pieralisi wrote: > In case some transactions to the Serial Power Controller (SPC) are lost owing > to multiple operations handled at once by the M3 controller the OS needs to > rely on a configuration API that can time out so that failures do not result >

Re: [RFC PATCH 2/3] drivers: mfd: vexpress: add timeout API to vexpress config interface

2013-06-03 Thread Jon Medhurst (Tixy)
On Mon, 2013-06-03 at 12:52 +0100, Lorenzo Pieralisi wrote: > On Mon, Jun 03, 2013 at 11:15:32AM +0100, Jon Medhurst (Tixy) wrote: > > On Fri, 2013-05-24 at 13:53 +0100, Lorenzo Pieralisi wrote: > > > In case some transactions to the Serial Power Controller (SPC) are lost &g

Re: [RFC PATCH v2 2/2] drivers: mfd: vexpress: add Serial Power Controller (SPC) support

2013-06-05 Thread Jon Medhurst (Tixy)
On Wed, 2013-06-05 at 12:46 +0100, Lorenzo Pieralisi wrote: [...] > + > +static bool __init __vexpress_spc_check_loaded(void); > +static bool (*spc_check_loaded)(void) = &__vexpress_spc_check_loaded; We get a section mismatch warning from the above because __vexpress_spc_check_loaded is marked __i

Re: [RFC PATCH v2 2/2] drivers: mfd: vexpress: add Serial Power Controller (SPC) support

2013-06-05 Thread Jon Medhurst (Tixy)
On Wed, 2013-06-05 at 12:46 +0100, Lorenzo Pieralisi wrote: [...] > +static const struct of_device_id vexpress_spc_ids[] __initconst = { > + { .compatible = "arm,vexpress-spc,v2p-ca15_a7" }, > + { .compatible = "arm,vexpress-spc" }, > + {}, > +}; > + > +static int __init vexpress_spc_in

Re: [PATCH v6 5/9] ARM: vexpress: Add Device Tree support

2012-01-12 Thread Jon Medhurst (Tixy)
On Thu, 2011-12-15 at 14:02 +, Pawel Moll wrote: > This patch adds generic Versatile Express DT machine description, > Device Tree description for the motherboard and documentation for > the bindings. [...] > diff --git a/arch/arm/mach-vexpress/v2m.c b/arch/arm/mach-vexpress/v2m.c [...] > +DT_M