aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-20mtd: declare MTD_PARTITIONS symbol in KconfigMiquel Raynal1-0/+3
2018-09-20dt-bindings: Add bindings for SPI NAND devicesBoris Brezillon1-0/+5
2018-09-20mtd: spinand: Add initial support for the MX35LF2GE4AB chipMiquel Raynal1-6/+14
2018-09-20mtd: spinand: Add initial support for the MX35LF1GE4AB chipBoris Brezillon4-1/+141
2018-09-20mtd: spinand: Add initial support for Winbond W25M02GVFrieder Schrempf4-1/+146
2018-09-20mtd: spinand: Add initial support for Micron MT29F2G01ABAGDPeter Pan4-1/+156
2018-09-20mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan6-0/+1676
2018-09-20spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon5-0/+778
2018-09-20mtd: nand: Pass mode information to nand_page_io_reqBoris Brezillon1-0/+3
2018-09-20mtd: nand: Add core infrastructure to deal with NAND devicesBoris Brezillon5-0/+1111
2018-09-20mtd: rename nand into rawnand in Kconfig promptMiquel Raynal1-1/+1
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal66-395/+400
2018-09-20mtd: move all flash categories inside MTD submenuMiquel Raynal1-2/+2
2018-09-20mtd: move definitions to enlarge their rangeMiquel Raynal2-6/+6
2018-09-20mtd: add get/set of_node/flash_node helpersBrian Norris1-0/+28
2018-09-20mtd: Fallback to ->_read/write() when ->_read/write_oob() is missingMiquel Raynal1-6/+20
2018-09-20mtd: Add sanity checks in mtd_write/read_oob()Boris Brezillon1-0/+45
2018-09-20mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia2-11/+13
2018-09-20mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon4-62/+33
2018-09-19Merge git://git.denx.de/u-boot-imxTom Rini15-104/+536
2018-09-19Merge git://git.denx.de/u-boot-marvellTom Rini25-199/+664
2018-09-19arm: mvebu: clearfog: enable eMMC boot partitions supportBaruch Siach1-0/+4
2018-09-19phy: marvell: add SATA comphy RX/TX polarity invert supportRabeeh Khoury2-2/+23
2018-09-19fix: cmd: mvebu: Exclude mvebu commands from SPL buildsKonstantin Porotchkin1-1/+2
2018-09-19fix: mvebu: Add SPI parameters for environment setupKonstantin Porotchkin1-0/+6
2018-09-19fix: env: Fix the SPI flash device setup for DM modeKonstantin Porotchkin1-1/+2
2018-09-19fix: nand: pxa3xx: Add WA for eliminating flash ready timeoutDavid Sniatkiwicz1-0/+3
2018-09-19nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NANDKonstantin Porotchkin1-6/+66
2018-09-19nand: pxa3xx: cosmetic: add comments to the timing layout structuresKonstantin Porotchkin1-1/+20
2018-09-19fix: nand: Replace hardcoded page chunk size with calculated oneKonstantin Porotchkin1-22/+20
2018-09-19mtd: nand: pxa3xx: add support for Toshiba flashKonstantin Porotchkin1-0/+3
2018-09-19mtd: nand: pxa3xx: add support for 2KB 8-bit flashVictor Axelrod1-0/+27
2018-09-19mtd: nand: pxa3xx: Fix READOOB implementationBoris Brezillon1-0/+1
2018-09-19mtd: nand: pxa3xx_nand: add support for partial chunksOfer Heifetz1-55/+99
2018-09-19mtd: pxa3xx_nand: Simplify pxa3xx_nand_scanOfer Heifetz1-16/+14
2018-09-19mtd: pxa3xx_nand: Fix initial controller configurationOfer Heifetz1-12/+29
2018-09-19mtd: pxa3xx_nand: Increase the initial chunk sizeOfer Heifetz1-1/+1
2018-09-19nand: pxa3xx: Increase READ_ID buffer and make the size staticOfer Heifetz1-19/+10
2018-09-19mtd: nand: pxa3xx-nand: fix random command timeoutsOfer Heifetz1-3/+7
2018-09-19mtd: nand: pxa3xx_nand: fix early spurious interruptOfer Heifetz1-1/+1
2018-09-19mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing()Ofer Heifetz1-2/+2
2018-09-19mtd: nand: pxa3xx_nand: use nand_to_mtd()Ofer Heifetz1-10/+9
2018-09-19mtd: nand: pxa3xx_nand: Increase initial buffer sizeOfer Heifetz1-6/+9
2018-09-19board: turris_mox: Fixup U-Boot's device tree if PCIe connectedMarek Behún3-0/+90
2018-09-19dts: mvebu: mcbin: drop redundant SD slot nodeBaruch Siach1-8/+0
2018-09-19arch/arm/dts: Update Turris Mox device treeMarek Behún1-7/+3
2018-09-19board: turris_mox: Enable PCI in defconfigMarek Behún1-0/+5
2018-09-19board: turris_mox: Fix watchdog macro nameMarek Behún1-3/+3
2018-09-19clk: armada-37xx-periph: Support changing clock parent and rateMarek Behún1-1/+129
2018-09-19phy: marvell: Support changing SERDES map in board fileMarek Behún7-17/+42