From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 5 May 2015 09:38:21 -0700 Subject: [U-Boot] [PATCH v3 1/4] mmc: fsl_esdhc: Add adapter card type identification support In-Reply-To: <1429682220-20202-1-git-send-email-yangbo.lu@freescale.com> References: <1429682220-20202-1-git-send-email-yangbo.lu@freescale.com> Message-ID: <5548F1FD.1000000@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/21/2015 10:57 PM, Yangbo Lu wrote: > Add adapter card type identification support by reading > FPGA STAT_PRES1 register SDHC Card ID[0:2] bits. To use this function, > define CONFIG_FSL_ESDHC_ADAPTER_IDENT. > > Signed-off-by: Yangbo Lu > Cc: York Sun > Cc: Pantelis Antoniou > --- > Changes for v3: > - Add Pantelis Antoniou to Cc list > Changes for v2: > - Document CONFIG_FSL_ESDHC_ADAPTER_IDENT > --- > --- > arch/powerpc/include/asm/global_data.h | 3 +++ > board/freescale/common/qixis.h | 14 +++++++++++++ > doc/README.fsl-esdhc | 25 ++++++++++++++++++---- > drivers/mmc/fsl_esdhc.c | 38 +++++++++++++++++++++++++++++++++- > drivers/mmc/mmc.c | 6 ++++++ > drivers/mmc/mmc_private.h | 3 +++ > include/fsl_esdhc.h | 4 ++++ > 7 files changed, 88 insertions(+), 5 deletions(-) Applied to u-boot-mpc85xx master. Awaiting upstream. York