]> git.ipfire.org Git - people/ms/u-boot.git/shortlog
people/ms/u-boot.git
2016-05-23  Michal Simekspl: Setup default value for OF_LIST
2016-05-23  Michal Simekspl: fit: Print error message when FDT is not present
2016-05-23  Simon Glassmkimage: Add a quiet mode
2016-05-23  Simon Glassimage-fit: Don't display an error in fit_set_timestamp()
2016-05-23  Stephen Warrenmalloc: improve memalign fragmentation fix
2016-05-21  Fabio Estevampico-imx6ul: Select CONFIG_HUSH_PARSER option
2016-05-21  Nikita Kiryanoveeprom: merge cmdline parsing of eeprom commands
2016-05-21  Nikita Kiryanoveeprom: use eeprom_execute_command for all eeprom functions
2016-05-20  Nikita Kiryanoveeprom: refactor i2c bus and devaddr parsing
2016-05-20  Nikita Kiryanovarm: cm-t43: add support for eeprom layout comands
2016-05-20  Nikita Kiryanovarm: cm-t35: add support for eeprom layout comands
2016-05-20  Nikita Kiryanovarm: cm-t3517: add support for eeprom layout comands
2016-05-20  Nikita Kiryanovarm: cm-t54: add support for eeprom layout comands
2016-05-20  Nikita Kiryanovarm: cm-t335: add support for eeprom layout comands
2016-05-20  Nikita Kiryanovarm: cm-fx6: add support for eeprom layout comands
2016-05-20  Nikita Kiryanovcompulab: add support for layout aware eeprom commands
2016-05-20  Nikita Kiryanovcmd: eeprom: add support for layout aware commands
2016-05-20  Nikita Kiryanovcmd: eeprom: add bus switching support for all i2c...
2016-05-20  Stefan Roesearm: mvebu: theadorable: Enable CONFIG_ZERO_BOOTDELAY_CHECK
2016-05-20  Marek Vasutarm: mvebu: a38x: Weed out floating point use
2016-05-17  Tom RiniMerge git://git.denx.de/u-boot-dm
2016-05-17  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2016-05-17  Simon Glassdm: mmc: test: Add tests for MMC
2016-05-17  Simon Glassdm: sandbox: mmc: Enable building MMC code for sandbox
2016-05-17  Simon Glassdm: mmc: sandbox: Add an SD-card emulation
2016-05-17  Simon Glassdm: mmc: Add support for driver-model block devices
2016-05-17  Simon Glassdm: mmc: Add a way to bind MMC devices with driver...
2016-05-17  Simon Glassdm: mmc: Implement the MMC functions for block devices
2016-05-17  Simon Glassdm: sandbox: Only enable the sandbox MMC driver when...
2016-05-17  Simon Glassdm: mmc: Adjust mmc_switch_part() to use a struct mmc
2016-05-17  Simon Glassdm: blk: Use the correct error code for blk_get_device_...
2016-05-17  Simon Glassdm: mmc: Move the device list into a separate file
2016-05-17  Simon Glassdm: mmc: Set up the device pointer when using the MMC...
2016-05-17  Simon Glassdm: blk: Add a comment as to why the bdev member is...
2016-05-17  Simon Glassdm: part: Drop the block_drvr table
2016-05-17  Simon Glassdm: part: Use the legacy block driver for hardware...
2016-05-17  Simon Glassdm: blk: Add functions to select a hardware partition
2016-05-17  Simon Glassdm: mmc: Use the new select_hwpart() API
2016-05-17  Simon Glassdm: mmc: spl: Use the legacy block interface in SPL
2016-05-17  Simon Glassdm: mmc: Add a function to obtain the block device
2016-05-17  Simon Glassdm: mmc: Implement the select_hwpart() method
2016-05-17  Simon Glassdm: mmc: Move mmc_switch_part() above its callers
2016-05-17  Simon Glassdm: blk: Free the block device name when unbound
2016-05-17  Simon Glassdm: core: Allow device names to be freed automatically
2016-05-17  Simon Glassdm: blk: Fix allocation of block-device numbering
2016-05-17  Simon Glassdm: sandbox: Enable systemace
2016-05-17  Simon Glassdm: systemace: Add driver-mode block-device support
2016-05-17  Simon Glassdm: systemace: Reorder function to avoid forward declar...
2016-05-17  Simon Glassdm: blk: Add a easier way to create a named block device
2016-05-17  Simon Glassdm: blk: Allow blk_create_device() to allocate the...
2016-05-17  Simon Glassdm: sandbox: Enable SATA
2016-05-17  Simon Glassdm: sata: Add support for driver-model block devices
2016-05-17  Simon Glassdm: sandbox: Enable SCSI
2016-05-17  Simon Glassdm: scsi: Add support for driver-model block devices
2016-05-17  Simon Glassdm: sandbox: Enable IDE
2016-05-17  Simon Glassdm: ide: Add support for driver-model block devices
2016-05-17  Simon Glassdm: part: Drop the get_dev() method
2016-05-17  Simon Glassdm: sandbox: Drop the host_get_dev() function
2016-05-17  Simon Glassdm: blk: Drop the systemace.h header
2016-05-17  Simon Glassdm: systemace: Drop the get_dev() function
2016-05-17  Simon Glassdm: sata: Drop the get_dev() function
2016-05-17  Simon Glassdm: scsi: Drop the get_dev() function
2016-05-17  Simon Glassdm: mmc: Drop the get_dev() function
2016-05-17  Simon Glassdm: ide: Drop the get_dev() function
2016-05-17  Simon Glassdm: usb: Drop the get_dev() function
2016-05-17  Simon Glassdm: disk: Use legacy block driver info for block device...
2016-05-17  Simon Glassdm: sata: Separate the non-command code into its own...
2016-05-17  Simon Glassdm: ide: Separate the non-command code into its own...
2016-05-17  Simon Glassdm: scsi: Separate the non-command code into its own...
2016-05-17  Simon Glassdm: mmc: Add an implementation of the 'devnum' functions
2016-05-17  Simon Glassdm: mmc: Add a legacy block interface for MMC
2016-05-17  Simon Glassdm: usb: Add a legacy block interface for USB storage
2016-05-17  Simon Glassdm: sandbox: Add a legacy host block interface
2016-05-17  Simon Glassdm: systemace: Add a legacy block interface
2016-05-17  Simon Glassdm: blk: Add a legacy block interface
2016-05-17  Simon Glassdm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI
2016-05-17  Simon Glassdm: sata: Fix code style problems in cmd/sata.c
2016-05-17  Simon Glassdm: ide: Remove the forward declarations
2016-05-17  Simon Glassdm: ide: Correct various code style problems
2016-05-17  Simon Glassdm: scsi: Fix up code style
2016-05-17  Simon Glassdm: scsi: Remove the forward declarations
2016-05-17  Simon Glasssandbox: Add dummy SATA functions
2016-05-17  Simon Glasssandbox: Add dummy SCSI functions
2016-05-17  Simon Glasssandbox: Add string and 16-bit I/O functions
2016-05-17  Simon GlassAllow iotrace byte access to use an address of any...
2016-05-17  Simon Glassdm: Rename disk uclass to ahci
2016-05-17  Simon Glasspci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSE
2016-05-17  Simon Glassdm: sandbox: Add a board for sandbox without CONFIG_BLK
2016-05-17  Simon GlassRevert "dm: sandbox: Drop the pre-DM host implementation"
2016-05-17  Eric Nelsongpio: exynos(s5p): remove gpio_xlate routine
2016-05-17  Eric Nelsongpio: rk: remove gpio_xlate routine
2016-05-17  Eric Nelsongpio: pic32: remove gpio_xlate routine
2016-05-17  Eric Nelsongpio: omap: remove gpio_xlate routine
2016-05-17  Eric Nelsongpio: intel_broadwell: remove gpio_xlate routine
2016-05-17  Eric Nelsondm: gpio: add a default gpio xlate routine
2016-05-17  Mugunthan V Ndrivers: usb: common: add common code for usb drivers...
2016-05-17  Peng Fandm: gpio: introduce 74x164 driver
2016-05-17  Peng Fandm: spi: introduce dm api
2016-05-17  Peng Fandm: spi: soft_spi: switch to use linux compatible string
2016-05-17  Peng Fandm: spi: soft_spi bug fix
next