summaryrefslogtreecommitdiff
path: root/include/mtd
AgeCommit message (Expand)AuthorFilesLines
2021-09-28mtd: cfi_flash: use cfi_flash_num_flash_banks only when supportedPatrick Delaunay1-1/+7
2019-10-16ubi: provide a way to skip CRC checksQuentin Schulz1-2/+16
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-6/+3
2017-09-26mtd: cfi: Add support for status register pollingMarek Vasut1-0/+1
2017-08-22mtd: cfi: staticize functionsMarek Vasut1-2/+0
2015-10-27cfi_flash: use specific width types for cwordRyan Harkin1-4/+4
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada1-1/+0
2014-08-26mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher1-0/+22
2014-08-26mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher2-127/+361
2013-11-21mtd: move & update nand_ecclayout structure (plus board changes)Prabhakar Kushwaha1-12/+0
2013-07-30cfi_flash: Add prototypes of overridable functionsMasahiro Yamada1-0/+14
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2-31/+2
2013-06-01Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini1-0/+209
2013-06-01mtd: resync with Linux-3.7.1Sergey Lapin1-0/+209
2013-05-23cfi_flash: Fix unaligned accesses to cfi_qry structureAndrew Gabbasov1-7/+11
2013-04-12Revert "mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support"Stefan Roese1-21/+20
2013-04-02mtd: cfi_flash: Fix CFI flash driver for 8-bit bus supportaaron.williams@caviumnetworks.com1-20/+21
2012-08-13cfi_flash: add support for Spansion flash PPB sector protectionAnatolij Gustschin1-0/+7
2010-12-17cfi_flash: Add optional config register write to cfi-detectionStefan Roese1-0/+2
2010-09-20cfi_flash: Simplify dynamic flash bank number detectionStefan Roese1-0/+18
2009-10-28cfi: Add weak default function for flash_cmd_reset()Stefan Roese1-0/+157
2008-11-19UBI: Add basic UBI support to U-Boot (Part 7/8)Kyungmin Park1-0/+268