index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-11-14
timer: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
ram: bmips: Remove DM_FLAG_PRE_RELOC flag
Bin Meng
2018-11-14
pinctrl: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
mmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check
Bin Meng
2018-11-14
i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check
Bin Meng
2018-11-14
gpio: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
clk: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
arm: stm32mp: Remove DM_FLAG_PRE_RELOC flag
Bin Meng
2018-11-14
serial: ns16550: fix debug uart putc called before init
Simon Goldschmidt
2018-11-14
uclass: Use uclass_foreach_dev() macro instead of open coding
Liviu Dudau
2018-11-14
doc: Document virtio support
Bin Meng
2018-11-14
test: dm: virtio: Add test cases for virtio uclass
Bin Meng
2018-11-14
virtio: Add a Sandbox transport driver
Bin Meng
2018-11-14
virtio: net: Support non-legacy device
Bin Meng
2018-11-14
virtio: pci: Support non-legacy PCI transport device
Bin Meng
2018-11-14
test: dm: pci: Add cases for finding next PCI capability APIs
Bin Meng
2018-11-14
dm: pci: Add APIs to find next capability and extended capability
Bin Meng
2018-11-14
x86: qemu: Imply virtio PCI transport and device drivers
Bin Meng
2018-11-14
arm: qemu: Enumerate virtio bus during early boot
Bin Meng
2018-11-14
arm: qemu: Add a Kconfig in the board directory
Bin Meng
2018-11-14
virtio: Add virtio over pci transport driver
Bin Meng
2018-11-14
x86: Implement arch-specific io accessor routines
Bin Meng
2018-11-14
kconfig: Introduce HAVE_ARCH_IOMAP
Bin Meng
2018-11-14
riscv: qemu: Include some useful commands
Bin Meng
2018-11-14
riscv: qemu: Enumerate virtio bus during early boot
Bin Meng
2018-11-14
virtio: cmd: Add virtio command for virtio devices
Tuomas Tynkkynen
2018-11-14
virtio: Add block driver support
Tuomas Tynkkynen
2018-11-14
blk: Introduce IF_TYPE_VIRTIO
Tuomas Tynkkynen
2018-11-14
blk: Make blk_next_free_devnum() public
Bin Meng
2018-11-14
blk: Drop blk_prepare_device()
Bin Meng
2018-11-14
blk: Call part_init() in the post_probe() method
Bin Meng
2018-11-14
efi_driver: blk: Switch to use platdata_auto_alloc_size for the driver data
Bin Meng
2018-11-14
sandbox: blk: Switch to use platdata_auto_alloc_size for the driver data
Bin Meng
2018-11-14
test: dm: blk: Correct blk_base test case
Bin Meng
2018-11-14
virtio: Add net driver support
Tuomas Tynkkynen
2018-11-14
virtio: Add virtio over mmio transport driver
Bin Meng
2018-11-14
virtio: Add codes for virtual queue/ring management
Tuomas Tynkkynen
2018-11-14
dm: Add a new uclass driver for VirtIO transport devices
Bin Meng
2018-11-14
riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux()
Bin Meng
2018-11-14
test: dm: core: Add test case for uclass driver's child_post_probe()
Bin Meng
2018-11-14
dm: core: Allow uclass to set up a device's child after it is probed
Bin Meng
2018-11-14
regmap: Add overview documentation
Mario Six
2018-11-14
regmap: Add endianness support
Mario Six
2018-11-14
test: regmap: Add test for regmap_{set, get}
Mario Six
2018-11-14
regmap: Define regmap_{get,set}
Mario Six
2018-11-14
regmap: Support reading from specific range
Mario Six
2018-11-14
regmap: Add raw read/write functions
Mario Six
2018-11-14
mips: Implement {in, out}_{le, be}_{16, 32, 64} and {in, out}_8
Mario Six
2018-11-14
regmap: Add error output
Mario Six
2018-11-14
regmap: Introduce init_range
Mario Six
[next]