aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-14test: dm: pci: Add cases for finding next PCI capability APIsBin Meng
2018-11-14dm: pci: Add APIs to find next capability and extended capabilityBin Meng
2018-11-14x86: qemu: Imply virtio PCI transport and device driversBin Meng
2018-11-14arm: qemu: Enumerate virtio bus during early bootBin Meng
2018-11-14arm: qemu: Add a Kconfig in the board directoryBin Meng
2018-11-14virtio: Add virtio over pci transport driverBin Meng
2018-11-14x86: Implement arch-specific io accessor routinesBin Meng
2018-11-14kconfig: Introduce HAVE_ARCH_IOMAPBin Meng
2018-11-14riscv: qemu: Include some useful commandsBin Meng
2018-11-14riscv: qemu: Enumerate virtio bus during early bootBin Meng
2018-11-14virtio: cmd: Add virtio command for virtio devicesTuomas Tynkkynen
2018-11-14virtio: Add block driver supportTuomas Tynkkynen
2018-11-14blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen
2018-11-14blk: Make blk_next_free_devnum() publicBin Meng
2018-11-14blk: Drop blk_prepare_device()Bin Meng
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng
2018-11-14efi_driver: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng
2018-11-14sandbox: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng
2018-11-14test: dm: blk: Correct blk_base test caseBin Meng
2018-11-14virtio: Add net driver supportTuomas Tynkkynen
2018-11-14virtio: Add virtio over mmio transport driverBin Meng
2018-11-14virtio: Add codes for virtual queue/ring managementTuomas Tynkkynen
2018-11-14dm: Add a new uclass driver for VirtIO transport devicesBin Meng
2018-11-14riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux()Bin Meng
2018-11-14test: dm: core: Add test case for uclass driver's child_post_probe()Bin Meng
2018-11-14dm: core: Allow uclass to set up a device's child after it is probedBin Meng
2018-11-14regmap: Add overview documentationMario Six
2018-11-14regmap: Add endianness supportMario Six
2018-11-14test: regmap: Add test for regmap_{set, get}Mario Six
2018-11-14regmap: Define regmap_{get,set}Mario Six
2018-11-14regmap: Support reading from specific rangeMario Six
2018-11-14regmap: Add raw read/write functionsMario Six
2018-11-14mips: Implement {in, out}_{le, be}_{16, 32, 64} and {in, out}_8Mario Six
2018-11-14regmap: Add error outputMario Six
2018-11-14regmap: Introduce init_rangeMario Six
2018-11-14buildman: Add a --boards option to specify particular boards to buildSimon Glass
2018-11-14sandbox: Try to start the RAM buffer at a particular addressSimon Glass
2018-11-14core: ofnode: Fix mem leak in error pathMario Six
2018-11-14misc: Add IHS FPGA driverMario Six
2018-11-14misc: Add gdsys_soc driverMario Six
2018-11-14misc: Sort Makefile entriesMario Six
2018-11-14regmap: Improve error handlingMario Six
2018-11-14regmap: Add documentationMario Six
2018-11-14regmap: Fix documentationMario Six
2018-11-14test: regmap: Increase size of syscon0 memoryMario Six
2018-11-14timer: Sort Kconfig driver entriesBin Meng
2018-11-14test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flagBin Meng
2018-11-14dm: core: Mirror the chosen node parse logic in the livetree scanningBin Meng
2018-11-14dm: Correct pre_reloc_only parameter description in several APIs' commentsBin Meng
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng