Re: [PATCH] spi/omap2-mcspi: convert to the pump message infrastructure

2012-05-15 Thread Shubhrajyoti Datta
Hi Linus,

On Tue, May 15, 2012 at 1:42 AM, Linus Walleij linus.wall...@linaro.org wrote:
 On Thu, May 10, 2012 at 2:57 PM, Shubhrajyoti D shubhrajy...@ti.com wrote:

 This patch converts the OMAP SPI driver to use the SPI infrastructure
 pump message queue.Also fixes the below warning.
 master is unqueued, this is deprecated

 Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com

 Final version of the patch?
Lest someone has comments.

 Acked-by: Linus Walleij linus.wall...@linaro.org
Thanks.


 Yours,
 Linus Walleij
 --
 To unsubscribe from this list: send the line unsubscribe linux-kernel in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 Please read the FAQ at  http://www.tux.org/lkml/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
spi-devel-general mailing list
spi-devel-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spi-devel-general


Re: [PATCH] SPI: PRIMA2: use the newest APIs of PINCTRL to fix compiling errors

2012-05-15 Thread Linus Walleij
On Tue, May 15, 2012 at 4:21 AM, Barry Song barry.s...@csr.com wrote:

 From: Barry Song baohua.s...@csr.com

 Fix the compiling errors:
 drivers/spi/spi-sirf.c: In function 'spi_sirfsoc_probe':
 drivers/spi/spi-sirf.c:563: error: implicit declaration of function 
 'pinmux_get'
 drivers/spi/spi-sirf.c:563: warning: assignment makes pointer from integer 
 without a cast
 drivers/spi/spi-sirf.c:568: error: implicit declaration of function 
 'pinmux_enable'
 drivers/spi/spi-sirf.c:602: error: implicit declaration of function 
 'pinmux_disable'
 drivers/spi/spi-sirf.c:603: error: implicit declaration of function 
 'pinmux_put'
 make[3]: *** [drivers/spi/spi-sirf.o] Error 1

 Signed-off-by: Barry Song baohua.s...@csr.com
 Cc: Guennadi Liakhovetski g.liakhovet...@gmx.de
 Cc: Linus Walleij linus.wall...@linaro.org

Acked-by: Linus Walleij linus.wall...@linaro.org

Counting on Grant to pick this up...

Yours,
Linus Walleij

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
spi-devel-general mailing list
spi-devel-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spi-devel-general


Re: [PATCH 3/3] eeprom/of: Add device tree bindings to at25.

2012-05-15 Thread Greg Kroah-Hartman
On Fri, May 11, 2012 at 03:05:23PM -0700, David Daney wrote:
 From: David Daney david.da...@cavium.com
 
 We can extract the pagesize, size and address-width from the
 device tree so that SPI eeproms can be fully specified in the device
 tree.
 
 Also add a MODULE_DEVICE_TABLE so the drivers can be automatically bound.
 
 Signed-off-by: David Daney david.da...@cavium.com
 Cc: Michael Hennerich michael.henner...@analog.com
 Cc: Greg Kroah-Hartman gre...@linuxfoundation.org
 Cc: Axel Lin axel@gmail.com

Acked-by: Greg Kroah-Hartman gre...@linuxfoundation.org


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
spi-devel-general mailing list
spi-devel-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spi-devel-general


Re: [PATCH RFC] spi: Dont call prepare/unprepare transfer if not populated

2012-05-15 Thread Andrew Lunn
On Thu, May 10, 2012 at 09:24:55PM -0600, Grant Likely wrote:
 On Thu, 10 May 2012 16:01:27 +0200, Linus Walleij linus.wall...@linaro.org 
 wrote:
  On Thu, May 10, 2012 at 3:50 PM, Shubhrajyoti D shubhrajy...@ti.com wrote:
  
   Currently the prepare/unprepare transfer are called unconditionally.
   The assumption is that every driver using the spi core queue 
   infrastructure
   has to populate the prepare and unprepare functions. This encourages
   drivers to populate empty functions to prevent crashing.
   This patch prevents the call to prepare/unprepare if not populated.
  
   Cc: Linus Walleij linus.wall...@linaro.org
   Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com
  
  Great!
  Acked-by: Linus Walleij linus.wall...@linaro.org
 
 Applied, thanks (after fixing extra whitespace defect).

Hi Grant

Is this going to appear in linux-next soon? Can i depend on having
this patch for 3.5?

 Thanks
Andrew


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
spi-devel-general mailing list
spi-devel-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spi-devel-general