UPSTREAM: blk: Remove various places that do flush cache after readAll these places seem to inherit the codes from the MMC driver wherea FIXME was put in the comment. However the correct operation
UPSTREAM: blk: Remove various places that do flush cache after readAll these places seem to inherit the codes from the MMC driver wherea FIXME was put in the comment. However the correct operation afterread should be cache invalidate, not flush.The underlying drivers should be responsible for the cache operation.Remove these codes completely.Change-Id: I8f04c721432753b34e85b19616a0b42d83a633ebSigned-off-by: Bin Meng <bmeng.cn@gmail.com>Reviewed-by: Stefan Roese <sr@denx.de>Reviewed-by: York Sun <york.sun@nxp.com>Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>Reviewed-by: Simon Glass <sjg@chromium.org>Tested-by: York Sun <york.sun@nxp.com>Signed-off-by: Kever Yang <kever.yang@rock-chips.com>(cherry picked from commit 723b43daec7ee2ddb600cfcb9b0253d4a71c3915)
show more ...
env: Rename getenv/_f() to env_get()We are now using an env_ prefix for environment functions. Rename thesetwo functions for consistency. Also add function comments in common.h.Quite a few place
env: Rename getenv/_f() to env_get()We are now using an env_ prefix for environment functions. Rename thesetwo functions for consistency. Also add function comments in common.h.Quite a few places use getenv() in a condition context, provoking awarning from checkpatch. These are fixed up in this patch also.Suggested-by: Wolfgang Denk <wd@denx.de>Signed-off-by: Simon Glass <sjg@chromium.org>
env: Rename common functions related to setenv()We are now using an env_ prefix for environment functions. Rename thesecommonly used functions, for consistency. Also add function comments incommo
env: Rename common functions related to setenv()We are now using an env_ prefix for environment functions. Rename thesecommonly used functions, for consistency. Also add function comments incommon.h.Suggested-by: Wolfgang Denk <wd@denx.de>Signed-off-by: Simon Glass <sjg@chromium.org>
net: fman: add support RGMII_TXID to memacSigned-off-by: Madalin Bucur <madalin.bucur@nxp.com>Acked-by: Joe Hershberger <joe.hershberger@ni.com>
net: fm: use get_nand_dev_by_index()As part of preparation for nand DM conversion the new API has beenintroduced to remove direct access to nand_info array. So, use it hereinstead of accessing to
net: fm: use get_nand_dev_by_index()As part of preparation for nand DM conversion the new API has beenintroduced to remove direct access to nand_info array. So, use it hereinstead of accessing to nand_info array directly.Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
armv8/ls1046a: RGMII PHY requires internal delay on TxSigned-off-by: Madalin Bucur <madalin.bucur@nxp.com>Acked-by: Joe Hershberger <joe.hershberger@ni.com>
armv8/ls1043a: RGMII PHY requires internal delay on TxSigned-off-by: Madalin Bucur <madalin.bucur@nxp.com>Acked-by: Joe Hershberger <joe.hershberger@ni.com>
armv8: ls1043a: Drop macro CONFIG_LS1043AUse CONFIG_ARCH_LS1043A instead.Signed-off-by: York Sun <york.sun@nxp.com>
powerpc: mpc85xx: Remove variant SoCs T1020/T1022/T1013/T1014Remove these SoCs from Kconfig because they don't have individualconfiguration. Clean up existing macros.Signed-off-by: York Sun <yor
powerpc: mpc85xx: Remove variant SoCs T1020/T1022/T1013/T1014Remove these SoCs from Kconfig because they don't have individualconfiguration. Clean up existing macros.Signed-off-by: York Sun <york.sun@nxp.com>
net: fman: fix 2.5G SGMII settingsThe settings for 2.5G SGMII are wrong, which the 2.5G case is missed inset_if_mode(), and the serdes PCS configuration are wrong, this patch usesthe correct sett
net: fman: fix 2.5G SGMII settingsThe settings for 2.5G SGMII are wrong, which the 2.5G case is missed inset_if_mode(), and the serdes PCS configuration are wrong, this patch usesthe correct settings took from Linux.Signed-off-by: Shaohui Xie <Shaohui.Xie@nxp.com>Acked-by: Joe Hershberger <joe.hershberger@ni.com>
powerpc: T4080: Drop configuration for T4080There is no T4080 target. Drop related macros.Signed-off-by: York Sun <york.sun@nxp.com>
powerpc: T4240: Remove macro CONFIG_PPC_T4240Use CONFIG_ARCH_T4240 from Kconfig instead.Signed-off-by: York Sun <york.sun@nxp.com>
powerpc: T4160: Remove macro CONFIG_PPC_T4160Use CONFIG_ARCH_T4160 instead.Signed-off-by: York Sun <york.sun@nxp.com>
powerpc: T2080, T2081: Remove macro CONFIG_PPC_T2080 and CONFIG_PPC_T2081Use CONFIG_ARCH_T2080 and CONFIG_ARCH_T2081 instead.Signed-off-by: York Sun <york.sun@nxp.com>
powerpc: T1042: Remove macro CONFIG_PPC_T1042Replace CONFIG_PPC_T1042 with ARCH_T1024 in Kconfig and clean upexisting macros.Signed-off-by: York Sun <york.sun@nxp.com>
powerpc: T1040: Remove macro CONFIG_PPC_T1040Replace CONFIG_PPC_T1040 with ARCH_T1040 in Kconfig and clean upexisting macros.Signed-off-by: York Sun <york.sun@nxp.com>
powerpc: T1024: Remove macro CONFIG_PPC_T1024Replace CONFIG_PPC_T1024 with ARCH_T1024 in Kconfig and clean upexisting macros.Signed-off-by: York Sun <york.sun@nxp.com>
powerpc: T1023: Remove macro CONFIG_PPC_T1023Replace CONFIG_PPC_T1023 with ARCH_T1023 in Kconfig and clean upexisting macros.Signed-off-by: York Sun <york.sun@nxp.com>
powerpc: B4420: Remove macro CONFIG_PPC_B4420Replace CONFIG_PPC_B4420 with ARCH_B4420 in Kconfig and clean upexisting macros.
powerpc: B4860QDS: Remove macro CONFIG_B4860QDSUse CONFIG_TARGET_B4860QDS instead.Signed-off-by: York Sun <york.sun@nxp.com>
powerpc: B4860: Remove macro CONFIG_PPC_B4860Replace CONFIG_PPC_B4860 with ARCH_B4860 in Kconfig and clean upexisting macros.Signed-off-by: York Sun <york.sun@nxp.com>
powerpc: P5040: Remove macro CONFIG_P5040Replace CONFIG_P5040 with ARCH_P5040 in Kconfig and clean upexisting macros.Signed-off-by: York Sun <york.sun@nxp.com>
powerpc: P5020: Remove macro CONFIG_PPC_P5020Replace CONFIG_PPC_P5020 with ARCH_P5020 in Kconfig and clean upexisting macros.Signed-off-by: York Sun <york.sun@nxp.com>
powerpc: P4080: Remove macro CONFIG_PPC_P4080Replace CONFIG_PPC_P4080 with ARCH_P4080 in Kconfig and clean upexisting macros.Signed-off-by: York Sun <york.sun@nxp.com>
powerpc: P3041: Remove macro CONFIG_PPC_P3041Replace CONFIG_PPC_P3041 with ARCH_P3041 in Kconfig and clean upexisting macros.Signed-off-by: York Sun <york.sun@nxp.com>
12345