oweals/u-boot.git
2016-05-17 Tom RiniMerge git://git.denx.de/u-boot-dm
2016-05-17 Tom RiniMerge branch 'master' of git://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
2016-05-17 Stephen Warrenfdt: fix dev_get_addr_name node offset
2016-05-17 Stephen Warrenvideo: tegra: refuse to bind to disabled dcs
2016-05-17 Stephen Warrendm: core: allow drivers to refuse to bind
2016-05-17 Stephen Warrenbuildman: allow more incremental building
2016-05-17 angelo@sysam.itm68k: add DM model serial driver
2016-05-17 angelo@sysam.itm68k: add malloc memory for early malloc
2016-05-17 Peng Fandm: gpio: pca953x: introduce driver model support for...
2016-05-17 Marek VasutARM: mx6: Enable MMC and SATA extfs boot support
2016-05-17 Marek VasutSPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE
2016-05-17 Marek VasutSPL: Let spl_parse_image_header() return value
2016-05-17 Stefan Agnerimx: imx-common: print i.MX 7 SoC names consistently
2016-05-17 Stefan Agnerimx: imx7d: fix ahb clock mux 1
2016-05-17 Stefan Agnerimx: iomux-v3: fix UART input selects
2016-05-17 Marek VasutARM: mx6: Enable STDIO deregistering on Novena
2016-05-17 Eric Nelsonimx: mx6: mx6sl_pins: add GPIO variant for SD1_DAT5
2016-05-17 Adrian Alonsoimx: tools: imximage: fix CLR bit command
2016-05-17 Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2016-05-17 Chris Packhami2c: mvtwsi: Eliminate twsi_control_flags
2016-05-17 Stefan Roesei2c: Select SYS_I2C_DW_ENABLE_STATUS_UNSUPPORTED for...
2016-05-17 Stefan Roesei2c: config: Move SYS_I2C_DW to Kconfig
next