summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * mtd: mtdpart: balance debug messagesMiquel Raynal2018-09-201-0/+2
| * mtd: declare MTD_PARTITIONS symbol in KconfigMiquel Raynal2018-09-201-0/+3
| * dt-bindings: Add bindings for SPI NAND devicesBoris Brezillon2018-09-201-0/+5
| * mtd: spinand: Add initial support for the MX35LF2GE4AB chipMiquel Raynal2018-09-201-6/+14
| * mtd: spinand: Add initial support for the MX35LF1GE4AB chipBoris Brezillon2018-09-204-1/+141
| * mtd: spinand: Add initial support for Winbond W25M02GVFrieder Schrempf2018-09-204-1/+146
| * mtd: spinand: Add initial support for Micron MT29F2G01ABAGDPeter Pan2018-09-204-1/+156
| * mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan2018-09-206-0/+1676
| * spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon2018-09-205-0/+778
| * mtd: nand: Pass mode information to nand_page_io_reqBoris Brezillon2018-09-201-0/+3
| * mtd: nand: Add core infrastructure to deal with NAND devicesBoris Brezillon2018-09-205-0/+1111
| * mtd: rename nand into rawnand in Kconfig promptMiquel Raynal2018-09-201-1/+1
| * mtd: move NAND files into a raw/ subdirectoryMiquel Raynal2018-09-2066-395/+400
| * mtd: move all flash categories inside MTD submenuMiquel Raynal2018-09-201-2/+2
| * mtd: move definitions to enlarge their rangeMiquel Raynal2018-09-202-6/+6
| * mtd: add get/set of_node/flash_node helpersBrian Norris2018-09-201-0/+28
| * mtd: Fallback to ->_read/write() when ->_read/write_oob() is missingMiquel Raynal2018-09-201-6/+20
| * mtd: Add sanity checks in mtd_write/read_oob()Boris Brezillon2018-09-201-0/+45
| * mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia2018-09-202-11/+13
| * mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon2018-09-204-62/+33
* | Prepare v2018.11-rc1v2018.11-rc1Tom Rini2018-10-011-2/+2
* | MAINTAINERS: at91: update entry for at91 boardsEugen Hristev2018-10-0110-10/+10
* | Merge git://git.denx.de/u-boot-dmTom Rini2018-09-3097-199/+3211
|\ \
| * | dm: test: Add "/firmware" node scan testRajan Vaja2018-09-297-1/+52
| * | firmware: Add FIRMWARE config prompt stringRajan Vaja2018-09-291-1/+1
| * | sandbox: Add an explanation of the sandbox variantsSimon Glass2018-09-291-0/+24
| * | buildman: Avoid hanging when the config changesSimon Glass2018-09-291-1/+1
| * | include/dm.h: Remove duplicated include directiveLiviu Dudau2018-09-291-1/+0
| * | include/clk.h: Fix the name of the clock uclass in commentLiviu Dudau2018-09-291-1/+1
| * | fdt: fdtdec_setup_memory_banksize() use livetreeJens Wiklander2018-09-291-23/+21
| * | cmd: clk: Add trivial implementation of clock dump for DMMarek Vasut2018-09-291-0/+37
| * | test: Add tests for board uclassMario Six2018-09-2912-1/+198
| * | board: Add gazerbeam driverMario Six2018-09-294-0/+336
| * | drivers: Add board uclassMario Six2018-09-297-0/+216
| * | test: Add tests for dev_{enable, disable}_by_pathMario Six2018-09-291-0/+28
| * | core: Add dev_{disable,enable}_by_pathMario Six2018-09-292-0/+94
| * | test: Add tests for DT-manipulation functionsMario Six2018-09-291-0/+54
| * | core: Add functions to set properties in live-treeMario Six2018-09-292-0/+116
| * | binman: Allow writing a map file when something goes wrongSimon Glass2018-09-294-8/+46
| * | binman: Support ELF files for U-Boot and SPLSimon Glass2018-09-296-0/+130
| * | binman: Correct fmap output on x86Simon Glass2018-09-298-16/+121
| * | binman: Record the parent section of each sectionSimon Glass2018-09-293-4/+9
| * | binman: Support x86 microcode in TPLSimon Glass2018-09-299-21/+151
| * | binman: Support hashing entriesSimon Glass2018-09-299-0/+143
| * | binman: Mention section attributes in docsSimon Glass2018-09-291-2/+2
| * | binman: Support expanding entriesSimon Glass2018-09-298-2/+136
| * | binman: Support adding filesSimon Glass2018-09-2917-0/+225
| * | binman: Allow zero-size sectionsSimon Glass2018-09-291-1/+1
| * | binman: Support compressed entriesSimon Glass2018-09-296-9/+106
| * | patman: Detect missing tools and report themSimon Glass2018-09-281-1/+28