summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Merge git://git.denx.de/u-boot-dmTom Rini46-339/+2338
2016-05-17Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-3/+11
2016-05-17dm: mmc: sandbox: Add an SD-card emulationSimon Glass2-2/+143
2016-05-17dm: mmc: Add support for driver-model block devicesSimon Glass3-12/+54
2016-05-17dm: mmc: Add a way to bind MMC devices with driver modelSimon Glass1-0/+48
2016-05-17dm: mmc: Implement the MMC functions for block devicesSimon Glass2-1/+109
2016-05-17dm: sandbox: Only enable the sandbox MMC driver when validSimon Glass1-0/+4
2016-05-17dm: mmc: Adjust mmc_switch_part() to use a struct mmcSimon Glass1-8/+4
2016-05-17dm: mmc: Move the device list into a separate fileSimon Glass5-117/+172
2016-05-17dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass6-1/+11
2016-05-17dm: blk: Add functions to select a hardware partitionSimon Glass1-0/+29
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass3-7/+13
2016-05-17dm: mmc: spl: Use the legacy block interface in SPLSimon Glass1-0/+1
2016-05-17dm: mmc: Add a function to obtain the block deviceSimon Glass1-0/+5
2016-05-17dm: mmc: Implement the select_hwpart() methodSimon Glass1-0/+22
2016-05-17dm: mmc: Move mmc_switch_part() above its callersSimon Glass1-24/+21
2016-05-17dm: blk: Free the block device name when unboundSimon Glass1-2/+10
2016-05-17dm: core: Allow device names to be freed automaticallySimon Glass2-0/+8
2016-05-17dm: blk: Fix allocation of block-device numberingSimon Glass1-9/+9
2016-05-17dm: systemace: Add driver-mode block-device supportSimon Glass1-0/+44
2016-05-17dm: systemace: Reorder function to avoid forward declarataionsSimon Glass1-31/+26
2016-05-17dm: blk: Add a easier way to create a named block deviceSimon Glass1-0/+15
2016-05-17dm: blk: Allow blk_create_device() to allocate the device numberSimon Glass1-0/+29
2016-05-17dm: sandbox: Drop the host_get_dev() functionSimon Glass1-10/+0
2016-05-17dm: blk: Drop the systemace.h headerSimon Glass1-1/+0
2016-05-17dm: systemace: Drop the get_dev() functionSimon Glass1-11/+3
2016-05-17dm: mmc: Drop the get_dev() functionSimon Glass1-14/+2
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass1-0/+1
2016-05-17dm: mmc: Add an implementation of the 'devnum' functionsSimon Glass1-0/+280
2016-05-17dm: mmc: Add a legacy block interface for MMCSimon Glass1-3/+27
2016-05-17dm: sandbox: Add a legacy host block interfaceSimon Glass1-0/+7
2016-05-17dm: systemace: Add a legacy block interfaceSimon Glass1-0/+14
2016-05-17dm: blk: Add a legacy block interfaceSimon Glass2-0/+265
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass1-1/+1
2016-05-17sandbox: Add dummy SATA functionsSimon Glass2-1/+34
2016-05-17sandbox: Add dummy SCSI functionsSimon Glass2-1/+30
2016-05-17dm: Rename disk uclass to ahciSimon Glass3-7/+6
2016-05-17pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSESimon Glass1-4/+0
2016-05-17Revert "dm: sandbox: Drop the pre-DM host implementation"Simon Glass1-0/+90
2016-05-17gpio: exynos(s5p): remove gpio_xlate routineEric Nelson1-11/+0
2016-05-17gpio: rk: remove gpio_xlate routineEric Nelson1-11/+0
2016-05-17gpio: pic32: remove gpio_xlate routineEric Nelson1-10/+0
2016-05-17gpio: omap: remove gpio_xlate routineEric Nelson1-11/+0
2016-05-17gpio: intel_broadwell: remove gpio_xlate routineEric Nelson1-10/+0
2016-05-17dm: gpio: add a default gpio xlate routineEric Nelson1-7/+23
2016-05-17drivers: usb: common: add common code for usb drivers to useMugunthan V N2-0/+41
2016-05-17dm: gpio: introduce 74x164 driverPeng Fan3-0/+202
2016-05-17dm: spi: introduce dm apiPeng Fan1-7/+21
2016-05-17dm: spi: soft_spi: switch to use linux compatible stringPeng Fan1-10/+28
2016-05-17dm: spi: soft_spi bug fixPeng Fan1-7/+12