Re: [PATCH v2 1/8] mmc: sdhci-st: Add macros for register offsets and bitfields for mmcss glue regs

2015-03-30 Thread Peter Griffin
Hi Maxime, On Tue, 03 Mar 2015, Maxime Coquelin wrote: > >+ > >+#define ST_MMC_CCONFIG_REG_10x400 > Maybe my mail client, but I see a tab instead of a space after #define. Yes your correct, have fixed all occurances in v3 regards, Peter. -- To unsubscribe from this list: send t

Re: [PATCH v2 1/8] mmc: sdhci-st: Add macros for register offsets and bitfields for mmcss glue regs

2015-03-03 Thread Maxime Coquelin
Hi Peter, On 02/26/2015 02:10 PM, Peter Griffin wrote: The stih407 family SoC's have additional glue registers in the flashSS which are used to configure the Arasan controller. This patch adds macros for the register offsets and bitfields which will be used by subsequent patches to support sti

[PATCH v2 1/8] mmc: sdhci-st: Add macros for register offsets and bitfields for mmcss glue regs

2015-02-26 Thread Peter Griffin
The stih407 family SoC's have additional glue registers in the flashSS which are used to configure the Arasan controller. This patch adds macros for the register offsets and bitfields which will be used by subsequent patches to support stih407 family SoC's. Signed-off-by: Peter Griffin Signed-o