]> git.sur5r.net Git - u-boot/shortlog
u-boot
2016-05-20 Paul Burtonmalta: Support MIPS32r6 configurations
2016-05-20 Paul Burtonmalta: Remove ".set mips32" directive
2016-05-20 Paul BurtonMIPS: Support for targetting MIPSr6
2016-05-20 Paul BurtonMIPS: Simplify CONFIG_SYS_CPU values
2016-05-20 Paul BurtonMIPS: Use unchecked immediate addition/subtraction
2016-05-20 Marek Vasutmips: ath79: Add support for TPLink WDR4300
2016-05-20 Marek Vasutmips: ath79: Add AR934x support
2016-05-20 Marek Vasutmips: ath79: Add support for ungating ethernet on ar933...
2016-05-20 Marek Vasutmips: ath79: dts: Add ethernet MAC nodes for ar933x
2016-05-20 Marek Vasutmips: ath79: Add support for ungating USB on ar933x...
2016-05-20 Marek Vasutmips: ath79: dts: Add generic-ehci node
2016-05-20 Marek Vasutmips: ath79: Fix compiler warning on const assignment
2016-05-20 Marek Vasutmips: ath79: Fix ar71xx_regs.h indent
2016-05-20 Marek Vasutmips: Add MIPS 74Kc tune
2016-05-20 Marek Vasutmips: Fix compiler warning in cpu.c
2016-05-20 Wills Wangath79: add readonly attribute for ath79_soc_desc
2016-05-20 Wills Wangath79: ar933x: use BIT macro for bit shift operation
2016-05-20 Wills Wangar933x: serial: Remove the explicit pinctrl setting
2016-05-20 Wills Wangath79: spi: Remove the explicit pinctrl setting
2016-05-20 Tim Chickmips: Report reloc information in bdinfo
2016-05-20 Purna Chandra... drivers: mtd: add Microchip PIC32 internal non-CFI...
2016-05-20 Purna Chandra... flash: add device ID for Microchip PIC32 internal flash.
2016-05-20 Wills Wangmips: ath79: add AP143 reference board
2016-05-20 Wills Wangmips: ath79: add AP121 reference board
2016-05-20 Wills Wangdrivers: spi: add spi support for QCA/Atheros ath79...
2016-05-20 Wills Wangdrivers: serial: add serial driver for ar933x SOC
2016-05-20 Wills Wangdrivers: pinctrl: Add simple pinctrl driver for Qualcom...
2016-05-20 Wills Wangdrivers: pinctrl: Add simple pinctrl driver for Qualcom...
2016-05-20 Wills Wangmips: ath79: add support for QCA953x SOCs
2016-05-20 Wills Wangmips: ath79: add support for AR933x SOCs
2016-05-20 Wills Wangmips: add base support for QCA/Atheros ath79 SOCs
2016-05-20 Stanislav GalabovAdd support for 64-bit MIPS to examples/standalone
2016-05-20 Stanislav GalabovFix FreeBSD loader API so that it works on both 32...
2016-05-20 Stanislav GalabovUse CONFIG_IDE_SWAP_IO when running on big-endian MIPS...
2016-05-20 Stanislav GalabovProperly calculate ATA_SECTORWORDS, using a fixed-size...
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...
next