Re: [PATCH] mtd/m25p80: add device tree probe support

2012-06-26 Thread Shawn Guo
On Mon, Jun 25, 2012 at 06:50:10PM +0200, Marek Vasut wrote: 116 ssp2: ssp@80014000 { 117 #address-cells = 1; 118 #size-cells = 0; 119 compatible = fsl,imx28-spi; 120

Re: [PATCH] mtd/m25p80: add device tree probe support

2012-06-26 Thread Marek Vasut
Dear Shawn Guo, On Mon, Jun 25, 2012 at 06:50:10PM +0200, Marek Vasut wrote: 116 ssp2: ssp@80014000 { 117 #address-cells = 1; 118 #size-cells = 0; 119 compatible =

Re: [PATCH] mtd/m25p80: add device tree probe support

2012-06-25 Thread Shawn Guo
On Sat, Jun 23, 2012 at 04:15:18AM +0200, Marek Vasut wrote: So is there any particular reason why this wasn't applied? Let me remind Artem by resending the patch tomorrow. -- Regards, Shawn ___ devicetree-discuss mailing list

Re: [PATCH] mtd/m25p80: add device tree probe support

2012-06-25 Thread Marek Vasut
Dear Shawn Guo, On Sat, Jun 23, 2012 at 04:15:18AM +0200, Marek Vasut wrote: So is there any particular reason why this wasn't applied? Let me remind Artem by resending the patch tomorrow. Actually ... the SPI does have the heuristics to probe this chip without the patch. But there was

Re: [PATCH] mtd/m25p80: add device tree probe support

2012-06-25 Thread Marek Vasut
Dear Shawn Guo, On Mon, Jun 25, 2012 at 06:01:22PM +0200, Marek Vasut wrote: Dear Shawn Guo, On Sat, Jun 23, 2012 at 04:15:18AM +0200, Marek Vasut wrote: So is there any particular reason why this wasn't applied? Let me remind Artem by resending the patch tomorrow.

Re: [PATCH] mtd/m25p80: add device tree probe support

2012-06-22 Thread Marek Vasut
Dear Grant Likely, On Thu, Jul 28, 2011 at 09:22:59PM +0200, manu wrote: Dear Grant, Shawn, I don't this patch is required as m25p** serial flashes are supported already with generic OF/SPI and OF/MTD schemes. I have successfully used it myself on an unmodified 2.6.36.3 vanilla kernel

Re: [PATCH] mtd/m25p80: add device tree probe support

2011-07-28 Thread manu
Dear Grant, Shawn, I don't this patch is required as m25p** serial flashes are supported already with generic OF/SPI and OF/MTD schemes. I have successfully used it myself on an unmodified 2.6.36.3 vanilla kernel on a xilinx/powerpc platform with a m25p32 part from STM. You will find attached

Re: [PATCH] mtd/m25p80: add device tree probe support

2011-07-28 Thread Grant Likely
On Thu, Jul 28, 2011 at 09:22:59PM +0200, manu wrote: Dear Grant, Shawn, I don't this patch is required as m25p** serial flashes are supported already with generic OF/SPI and OF/MTD schemes. I have successfully used it myself on an unmodified 2.6.36.3 vanilla kernel on a xilinx/powerpc

[PATCH] mtd/m25p80: add device tree probe support

2011-07-25 Thread Shawn Guo
It adds device tree probe support for m25p80 driver. Signed-off-by: Shawn Guo shawn@linaro.org Cc: Grant Likely grant.lik...@secretlab.ca Cc: Artem Bityutskiy artem.bityuts...@intel.com --- Documentation/devicetree/bindings/mtd/st-m25p.txt | 14 ++ drivers/mtd/devices/m25p80.c

Re: [PATCH] mtd/m25p80: add device tree probe support

2011-07-25 Thread Grant Likely
On Mon, Jul 25, 2011 at 09:37:43PM +0800, Shawn Guo wrote: It adds device tree probe support for m25p80 driver. Signed-off-by: Shawn Guo shawn@linaro.org Cc: Grant Likely grant.lik...@secretlab.ca Cc: Artem Bityutskiy artem.bityuts...@intel.com Acked-by: Grant Likely