u-boot-brain/drivers/dfu
Scott Wood b616d9b0a7 nand: Embed mtd_info in struct nand_chip
nand_info[] is now an array of pointers, with the actual mtd_info
instance embedded in struct nand_chip.

This is in preparation for syncing the NAND code with Linux 4.6,
which makes the same change to struct nand_chip.  It's in a separate
commit due to the large amount of changes required to accommodate the
change to nand_info[].

Signed-off-by: Scott Wood <oss@buserror.net>
2016-06-03 20:27:48 -05:00
..
dfu_mmc.c dm: mmc: Use the new select_hwpart() API 2016-05-17 09:54:43 -06:00
dfu_nand.c nand: Embed mtd_info in struct nand_chip 2016-06-03 20:27:48 -05:00
dfu_ram.c dfu: ram: fix number base of RAM entity parameters 2016-04-25 17:56:30 +02:00
dfu_sf.c dfu: dfu_sf: Pass duplicate devstr to parse_dev 2015-11-03 17:29:33 +01:00
dfu_tftp.c dfu: tftp: update: Provide tftp support for the DFU subsystem 2015-09-07 13:41:04 +02:00
dfu.c dfu: avoid memory leak 2016-05-06 20:06:56 +02:00
Kconfig Fix various typos, scattered over the code. 2016-05-05 21:39:26 -04:00
Makefile dfu: tftp: update: Provide tftp support for the DFU subsystem 2015-09-07 13:41:04 +02:00