Re: [PATCH 00/10 V3] MXS SPI driver

2012-08-13 Thread Chris Ball
Hi,

On Mon, Aug 13 2012, Shawn Guo wrote:
> On Mon, Aug 13, 2012 at 01:51:58PM +0100, Mark Brown wrote:
>> Do we have any ETA for review from the MMC side?  I'd like to get these
>> patches out of my queue one way or another, it seems like for the simple
>> code motion bits at least we should be easy enough to get out of the
>> way.
>
> For mxs-mmc part:
>
> Reviewed-by: Shawn Guo 
>
> Chris,
>
> Can you take a look at the series and give your ACK to bless it go via
> SPI tree?

Thanks, looks good.  For the SPI tree:

Acked-by: Chris Ball 

-- 
Chris Ball  
One Laptop Per Child

--
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 00/10 V3] MXS SPI driver

2012-08-13 Thread Shawn Guo
On Mon, Aug 13, 2012 at 01:51:58PM +0100, Mark Brown wrote:
> Do we have any ETA for review from the MMC side?  I'd like to get these
> patches out of my queue one way or another, it seems like for the simple
> code motion bits at least we should be easy enough to get out of the
> way.

For mxs-mmc part:

Reviewed-by: Shawn Guo 

Chris,

Can you take a look at the series and give your ACK to bless it go via
SPI tree?

-- 
Regards,
Shawn


--
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 00/10 V3] MXS SPI driver

2012-08-13 Thread Mark Brown
On Fri, Aug 03, 2012 at 05:26:05PM +0200, Marek Vasut wrote:
> This patchset adds SPI master support for Freescale i.MX233/i.MX28.
> This is rebased on top of next-20120713. Please consider applying,
> bugs shall now be squashed during the previous two review rounds.

Do we have any ETA for review from the MMC side?  I'd like to get these
patches out of my queue one way or another, it seems like for the simple
code motion bits at least we should be easy enough to get out of the
way.

--
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


[PATCH 00/10 V3] MXS SPI driver

2012-08-03 Thread Marek Vasut
This patchset adds SPI master support for Freescale i.MX233/i.MX28.
This is rebased on top of next-20120713. Please consider applying,
bugs shall now be squashed during the previous two review rounds.

Marek Vasut (10):
  mmc: spi: Move SSP register definitions into separate file
  mmc: spi: Rename IMX2[38]_MMC to IMX2[38]_SSP
  mmc: spi: Add necessary bits into mxs-spi.h
  mmc: spi: Pull out parts shared between MMC and SPI
  mmc: spi: Pull out the SSP clock configuration function
  spi: Add SPI driver for mx233/mx28
  mmc: spi: Pull out common DMA parts from MXS MMC
  spi: Add DMA support into SPI driver
  spi: Add SSP/SPI device tree documentation
  ARM: mx28: Add SPI pinmux into imx28.dtsi

 Documentation/devicetree/bindings/spi/mxs-spi.txt |   18 +
 arch/arm/boot/dts/imx28.dtsi  |   39 ++
 drivers/clk/mxs/Makefile  |2 +-
 drivers/clk/mxs/clk-ssp.c |   62 ++
 drivers/mmc/host/mxs-mmc.c|  325 ---
 drivers/spi/Kconfig   |7 +
 drivers/spi/Makefile  |1 +
 drivers/spi/spi-mxs.c |  631 +
 include/linux/spi/mxs-spi.h   |  150 +
 9 files changed, 1016 insertions(+), 219 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/spi/mxs-spi.txt
 create mode 100644 drivers/clk/mxs/clk-ssp.c
 create mode 100644 drivers/spi/spi-mxs.c
 create mode 100644 include/linux/spi/mxs-spi.h

Cc: Attila Kinali 
Cc: Chris Ball 
CC: Dong Aisheng 
Cc: Fabio Estevam 
Cc: Grant Likely 
Cc: Linux ARM kernel 
Cc: Mark Brown 
Cc: Shawn Guo 
-- 
1.7.10.4


--
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