aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini3-6/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini86-175/+86
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini3-6/+0
2018-04-25Merge git://git.denx.de/u-boot-spiTom Rini3-0/+185
2018-04-23nand: zynq: Cleanup initializationEzequiel Garcia1-4/+2
2018-04-23nand: zynq: Fix driver initializationEzequiel Garcia1-1/+1
2018-04-19sf: Add Spansion s25fl208k entrySean Nyekjaer1-0/+1
2018-04-19mtd: sf: add support for sst26wf016, sst26wf032, sst26wf064Eugeniy Paltsev1-0/+3
2018-04-19mtd: sf: Add support of sst26wf* flash ICs protection opsEugeniy Paltsev2-0/+181
2018-04-16mtd: cfi_flash: Make live-tree compatibleMario Six1-10/+11
2018-04-11mtd: rpc: Add Renesas RPC Hyperflash driverMarek Vasut3-0/+406
2018-04-09nand: arasan_nfc: Fixed NAND write issueVipul Kumar1-2/+2
2018-04-04Merge git://git.denx.de/u-boot-sunxiTom Rini3-120/+150
2018-04-03sunxi: move the NAND parameters to KconfigMiquel Raynal1-0/+22
2018-04-03sunxi: make NAND_SUNXI use ARCH_SUNXI as default in KconfigMiquel Raynal1-0/+1
2018-04-03sunxi: automatically select SPL_NAND_SUPPORT in KconfigMiquel Raynal1-0/+1
2018-04-03sunxi: allow NAND support to be compiled for sun8i platformsMiquel Raynal1-1/+1
2018-04-03spl: nand: sunxi: use PIO instead of DMAMiquel Raynal1-80/+55
2018-04-03spl: nand: sunxi: declare the ecc_bytes array globallyMiquel Raynal1-1/+2
2018-04-03spl: nand: sunxi: make the reset column helper more genericMiquel Raynal1-5/+5
2018-04-03spl: nand: sunxi: ensure enough time has passed after changing the columnMiquel Raynal1-3/+12
2018-04-03spl: nand: sunxi: create an helper to handle command executionMiquel Raynal1-21/+21
2018-04-03spl: nand: sunxi: add missing status clearMiquel Raynal1-0/+1
2018-04-03spl: nand: sunxi: introduce the nand_wait_cmd_fifo_empty() helperMiquel Raynal1-0/+19
2018-04-03spl: nand: sunxi: introduce the nand_wait_int() helperMiquel Raynal1-20/+14
2018-04-03spl: nand: sunxi: fix typo on register nameMiquel Raynal1-3/+3
2018-04-03spl: nand: sunxi: fix second case of modulo by zero errorMiquel Raynal1-2/+3
2018-04-03mtd: nand: sunxi: fix ECC strength choiceMiquel Raynal1-1/+7
2018-03-25Merge git://git.denx.de/u-boot-ubiTom Rini1-0/+7
2018-03-24Convert CONFIG_UBI_SILENCE_MSG to KconfigPetr Vorel1-0/+7
2018-03-23arm64: zynqmp: nand: Fixed NAND erase issue for size 1GiB or moreVipul Kumar1-3/+4
2018-03-22spi: spi_flash: do not fail silently on bad user inputLiam Beguin1-1/+1
2018-03-19nand: Remove unused ppc4xx NAND driver and referencesStefan Roese3-217/+0
2018-03-15Merge git://git.denx.de/u-boot-spiTom Rini3-326/+0
2018-03-13arch-stm32: Factorize stm32.h for STM32F4 and F7Patrice Chotard1-1/+1
2018-03-13arm: sunxi: Move spl spi sunxi code to mach-sunxiJagan Teki3-326/+0
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-02-23sf: Add ISSI IS25LP256 entryMarek Vasut1-0/+1
2018-02-19mtd: ubi: Fix worker handlingRichard Weinberger3-25/+40
2018-02-08Convert CONFIG_APBH_DMA et al to KconfigAdam Ford1-0/+3
2018-02-08Convert CONFIG_NAND_MXS to KconfigStefan Agner1-1/+1
2018-02-06ubi: Ensure no fastmap flush after uif_closeMartin Townsend1-5/+0
2018-01-31Merge tag 'xilinx-for-v2018.03' of git://git.denx.de/u-boot-microblazeTom Rini2-36/+151
2018-01-30nand: arasan: Select CONFIG_SYS_NAND_SELF_INITEzequiel Garcia1-0/+1
2018-01-30nand: arasan_nfc: Use the calculated ecc address for updating ecc registerSiva Durga Prasad Paladugu1-2/+5
2018-01-30nand: arasan_nfc: Add support for ondie eccSiva Durga Prasad Paladugu1-27/+138
2018-01-30nand: arasan_nfc: Move common ecc struct initialization init routineSiva Durga Prasad Paladugu1-7/+7
2018-01-29cfi_flash: Always define cfi_flash_num_flash_banksMario Six1-0/+2
2018-01-29cfi_flash: Fix indentionMario Six1-120/+118
2018-01-29cfi_flash: Fix long linesMario Six1-12/+19