aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-14blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen3-0/+9
2018-11-14blk: Make blk_next_free_devnum() publicBin Meng2-1/+12
2018-11-14blk: Drop blk_prepare_device()Bin Meng2-19/+0
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng9-22/+14
2018-11-14efi_driver: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng1-12/+12
2018-11-14sandbox: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng1-7/+8
2018-11-14test: dm: blk: Correct blk_base test caseBin Meng1-16/+11
2018-11-14virtio: Add net driver supportTuomas Tynkkynen4-0/+494
2018-11-14virtio: Add virtio over mmio transport driverBin Meng4-0/+550
2018-11-14virtio: Add codes for virtual queue/ring managementTuomas Tynkkynen3-1/+679
2018-11-14dm: Add a new uclass driver for VirtIO transport devicesBin Meng8-0/+1135
2018-11-14riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux()Bin Meng1-1/+10
2018-11-14test: dm: core: Add test case for uclass driver's child_post_probe()Bin Meng3-2/+51
2018-11-14dm: core: Allow uclass to set up a device's child after it is probedBin Meng2-2/+15
2018-11-14regmap: Add overview documentationMario Six1-0/+27
2018-11-14regmap: Add endianness supportMario Six2-10/+138
2018-11-14test: regmap: Add test for regmap_{set, get}Mario Six1-0/+28
2018-11-14regmap: Define regmap_{get,set}Mario Six1-4/+50
2018-11-14regmap: Support reading from specific rangeMario Six2-5/+75
2018-11-14regmap: Add raw read/write functionsMario Six2-7/+115
2018-11-14mips: Implement {in, out}_{le, be}_{16, 32, 64} and {in, out}_8Mario Six1-0/+22
2018-11-14regmap: Add error outputMario Six1-2/+8
2018-11-14regmap: Introduce init_rangeMario Six1-12/+56
2018-11-14buildman: Add a --boards option to specify particular boards to buildSimon Glass5-23/+72
2018-11-14sandbox: Try to start the RAM buffer at a particular addressSimon Glass1-1/+6
2018-11-14core: ofnode: Fix mem leak in error pathMario Six1-1/+3
2018-11-14misc: Add IHS FPGA driverMario Six6-0/+964
2018-11-14misc: Add gdsys_soc driverMario Six5-0/+122
2018-11-14misc: Sort Makefile entriesMario Six1-30/+31
2018-11-14regmap: Improve error handlingMario Six1-0/+17
2018-11-14regmap: Add documentationMario Six1-0/+6
2018-11-14regmap: Fix documentationMario Six1-9/+39
2018-11-14test: regmap: Increase size of syscon0 memoryMario Six2-2/+2
2018-11-14timer: Sort Kconfig driver entriesBin Meng1-55/+55
2018-11-14test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flagBin Meng3-4/+31
2018-11-14dm: core: Mirror the chosen node parse logic in the livetree scanningBin Meng1-0/+10
2018-11-14dm: Correct pre_reloc_only parameter description in several APIs' commentsBin Meng3-12/+13
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng7-15/+21
2018-11-14dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()Bin Meng2-1/+51
2018-11-14cpu: mpc83xx: Remove unnecessary characters in the description stringBin Meng1-1/+1
2018-11-14dm: cpu: Fix print_cpuinfo() outputBin Meng1-1/+1
2018-11-14board_f: Use static print_cpuinfo if CONFIG_CPU is activeMario Six2-0/+35
2018-11-14Merge branch 'next'Tom Rini41-2030/+3657
2018-11-14Prepare v2018.11v2018.11Tom Rini1-1/+1
2018-11-14gpio: pca953x_gpio: fix DT GPIO flags translationAnatolij Gustschin1-1/+1
2018-11-14configs: Migrate and re-enabled CONFIG_CMD_MTDPARTSTom Rini276-163/+115
2018-11-13Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini5-16/+63
2018-11-13configs: Resync with savedefconfigTom Rini139-235/+117
2018-11-13mtd: Drop duplicate MTD_PARTITIONS Kconfig optionBoris Brezillon1-6/+0
2018-11-13cmd: ubi: Remove useless call to mtdparts_init()Boris Brezillon2-6/+0