[U-Boot] [GIT PULL] u-boot-uniphier/master

Hi Tom,
Please pull a little more NAND and UniPhier updates.
The following changes since commit 02907004294d981fff9a7305ad9c6d8a0138f205:
Merge git://git.denx.de/u-boot-rockchip (2017-12-01 19:08:30 -0500)
are available in the git repository at:
git://git.dex.de/u-boot-uniphier.git master
for you to fetch changes up to 0faef2eba946a95f9c78d2b3db47e15bac04b52e:
mtd: nand: denali: consolidate include directives (2017-12-04 22:00:03 +0900)
---------------------------------------------------------------- Masahiro Yamada (7): ARM: uniphier: clean up board_init mtd: nand: denali: remove bogus __maybe_unused mtd: nand: denali: remove ad-hoc board_nand_init() entry mtd: nand: Rename nand.h into rawnand.h mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.h mtd: nand: denali_dt: replace printf() with pr_err() mtd: nand: denali: consolidate include directives
arch/arm/include/asm/ti-common/davinci_nand.h | 2 +- arch/arm/mach-omap2/omap3/spl_id_nand.c | 2 +- arch/arm/mach-uniphier/board_init.c | 7 ++---- board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 2 +- board/isee/igep00x0/common.c | 2 +- board/isee/igep00x0/igep00x0.c | 2 +- board/isee/igep00x0/spl.c | 2 +- board/logicpd/omap3som/omap3logic.c | 2 +- board/mini-box/picosam9g45/picosam9g45.c | 2 +- board/overo/overo.c | 2 +- board/siemens/taurus/taurus.c | 2 +- board/ti/beagle/beagle.c | 2 +- board/ti/evm/evm.c | 2 +- cmd/jffs2.c | 2 +- cmd/mtdparts.c | 2 +- drivers/mtd/nand/arasan_nfc.c | 2 +- drivers/mtd/nand/denali.c | 34 ++++------------------------- drivers/mtd/nand/denali.h | 2 +- drivers/mtd/nand/denali_dt.c | 4 ++-- drivers/mtd/nand/denali_spl.c | 2 +- drivers/mtd/nand/fsl_elbc_nand.c | 2 +- drivers/mtd/nand/fsl_ifc_nand.c | 2 +- drivers/mtd/nand/fsl_ifc_spl.c | 2 +- drivers/mtd/nand/mxs_nand.c | 2 +- drivers/mtd/nand/nand_base.c | 2 +- drivers/mtd/nand/nand_bbt.c | 2 +- drivers/mtd/nand/nand_bch.c | 2 +- drivers/mtd/nand/nand_ids.c | 2 +- drivers/mtd/nand/nand_timings.c | 2 +- drivers/mtd/nand/pxa3xx_nand.c | 2 +- drivers/mtd/nand/sunxi_nand.c | 2 +- drivers/mtd/nand/vf610_nfc.c | 2 +- drivers/mtd/nand/zynq_nand.c | 2 +- fs/yaffs2/yaffs_mtdif.c | 2 +- include/linux/mtd/fsl_upm.h | 2 +- include/linux/mtd/fsmc_nand.h | 2 +- include/linux/mtd/{nand.h => rawnand.h} | 10 ++++----- include/nand.h | 2 +- 38 files changed, 46 insertions(+), 77 deletions(-) rename include/linux/mtd/{nand.h => rawnand.h} (99%)

On Mon, Dec 04, 2017 at 10:23:11PM +0900, Masahiro Yamada wrote:
Hi Tom,
Please pull a little more NAND and UniPhier updates.
The following changes since commit 02907004294d981fff9a7305ad9c6d8a0138f205:
Merge git://git.denx.de/u-boot-rockchip (2017-12-01 19:08:30 -0500)
are available in the git repository at:
git://git.dex.de/u-boot-uniphier.git master
for you to fetch changes up to 0faef2eba946a95f9c78d2b3db47e15bac04b52e:
mtd: nand: denali: consolidate include directives (2017-12-04 22:00:03 +0900)
Applied to u-boot/master, thanks!
participants (2)
-
Masahiro Yamada
-
Tom Rini