Ack possibility for '[PATCH] SPI: OMAP: remove unnecessary includes of plat/clock.h' ?

2012-09-11 Thread Paul Walmsley

Hi Grant,

was wondering if you might be willing to ack this patch so we can merge it 
via OMAP:

http://marc.info/?l=linux-omapm=134740630311140w=2

Just noticed we have a dependency on that patch for some common clock 
framework conversion patches also...


- Paul

--
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: Ack possibility for '[PATCH] SPI: OMAP: remove unnecessary includes of plat/clock.h' ?

2012-09-11 Thread Grant Likely
I'm still under water on patch review due to moving to the uk. Mark
Brown is covering for me on spi.

It is a trivial change though. go ahead and merge it.

g.

On Wed, Sep 12, 2012 at 12:44 AM, Paul Walmsley p...@pwsan.com wrote:

 Hi Grant,

 was wondering if you might be willing to ack this patch so we can merge it
 via OMAP:

 http://marc.info/?l=linux-omapm=134740630311140w=2

 Just noticed we have a dependency on that patch for some common clock
 framework conversion patches also...


 - Paul



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

--
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: OMAP: remove unnecessary includes of plat/clock.h

2012-09-11 Thread Shubhrajyoti
On Wednesday 12 September 2012 05:01 AM, Paul Walmsley wrote:
 Remove unnecessary includes of plat/clock.h from the OMAP SPI
 controller drivers.  These need to be removed to build multi-subarch
 ARM kernels which include these drivers.
Looks good to me
Acked-by: Shubhrajyoti D shubhrajy...@ti.com

 Signed-off-by: Paul Walmsley p...@pwsan.com
 Cc: Grant Likely grant.lik...@secretlab.ca
 ---
  drivers/spi/spi-omap-100k.c   |2 --
  drivers/spi/spi-omap2-mcspi.c |1 -
  2 files changed, 3 deletions(-)

 diff --git a/drivers/spi/spi-omap-100k.c b/drivers/spi/spi-omap-100k.c
 index 9bd1c92..dfb4b7f 100644
 --- a/drivers/spi/spi-omap-100k.c
 +++ b/drivers/spi/spi-omap-100k.c
 @@ -37,8 +37,6 @@
  
  #include linux/spi/spi.h
  
 -#include plat/clock.h
 -
  #define OMAP1_SPI100K_MAX_FREQ  4800
  
  #define ICR_SPITAS  (OMAP7XX_ICR_BASE + 0x12)
 diff --git a/drivers/spi/spi-omap2-mcspi.c b/drivers/spi/spi-omap2-mcspi.c
 index b2fb141..b5d6994 100644
 --- a/drivers/spi/spi-omap2-mcspi.c
 +++ b/drivers/spi/spi-omap2-mcspi.c
 @@ -41,7 +41,6 @@
  
  #include linux/spi/spi.h
  
 -#include plat/clock.h
  #include plat/mcspi.h
  
  #define OMAP2_MCSPI_MAX_FREQ 4800


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