aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-17dm: sandbox: Drop the host_get_dev() functionSimon Glass3-13/+1
2016-05-17dm: blk: Drop the systemace.h headerSimon Glass2-11/+0
2016-05-17dm: systemace: Drop the get_dev() functionSimon Glass4-21/+4
2016-05-17dm: sata: Drop the get_dev() functionSimon Glass2-3/+1
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass4-11/+2
2016-05-17dm: mmc: Drop the get_dev() functionSimon Glass4-18/+3
2016-05-17dm: ide: Drop the get_dev() functionSimon Glass3-10/+1
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass8-29/+14
2016-05-17dm: disk: Use legacy block driver info for block device accessSimon Glass1-4/+3
2016-05-17dm: sata: Separate the non-command code into its own fileSimon Glass3-118/+107
2016-05-17dm: ide: Separate the non-command code into its own fileSimon Glass3-1276/+1228
2016-05-17dm: scsi: Separate the non-command code into its own fileSimon Glass4-603/+600
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: usb: Add a legacy block interface for USB storageSimon Glass1-0/+7
2016-05-17dm: sandbox: Add a legacy host block interfaceSimon Glass1-0/+7
2016-05-17dm: systemace: Add a legacy block interfaceSimon Glass2-0/+15
2016-05-17dm: blk: Add a legacy block interfaceSimon Glass3-0/+460
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass33-40/+40
2016-05-17dm: sata: Fix code style problems in cmd/sata.cSimon Glass1-5/+7
2016-05-17dm: ide: Remove the forward declarationsSimon Glass1-714/+682
2016-05-17dm: ide: Correct various code style problemsSimon Glass1-28/+29
2016-05-17dm: scsi: Fix up code styleSimon Glass1-233/+226
2016-05-17dm: scsi: Remove the forward declarationsSimon Glass1-332/+310
2016-05-17sandbox: Add dummy SATA functionsSimon Glass2-1/+34
2016-05-17sandbox: Add dummy SCSI functionsSimon Glass2-1/+30
2016-05-17sandbox: Add string and 16-bit I/O functionsSimon Glass1-0/+15
2016-05-17Allow iotrace byte access to use an address of any sizeSimon Glass1-2/+3
2016-05-17dm: Rename disk uclass to ahciSimon Glass9-12/+14
2016-05-17pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSESimon Glass3-8/+0
2016-05-17dm: sandbox: Add a board for sandbox without CONFIG_BLKSimon Glass2-0/+175
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 Nelson2-12/+37
2016-05-17drivers: usb: common: add common code for usb drivers to useMugunthan V N3-0/+50
2016-05-17dm: gpio: introduce 74x164 driverPeng Fan3-0/+202
2016-05-17dm: spi: introduce dm apiPeng Fan2-7/+73
2016-05-17dm: spi: soft_spi: switch to use linux compatible stringPeng Fan2-15/+33
2016-05-17dm: spi: soft_spi bug fixPeng Fan1-7/+12
2016-05-17fdt: fix dev_get_addr_name node offsetStephen Warren1-2/+2
2016-05-17video: tegra: refuse to bind to disabled dcsStephen Warren2-4/+7
2016-05-17dm: core: allow drivers to refuse to bindStephen Warren1-0/+4
2016-05-17buildman: allow more incremental buildingStephen Warren5-11/+73
2016-05-17m68k: add DM model serial driverangelo@sysam.it2-44/+167
2016-05-17m68k: add malloc memory for early mallocangelo@sysam.it9-39/+147
2016-05-17dm: gpio: pca953x: introduce driver model support for pca953xPeng Fan3-0/+375