Re: [PATCH] mmc: wmt-sdmmc: Simplify wmt_set_sd_power implementation

2013-10-04 Thread Tony Prisk
On 03/10/13 22:04, Axel Lin wrote: Simplify the code to set/clear BM_SD_OFF bit: | power_inverted: 0 | power_inverted: 1 - enable: 0 | SET BM_SD_OFF | CLEAR BM_SD_OFF - enable: 1 | CL

[PATCH 3/3] mmc: card.h: Use NULL instead of zero

2013-10-04 Thread Fabio Estevam
From: Fabio Estevam Fix the following sparse warnings: drivers/mmc/card/block.c:2371:9: warning: Using plain integer as NULL pointer drivers/mmc/core/quirks.c:61:9: warning: Using plain integer as NULL pointer Signed-off-by: Fabio Estevam --- include/linux/mmc/card.h | 2 +- 1 file changed, 1

[PATCH 1/3] mmc:sdhci-esdhc-imx: Use NULL instead of zero

2013-10-04 Thread Fabio Estevam
From: Fabio Estevam Fix the following sparse warning: drivers/mmc/host/sdhci-esdhc-imx.c:617:35: warning: Using plain integer as NULL pointer Cc: Shawn Guo Signed-off-by: Fabio Estevam --- drivers/mmc/host/sdhci-esdhc-imx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[PATCH 2/3] mmc: host: sdhci: Make sdhci_disable_irq_wakeups static

2013-10-04 Thread Fabio Estevam
From: Fabio Estevam sdhci_disable_irq_wakeups() is not used anywhere else, so make it static. Fix the following sparse warning: drivers/mmc/host/sdhci.c:2543:6: warning: symbol 'sdhci_disable_irq_wakeups' was not declared. Should it be static? Signed-off-by: Fabio Estevam --- drivers/mmc/ho

Re: [PATCH v2 0/9] ARM: dts: DT data for OMAP platforms for v3.13

2013-10-04 Thread Joel Fernandes
On 10/04/2013 09:10 AM, Benoit Cousson wrote: > On 04/10/2013 04:00, Joel Fernandes wrote: >> On 10/03/2013 08:25 AM, Benoit Cousson wrote: >>> + DT list and DT maintainers. >>> >>> Hi Joel, >>> >>> Thanks for the update. It looks good to me. >>> >>> For the new bindings added below; >>> ..

Re: [PATCH v2 4/9] ARM: dts: Add AES data and documentation for AM33XX

2013-10-04 Thread Mark Rutland
On Mon, Sep 30, 2013 at 04:13:01PM +0100, Joel Fernandes wrote: > From: "Mark A. Greer" > > Add the generic AM33XX AES module's device tree data and > enable it for the am335x-evm, am335x-evmsk, and am335x-bone > platforms. Also add Documentation file describing the data > for the AES module. >

Re: [PATCH v2 3/9] ARM: dts: Add SHAM data and documentation for AM33XX

2013-10-04 Thread Mark Rutland
On Mon, Sep 30, 2013 at 04:13:00PM +0100, Joel Fernandes wrote: > From: "Mark A. Greer" > > Add the generic AM33XX SHAM module's device tree data and > enable it for the am335x-evm, am335x-evmsk, and am335x-bone > platforms. Also add Documentation file describing the data > for the SHAM module.

Re: [PATCH v2 5/9] am33xx: dts: Fix AES interrupt number

2013-10-04 Thread Benoit Cousson
On 30/09/2013 17:13, Joel Fernandes wrote: Signed-off-by: Joel Fernandes Even if this is obvious, a small changelog is always recommended. Thanks, Benoit --- arch/arm/boot/dts/am33xx.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/am33xx.dtsi b

Re: [PATCH v2 0/9] ARM: dts: DT data for OMAP platforms for v3.13

2013-10-04 Thread Benoit Cousson
On 04/10/2013 04:00, Joel Fernandes wrote: On 10/03/2013 08:25 AM, Benoit Cousson wrote: + DT list and DT maintainers. Hi Joel, Thanks for the update. It looks good to me. For the new bindings added below; .../devicetree/bindings/crypto/omap-aes.txt| 34 ++ .../devicetr