]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/u-boot.git/shortlog
android/u-boot.git
2018-11-16 Tom RiniMerge tag 'pull-14nov18' of git://git.denx.de/u-boot-dm master upstream-master
2018-11-15 Tom Rinitravis: Ensure we use pytest 2.8.7
2018-11-14 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2018-11-14 Bin MengRevert "imx8qxp_mek: Disable CONFIG_DISPLAY_CPUINFO"
2018-11-14 Bin Mengcpu: sandbox: Add "u-boot, dm-pre-reloc" for all cpu...
2018-11-14 Bin Mengcpu: Add DM_FLAG_PRE_RELOC flag to various cpu drivers
2018-11-14 Bin Mengdm: doc: Update description of pre-relocation support
2018-11-14 Bin Mengwatchdog: Remove DM_FLAG_PRE_RELOC flag in various...
2018-11-14 Bin Mengvideo: simplefb: Remove DM_FLAG_PRE_RELOC flag
2018-11-14 Bin Mengsysreset: Remove DM_FLAG_PRE_RELOC flag in various...
2018-11-14 Bin Mengserial: Remove DM_FLAG_PRE_RELOC flag in various drivers
2018-11-14 Bin Mengtimer: Remove DM_FLAG_PRE_RELOC flag in various drivers
2018-11-14 Bin Mengram: bmips: Remove DM_FLAG_PRE_RELOC flag
2018-11-14 Bin Mengpinctrl: Remove DM_FLAG_PRE_RELOC flag in various drivers
2018-11-14 Bin Mengmmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONT...
2018-11-14 Bin Mengi2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with...
2018-11-14 Bin Menggpio: Remove DM_FLAG_PRE_RELOC flag in various drivers
2018-11-14 Bin Mengclk: Remove DM_FLAG_PRE_RELOC flag in various drivers
2018-11-14 Bin Mengarm: stm32mp: Remove DM_FLAG_PRE_RELOC flag
2018-11-14 Simon Goldschmidtserial: ns16550: fix debug uart putc called before...
2018-11-14 Liviu Dudauuclass: Use uclass_foreach_dev() macro instead of open...
2018-11-14 Bin Mengdoc: Document virtio support
2018-11-14 Bin Mengtest: dm: virtio: Add test cases for virtio uclass
2018-11-14 Bin Mengvirtio: Add a Sandbox transport driver
2018-11-14 Bin Mengvirtio: net: Support non-legacy device
2018-11-14 Bin Mengvirtio: pci: Support non-legacy PCI transport device
2018-11-14 Bin Mengtest: dm: pci: Add cases for finding next PCI capabilit...
2018-11-14 Bin Mengdm: pci: Add APIs to find next capability and extended...
2018-11-14 Bin Mengx86: qemu: Imply virtio PCI transport and device drivers
2018-11-14 Bin Mengarm: qemu: Enumerate virtio bus during early boot
2018-11-14 Bin Mengarm: qemu: Add a Kconfig in the board directory
2018-11-14 Bin Mengvirtio: Add virtio over pci transport driver
2018-11-14 Bin Mengx86: Implement arch-specific io accessor routines
2018-11-14 Bin Mengkconfig: Introduce HAVE_ARCH_IOMAP
2018-11-14 Bin Mengriscv: qemu: Include some useful commands
2018-11-14 Bin Mengriscv: qemu: Enumerate virtio bus during early boot
2018-11-14 Tuomas Tynkkynenvirtio: cmd: Add virtio command for virtio devices
2018-11-14 Tuomas Tynkkynenvirtio: Add block driver support
2018-11-14 Tuomas Tynkkynenblk: Introduce IF_TYPE_VIRTIO
2018-11-14 Bin Mengblk: Make blk_next_free_devnum() public
2018-11-14 Bin Mengblk: Drop blk_prepare_device()
2018-11-14 Bin Mengblk: Call part_init() in the post_probe() method
2018-11-14 Bin Mengefi_driver: blk: Switch to use platdata_auto_alloc_size...
2018-11-14 Bin Mengsandbox: blk: Switch to use platdata_auto_alloc_size...
2018-11-14 Bin Mengtest: dm: blk: Correct blk_base test case
2018-11-14 Tuomas Tynkkynenvirtio: Add net driver support
2018-11-14 Bin Mengvirtio: Add virtio over mmio transport driver
2018-11-14 Tuomas Tynkkynenvirtio: Add codes for virtual queue/ring management
2018-11-14 Bin Mengdm: Add a new uclass driver for VirtIO transport devices
2018-11-14 Bin Mengriscv: bootm: Add dm_remove_devices_flags() call to...
2018-11-14 Bin Mengtest: dm: core: Add test case for uclass driver's child...
2018-11-14 Bin Mengdm: core: Allow uclass to set up a device's child after...
2018-11-14 Mario Sixregmap: Add overview documentation
2018-11-14 Mario Sixregmap: Add endianness support
2018-11-14 Mario Sixtest: regmap: Add test for regmap_{set, get}
2018-11-14 Mario Sixregmap: Define regmap_{get,set}
2018-11-14 Mario Sixregmap: Support reading from specific range
2018-11-14 Mario Sixregmap: Add raw read/write functions
2018-11-14 Mario Sixmips: Implement {in, out}_{le, be}_{16, 32, 64} and...
2018-11-14 Mario Sixregmap: Add error output
2018-11-14 Mario Sixregmap: Introduce init_range
2018-11-14 Simon Glassbuildman: Add a --boards option to specify particular...
2018-11-14 Simon Glasssandbox: Try to start the RAM buffer at a particular...
2018-11-14 Mario Sixcore: ofnode: Fix mem leak in error path
2018-11-14 Mario Sixmisc: Add IHS FPGA driver
2018-11-14 Mario Sixmisc: Add gdsys_soc driver
2018-11-14 Mario Sixmisc: Sort Makefile entries
2018-11-14 Mario Sixregmap: Improve error handling
2018-11-14 Mario Sixregmap: Add documentation
2018-11-14 Mario Sixregmap: Fix documentation
2018-11-14 Mario Sixtest: regmap: Increase size of syscon0 memory
2018-11-14 Bin Mengtimer: Sort Kconfig driver entries
2018-11-14 Bin Mengtest: dm: core: Add a test case for driver marked with...
2018-11-14 Bin Mengdm: core: Mirror the chosen node parse logic in the...
2018-11-14 Bin Mengdm: Correct pre_reloc_only parameter description in...
2018-11-14 Bin Mengdm: core: Respect drivers with the DM_FLAG_PRE_RELOC...
2018-11-14 Bin Mengdm: util: Add a livetree equivalent API of dm_fdt_pre_r...
2018-11-14 Bin Mengcpu: mpc83xx: Remove unnecessary characters in the...
2018-11-14 Bin Mengdm: cpu: Fix print_cpuinfo() output
2018-11-14 Mario Sixboard_f: Use static print_cpuinfo if CONFIG_CPU is...
2018-11-14 Tom RiniMerge branch 'next'
2018-11-14 Tom RiniPrepare v2018.11 v2018.11
2018-11-14 Anatolij Gustschingpio: pca953x_gpio: fix DT GPIO flags translation
2018-11-14 Tom Riniconfigs: Migrate and re-enabled CONFIG_CMD_MTDPARTS
2018-11-14 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2018-11-14 Tom Riniconfigs: Resync with savedefconfig
2018-11-13 Icenowy Zhengsunxi: use 6MHz PLL_VIDEO step for DE2 for higher resol...
2018-11-13 Jagan Tekiboard: allwinner: sun50i-h6: Add Orangepi Lite2 support
2018-11-13 Jagan Tekiarm64: allwinner: h6: Add common orangepi nodes into...
2018-11-13 Vasily Khoruzhicksunxi: DT: add support for Pinebook
2018-11-13 Vasily Khoruzhicksun50i: A64: add support for R_I2C controller
2018-11-13 Vasily Khoruzhickdm: video: bridge: don't fail to activate bridge if...
2018-11-13 Vasily Khoruzhickmmc: sunxi: add support for automatic delay calibration
2018-11-13 Andre Przywarasunxi: A64: Add Pine64-LTS board
2018-11-13 Andre Przywarasunxi: H3/H5: Update .dts files
2018-11-13 Andre Przywarasunxi: A64: Re-add syscon to DT node
2018-11-13 Andre Przywarasunxi: A64: Update .dts/.dtsi files
2018-11-13 Marek Vasutsunxi: Imply fitImage support
2018-11-13 Boris Brezillonmtd: Drop duplicate MTD_PARTITIONS Kconfig option
2018-11-13 Boris Brezilloncmd: ubi: Remove useless call to mtdparts_init()
next