oweals/u-boot.git
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
2016-05-17 Stefan Roesei2c: Add entry for Designware I2C driver in Kconfig
2016-05-17 mario.six@gdsys.ccdm: fsl_i2c: Enable DM for FSL I2C
2016-05-17 mario.six@gdsys.ccdm: fsl_i2c: Factor out adap parameter
2016-05-17 mario.six@gdsys.ccdm: fsl_i2c: Prepare compatibility functions
2016-05-17 mario.six@gdsys.ccdm: fsl_i2c: Rename methods for reading/writing data
2016-05-17 mario.six@gdsys.ccdm: fsl_i2c: Rename probe method
2016-05-17 mario.six@gdsys.ccdm: fsl_i2c: Remove unnecessary variable
2016-05-17 mario.six@gdsys.ccdm: fsl_i2c: Reword and clarify comment
2016-05-17 mario.six@gdsys.ccdm: fsl_i2c: Use clearer parameter names
2016-05-17 mario.six@gdsys.ccdm: fsl_i2c: Rename I2C register structure
2016-05-17 Stefan Roesei2c: designware_i2c: Optionally check enable status...
2016-05-17 Michal Simeki2c: muxes: Add support for TI PCA954X mux
2016-05-17 Michal Simeki2c: cdns: Support different bus speeds
2016-05-17 Michal Simeki2c: cdns: Moving speed setup from probe to set_bus_spe...
2016-05-17 Michal Simeki2c: cdns: Read address from DT in ofdata_to_platdata
2016-05-16 Tom RiniPrepare v2016.05 v2016.05
2016-05-15 Hans de Goedesunxi: Enable USB host in CHIP defconfig
2016-05-13 Heiko Schochertest, tools: update tbot documentation
2016-05-13 Heiko Schochertests: py: fix NameError exception if bdi cmd is not...
2016-05-12 Andre Przywaraarm/arm64: Move barrier instructions into separate...
2016-05-10 Dinh Nguyenarm: socfpga: Update iomux and pll for c5 socdk RevE
2016-05-10 Fabio Estevamwarp7: Fix boot by selecting CONFIG_OF_LIBFDT
2016-05-07 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2016-05-07 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2016-05-06 Peng Fanusb: gadget: dfu: discard dead code
2016-05-06 Peng Fandfu: avoid memory leak
2016-05-06 Stefan Roeseusb: dwc2: Add delay to fix the USB detection problem...
2016-05-06 Marek Vasutusb: hub: Don't continue on get_port_status failure
2016-05-06 Marek Vasutusb: Assure Get Descriptor request is in separate micro...
2016-05-06 Marek Vasutusb: Wait after sending Set Configuration request
2016-05-06 Anatolij Gustschinsocfpga: fix broken build if CONFIG_ETH_DESIGNWARE...
2016-05-06 Marek Vasutmtd: cqspi: Simplify indirect read code
next