summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-10-029-25/+1536
|\
| * cmd: mtd: add 'mtd' commandMiquel Raynal2018-10-021-0/+1
| * mtd: mtdpart: implement proper partition handlingMiquel Raynal2018-10-022-1/+32
| * mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal2018-10-021-0/+5
| * mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal2018-10-021-0/+21
| * mtd: uclass: add probe functionMiquel Raynal2018-10-021-0/+2
| * dm: drop unused helper in MTD headerMiquel Raynal2018-10-021-11/+0
| * cmd: mtdparts: accept spi-nand devicesMiquel Raynal2018-09-201-2/+5
| * mtd: spinand: Add initial support for the MX35LF1GE4AB chipBoris Brezillon2018-09-201-0/+1
| * mtd: spinand: Add initial support for Winbond W25M02GVFrieder Schrempf2018-09-201-0/+1
| * mtd: spinand: Add initial support for Micron MT29F2G01ABAGDPeter Pan2018-09-201-0/+3
| * mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan2018-09-201-0/+427
| * spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon2018-09-202-0/+269
| * 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-201-0/+731
| * mtd: move NAND files into a raw/ subdirectoryMiquel Raynal2018-09-201-1/+1
| * mtd: move definitions to enlarge their rangeMiquel Raynal2018-09-201-0/+6
| * mtd: add get/set of_node/flash_node helpersBrian Norris2018-09-201-0/+28
| * mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia2018-09-201-11/+1
* | Merge git://git.denx.de/u-boot-dmTom Rini2018-09-306-2/+203
|\ \
| * | 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
| * | drivers: Add board uclassMario Six2018-09-292-0/+140
| * | core: Add dev_{disable,enable}_by_pathMario Six2018-09-291-0/+16
| * | core: Add functions to set properties in live-treeMario Six2018-09-291-0/+46
* | | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2018-09-295-18/+227
|\ \ \
| * | | include/video.h: Remove declaration of functions that don't exist.Liviu Dudau2018-09-281-6/+0
| * | | test: Add ut_asserteq_memMario Six2018-09-281-0/+18
| * | | drivers: Add OSD uclassMario Six2018-09-282-0/+193
| * | | dm: video: support more escape sequencesHeinrich Schuchardt2018-09-281-12/+16
| * | | dm: video: adjust struct vidconsole_priv descriptionHeinrich Schuchardt2018-09-281-1/+1
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2018-09-297-0/+759
|\ \ \
| * | | ARM: dts: sun7i: Update A20 dts(i) files from Linux-v4.18-rc3Jagan Teki2018-09-281-0/+53
| * | | ARM: dts: sun6i: Update A31/A31s dts(i) files from Linux-v4.18-rc3Jagan Teki2018-09-282-0/+297
| * | | ARM: dts: sun5i: Update A10s/A13/gr8/r8 dts(i) files from Linux-v4.18-rc3Jagan Teki2018-09-282-0/+138
| * | | ARM: dts: sun4i: Update A10 dts(i) files from Linux-v4.18-rc3Jagan Teki2018-09-282-0/+271
| |/ /
* | | Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-09-2910-19/+6
|\ \ \
| * | | drivers: qe: Move CONFIG_U_QE to KconfigRan Wang2018-09-276-12/+0
| * | | ls2080ardb: remove dhcp function from env as boot sourcePriyanka Jain2018-09-271-2/+1
| * | | ls1088a: remove dhcp function from u-boot env as boot sourcePramod Kumar2018-09-271-2/+1
| * | | u-boot: fixup the iommu-map property of fsl-mc nodeNipun Gupta2018-09-271-0/+1
| * | | ls1012afrwy: Add ls1012afrwy revC board support.Pramod Kumar2018-09-271-3/+3
| | |/ | |/|
* | | ARM: da850evm_direct_nor_defconfig: Enable DM_SERIALAdam Ford2018-09-291-1/+1
* | | W1-EEPROM: add sandbox driverEugen Hristev2018-09-281-0/+1
* | | W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMsMaxime Ripard2018-09-282-0/+34
* | | w1: Add 1-Wire uclassMaxime Ripard2018-09-282-0/+37
* | | common: Generic loader for file systemTien Fong Chee2018-09-282-0/+80
* | | block: Add a function to find block device descriptorTien Fong Chee2018-09-281-0/+9
* | | cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount()Tien Fong Chee2018-09-281-0/+1
* | | cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount()Tien Fong Chee2018-09-281-0/+1
| |/ |/|