Re: [PATCH 6/8] mmc: use the new

2012-12-01 Thread Linus Walleij
On Fri, Nov 23, 2012 at 4:08 PM, Davide Ciminaghi  wrote:

> From: Alessandro Rubini 
>
> Signed-off-by: Alessandro Rubini 
> Acked-by: Giancarlo Asnaghi 

Acked-by: Linus Walleij 

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/


Re: [PATCH 6/8] mmc: use the new linux/sizes.h

2012-12-01 Thread Linus Walleij
On Fri, Nov 23, 2012 at 4:08 PM, Davide Ciminaghi cimina...@gnudd.com wrote:

 From: Alessandro Rubini rub...@gnudd.com

 Signed-off-by: Alessandro Rubini rub...@gnudd.com
 Acked-by: Giancarlo Asnaghi giancarlo.asna...@st.com

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

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/


Re: [PATCH 6/8] mmc: use the new

2012-11-26 Thread David Brown
On Fri, Nov 23, 2012 at 04:08:28PM +0100, Davide Ciminaghi wrote:
> From: Alessandro Rubini 
> 
> Signed-off-by: Alessandro Rubini 
> Acked-by: Giancarlo Asnaghi 
> ---
>  drivers/mmc/host/msm_sdcc.c |2 +-

Acked-by: David Brown 

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
--
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/


Re: [PATCH 6/8] mmc: use the new linux/sizes.h

2012-11-26 Thread David Brown
On Fri, Nov 23, 2012 at 04:08:28PM +0100, Davide Ciminaghi wrote:
 From: Alessandro Rubini rub...@gnudd.com
 
 Signed-off-by: Alessandro Rubini rub...@gnudd.com
 Acked-by: Giancarlo Asnaghi giancarlo.asna...@st.com
 ---
  drivers/mmc/host/msm_sdcc.c |2 +-

Acked-by: David Brown dav...@codeaurora.org

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
--
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/


Re: [PATCH 6/8] mmc: use the new

2012-11-23 Thread viresh kumar
On Fri, Nov 23, 2012 at 8:38 PM, Davide Ciminaghi  wrote:
> From: Alessandro Rubini 
>
> Signed-off-by: Alessandro Rubini 
> Acked-by: Giancarlo Asnaghi 

Reviewed-by: Viresh Kumar 
--
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/


[PATCH 6/8] mmc: use the new

2012-11-23 Thread Davide Ciminaghi
From: Alessandro Rubini 

Signed-off-by: Alessandro Rubini 
Acked-by: Giancarlo Asnaghi 
---
 drivers/mmc/host/mmci.c |2 +-
 drivers/mmc/host/msm_sdcc.c |2 +-
 drivers/mmc/host/mvsdio.c   |2 +-
 drivers/mmc/host/mxcmmc.c   |2 +-
 drivers/mmc/host/pxamci.c   |3 +--
 5 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c
index 5e39b31..731d98e 100644
--- a/drivers/mmc/host/mmci.c
+++ b/drivers/mmc/host/mmci.c
@@ -34,10 +34,10 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
-#include 
 
 #include "mmci.h"
 
diff --git a/drivers/mmc/host/msm_sdcc.c b/drivers/mmc/host/msm_sdcc.c
index 7c0af0e..aa61b79 100644
--- a/drivers/mmc/host/msm_sdcc.c
+++ b/drivers/mmc/host/msm_sdcc.c
@@ -37,10 +37,10 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
-#include 
 
 #include 
 #include 
diff --git a/drivers/mmc/host/mvsdio.c b/drivers/mmc/host/mvsdio.c
index de4c20b..e313cd9 100644
--- a/drivers/mmc/host/mvsdio.c
+++ b/drivers/mmc/host/mvsdio.c
@@ -22,8 +22,8 @@
 #include 
 #include 
 #include 
+#include 
 
-#include 
 #include 
 #include 
 
diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c
index a72936e..8ce7e73 100644
--- a/drivers/mmc/host/mxcmmc.c
+++ b/drivers/mmc/host/mxcmmc.c
@@ -34,10 +34,10 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
-#include 
 #include 
 
 #include 
diff --git a/drivers/mmc/host/pxamci.c b/drivers/mmc/host/pxamci.c
index 3f9d6d5..af3604a 100644
--- a/drivers/mmc/host/pxamci.c
+++ b/drivers/mmc/host/pxamci.c
@@ -33,8 +33,7 @@
 #include 
 #include 
 #include 
-
-#include 
+#include 
 
 #include 
 #include 
-- 
1.7.10.4

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


[PATCH 6/8] mmc: use the new linux/sizes.h

2012-11-23 Thread Davide Ciminaghi
From: Alessandro Rubini rub...@gnudd.com

Signed-off-by: Alessandro Rubini rub...@gnudd.com
Acked-by: Giancarlo Asnaghi giancarlo.asna...@st.com
---
 drivers/mmc/host/mmci.c |2 +-
 drivers/mmc/host/msm_sdcc.c |2 +-
 drivers/mmc/host/mvsdio.c   |2 +-
 drivers/mmc/host/mxcmmc.c   |2 +-
 drivers/mmc/host/pxamci.c   |3 +--
 5 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c
index 5e39b31..731d98e 100644
--- a/drivers/mmc/host/mmci.c
+++ b/drivers/mmc/host/mmci.c
@@ -34,10 +34,10 @@
 #include linux/pm_runtime.h
 #include linux/types.h
 #include linux/pinctrl/consumer.h
+#include linux/sizes.h
 
 #include asm/div64.h
 #include asm/io.h
-#include asm/sizes.h
 
 #include mmci.h
 
diff --git a/drivers/mmc/host/msm_sdcc.c b/drivers/mmc/host/msm_sdcc.c
index 7c0af0e..aa61b79 100644
--- a/drivers/mmc/host/msm_sdcc.c
+++ b/drivers/mmc/host/msm_sdcc.c
@@ -37,10 +37,10 @@
 #include linux/memory.h
 #include linux/gfp.h
 #include linux/gpio.h
+#include linux/sizes.h
 
 #include asm/cacheflush.h
 #include asm/div64.h
-#include asm/sizes.h
 
 #include linux/platform_data/mmc-msm_sdcc.h
 #include mach/msm_iomap.h
diff --git a/drivers/mmc/host/mvsdio.c b/drivers/mmc/host/mvsdio.c
index de4c20b..e313cd9 100644
--- a/drivers/mmc/host/mvsdio.c
+++ b/drivers/mmc/host/mvsdio.c
@@ -22,8 +22,8 @@
 #include linux/clk.h
 #include linux/gpio.h
 #include linux/mmc/host.h
+#include linux/sizes.h
 
-#include asm/sizes.h
 #include asm/unaligned.h
 #include linux/platform_data/mmc-mvsdio.h
 
diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c
index a72936e..8ce7e73 100644
--- a/drivers/mmc/host/mxcmmc.c
+++ b/drivers/mmc/host/mxcmmc.c
@@ -34,10 +34,10 @@
 #include linux/regulator/consumer.h
 #include linux/dmaengine.h
 #include linux/types.h
+#include linux/sizes.h
 
 #include asm/dma.h
 #include asm/irq.h
-#include asm/sizes.h
 #include linux/platform_data/mmc-mxcmmc.h
 
 #include linux/platform_data/dma-imx.h
diff --git a/drivers/mmc/host/pxamci.c b/drivers/mmc/host/pxamci.c
index 3f9d6d5..af3604a 100644
--- a/drivers/mmc/host/pxamci.c
+++ b/drivers/mmc/host/pxamci.c
@@ -33,8 +33,7 @@
 #include linux/of.h
 #include linux/of_gpio.h
 #include linux/of_device.h
-
-#include asm/sizes.h
+#include linux/sizes.h
 
 #include mach/hardware.h
 #include mach/dma.h
-- 
1.7.10.4

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


Re: [PATCH 6/8] mmc: use the new linux/sizes.h

2012-11-23 Thread viresh kumar
On Fri, Nov 23, 2012 at 8:38 PM, Davide Ciminaghi cimina...@gnudd.com wrote:
 From: Alessandro Rubini rub...@gnudd.com

 Signed-off-by: Alessandro Rubini rub...@gnudd.com
 Acked-by: Giancarlo Asnaghi giancarlo.asna...@st.com

Reviewed-by: Viresh Kumar viresh.ku...@linaro.org
--
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/


Re: [PATCH 6/8] mmc: use the new

2012-09-14 Thread David Brown
On Fri, Sep 14, 2012 at 06:24:01PM +0200, Davide Ciminaghi wrote:
> From: Alessandro Rubini 
> 
> Signed-off-by: Alessandro Rubini 
> Acked-by: Giancarlo Asnaghi 
> ---
>  drivers/mmc/host/msm_sdcc.c |2 +-

Acked-by: David Brown 

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
--
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/


[PATCH 6/8] mmc: use the new

2012-09-14 Thread Davide Ciminaghi
From: Alessandro Rubini 

Signed-off-by: Alessandro Rubini 
Acked-by: Giancarlo Asnaghi 
---
 drivers/mmc/host/mmci.c |2 +-
 drivers/mmc/host/msm_sdcc.c |2 +-
 drivers/mmc/host/mvsdio.c   |2 +-
 drivers/mmc/host/mxcmmc.c   |2 +-
 drivers/mmc/host/pxamci.c   |3 +--
 5 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c
index 263102c..8e3f33e 100644
--- a/drivers/mmc/host/mmci.c
+++ b/drivers/mmc/host/mmci.c
@@ -33,10 +33,10 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
-#include 
 
 #include "mmci.h"
 
diff --git a/drivers/mmc/host/msm_sdcc.c b/drivers/mmc/host/msm_sdcc.c
index 1d14cda..0718469 100644
--- a/drivers/mmc/host/msm_sdcc.c
+++ b/drivers/mmc/host/msm_sdcc.c
@@ -37,10 +37,10 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
-#include 
 
 #include 
 #include 
diff --git a/drivers/mmc/host/mvsdio.c b/drivers/mmc/host/mvsdio.c
index a61cb5f..898550b 100644
--- a/drivers/mmc/host/mvsdio.c
+++ b/drivers/mmc/host/mvsdio.c
@@ -22,8 +22,8 @@
 #include 
 #include 
 #include 
+#include 
 
-#include 
 #include 
 #include 
 
diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c
index 28ed52d..f9ccac3 100644
--- a/drivers/mmc/host/mxcmmc.c
+++ b/drivers/mmc/host/mxcmmc.c
@@ -34,10 +34,10 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
-#include 
 #include 
 
 #include 
diff --git a/drivers/mmc/host/pxamci.c b/drivers/mmc/host/pxamci.c
index 11df800..2635550 100644
--- a/drivers/mmc/host/pxamci.c
+++ b/drivers/mmc/host/pxamci.c
@@ -33,8 +33,7 @@
 #include 
 #include 
 #include 
-
-#include 
+#include 
 
 #include 
 #include 
-- 
1.7.9.1

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


[PATCH 6/8] mmc: use the new linux/sizes.h

2012-09-14 Thread Davide Ciminaghi
From: Alessandro Rubini rub...@gnudd.com

Signed-off-by: Alessandro Rubini rub...@gnudd.com
Acked-by: Giancarlo Asnaghi giancarlo.asna...@st.com
---
 drivers/mmc/host/mmci.c |2 +-
 drivers/mmc/host/msm_sdcc.c |2 +-
 drivers/mmc/host/mvsdio.c   |2 +-
 drivers/mmc/host/mxcmmc.c   |2 +-
 drivers/mmc/host/pxamci.c   |3 +--
 5 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c
index 263102c..8e3f33e 100644
--- a/drivers/mmc/host/mmci.c
+++ b/drivers/mmc/host/mmci.c
@@ -33,10 +33,10 @@
 #include linux/amba/mmci.h
 #include linux/pm_runtime.h
 #include linux/types.h
+#include linux/sizes.h
 
 #include asm/div64.h
 #include asm/io.h
-#include asm/sizes.h
 
 #include mmci.h
 
diff --git a/drivers/mmc/host/msm_sdcc.c b/drivers/mmc/host/msm_sdcc.c
index 1d14cda..0718469 100644
--- a/drivers/mmc/host/msm_sdcc.c
+++ b/drivers/mmc/host/msm_sdcc.c
@@ -37,10 +37,10 @@
 #include linux/memory.h
 #include linux/gfp.h
 #include linux/gpio.h
+#include linux/sizes.h
 
 #include asm/cacheflush.h
 #include asm/div64.h
-#include asm/sizes.h
 
 #include mach/mmc.h
 #include mach/msm_iomap.h
diff --git a/drivers/mmc/host/mvsdio.c b/drivers/mmc/host/mvsdio.c
index a61cb5f..898550b 100644
--- a/drivers/mmc/host/mvsdio.c
+++ b/drivers/mmc/host/mvsdio.c
@@ -22,8 +22,8 @@
 #include linux/clk.h
 #include linux/gpio.h
 #include linux/mmc/host.h
+#include linux/sizes.h
 
-#include asm/sizes.h
 #include asm/unaligned.h
 #include plat/mvsdio.h
 
diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c
index 28ed52d..f9ccac3 100644
--- a/drivers/mmc/host/mxcmmc.c
+++ b/drivers/mmc/host/mxcmmc.c
@@ -34,10 +34,10 @@
 #include linux/regulator/consumer.h
 #include linux/dmaengine.h
 #include linux/types.h
+#include linux/sizes.h
 
 #include asm/dma.h
 #include asm/irq.h
-#include asm/sizes.h
 #include mach/mmc.h
 
 #include mach/dma.h
diff --git a/drivers/mmc/host/pxamci.c b/drivers/mmc/host/pxamci.c
index 11df800..2635550 100644
--- a/drivers/mmc/host/pxamci.c
+++ b/drivers/mmc/host/pxamci.c
@@ -33,8 +33,7 @@
 #include linux/of.h
 #include linux/of_gpio.h
 #include linux/of_device.h
-
-#include asm/sizes.h
+#include linux/sizes.h
 
 #include mach/hardware.h
 #include mach/dma.h
-- 
1.7.9.1

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


Re: [PATCH 6/8] mmc: use the new linux/sizes.h

2012-09-14 Thread David Brown
On Fri, Sep 14, 2012 at 06:24:01PM +0200, Davide Ciminaghi wrote:
 From: Alessandro Rubini rub...@gnudd.com
 
 Signed-off-by: Alessandro Rubini rub...@gnudd.com
 Acked-by: Giancarlo Asnaghi giancarlo.asna...@st.com
 ---
  drivers/mmc/host/msm_sdcc.c |2 +-

Acked-by: David Brown dav...@codeaurora.org

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
--
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/