]> git.ipfire.org Git - people/ms/u-boot.git/commit
mtd: nand: Rename nand.h into rawnand.h
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 30 Nov 2017 04:45:24 +0000 (13:45 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 4 Dec 2017 13:00:00 +0000 (22:00 +0900)
commit6ae3900a86b52429bf7a73ad832f0ad02acc2282
tree3aacc0877e4dd81b727ceb8e164df7c8ee606ae8
parent57f9bb9404e0578b4701ff900fdfa884d84c74b0
mtd: nand: Rename nand.h into rawnand.h

This header was renamed to rawnand.h in Linux.

The following is the corresponding commit in Linux.

  commit d4092d76a4a4e57b65910899948a83cc8646c5a5
  Author: Boris Brezillon <boris.brezillon@free-electrons.com>
  Date:   Fri Aug 4 17:29:10 2017 +0200

      mtd: nand: Rename nand.h into rawnand.h

      We are planning to share more code between different NAND based
      devices (SPI NAND, OneNAND and raw NANDs), but before doing that
      we need to move the existing include/linux/mtd/nand.h file into
      include/linux/mtd/rawnand.h so we can later create a nand.h header
      containing all common structure and function prototypes.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
35 files changed:
arch/arm/include/asm/ti-common/davinci_nand.h
arch/arm/mach-omap2/omap3/spl_id_nand.c
board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
board/isee/igep00x0/common.c
board/isee/igep00x0/igep00x0.c
board/isee/igep00x0/spl.c
board/logicpd/omap3som/omap3logic.c
board/mini-box/picosam9g45/picosam9g45.c
board/overo/overo.c
board/siemens/taurus/taurus.c
board/ti/beagle/beagle.c
board/ti/evm/evm.c
cmd/jffs2.c
cmd/mtdparts.c
drivers/mtd/nand/arasan_nfc.c
drivers/mtd/nand/denali.h
drivers/mtd/nand/denali_spl.c
drivers/mtd/nand/fsl_elbc_nand.c
drivers/mtd/nand/fsl_ifc_nand.c
drivers/mtd/nand/fsl_ifc_spl.c
drivers/mtd/nand/mxs_nand.c
drivers/mtd/nand/nand_base.c
drivers/mtd/nand/nand_bbt.c
drivers/mtd/nand/nand_bch.c
drivers/mtd/nand/nand_ids.c
drivers/mtd/nand/nand_timings.c
drivers/mtd/nand/pxa3xx_nand.c
drivers/mtd/nand/sunxi_nand.c
drivers/mtd/nand/vf610_nfc.c
drivers/mtd/nand/zynq_nand.c
fs/yaffs2/yaffs_mtdif.c
include/linux/mtd/fsl_upm.h
include/linux/mtd/fsmc_nand.h
include/linux/mtd/rawnand.h [moved from include/linux/mtd/nand.h with 99% similarity]
include/nand.h