summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * display_options: Refactor to allow obtaining the bannerSimon Glass2017-07-113-6/+53
| * x86: Move link to use driver model for SCSISimon Glass2017-07-114-1/+27
| * dm: scsi: Drop scsi_init() when driver model is usedSimon Glass2017-07-111-2/+4
| * dm: ahci: Add a driver for SCSI on AHCISimon Glass2017-07-112-0/+79
| * dm: scsi: Split out the bus scanning codeSimon Glass2017-07-112-12/+31
| * dm: scsi: Adjust return value of scsi_exec()Simon Glass2017-07-112-7/+7
| * dm: scsi: Add operations for SCSI devicesSimon Glass2017-07-115-5/+52
| * dm: ahci: Create a local version of two SCSI functionsSimon Glass2017-07-111-2/+13
| * dm: scsi: Document and rename the scsi_scan() parameterSimon Glass2017-07-117-20/+22
| * dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass2017-07-116-21/+40
| * dm: scsi: Add operationsSimon Glass2017-07-111-0/+20
| * dm: ahci: Drop use of probe_entSimon Glass2017-07-113-30/+52
| * dm: ahci: Unwind the confusing init codeSimon Glass2017-07-116-19/+42
| * dm: ahci: Move common code for starting ports into a functionSimon Glass2017-07-111-23/+22
| * dm: scsi: Indent the confusing #ifdefsSimon Glass2017-07-111-13/+13
| * dm: ahci: Refactor to avoid static variablesSimon Glass2017-07-111-68/+76
| * dm: sata: Move ataid into struct ahci_uc_privSimon Glass2017-07-112-23/+28
| * dm: ahci: Rename struct ahci_probe_entSimon Glass2017-07-114-47/+58
| * dm: scsi: Use the uclass platform dataSimon Glass2017-07-115-7/+6
| * dm: scsi: Drop the ccb typedefSimon Glass2017-07-115-43/+44
| * dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmdSimon Glass2017-07-112-2/+2
| * dm: scsi: Rearrange header file for driver modelSimon Glass2017-07-111-20/+14
| * scsi: Move drivers into new drivers/scsi directorySimon Glass2017-07-1110-24/+42
| * sata: Move drivers into new drivers/ata directorySimon Glass2017-07-1128-63/+90
| * Kconfig: Add CONFIG_SATA to enable SATASimon Glass2017-07-1122-24/+38
| * Convert CONFIG_CMD_SATA to KconfigSimon Glass2017-07-1164-53/+83
| * scsi: Drop scsi_print_error()Simon Glass2017-07-114-10/+5
| * scsi: Drop sym53c8xx driverSimon Glass2017-07-115-867/+1
| * Convert CONFIG_SCSI to KconfigSimon Glass2017-07-1184-31/+73
| * dtoc: Support multiple compatible strings in a nodeSimon Glass2017-07-112-7/+26
| * cmd gpt: test in sandboxAlison Chaiken2017-07-111-0/+10
| * sandbox: README: fix partition command invocationAlison Chaiken2017-07-111-1/+1
| * moveconfig: Support looking for implied CONFIG optionsSimon Glass2017-07-111-1/+214
| * moveconfig: Support building a simple config databaseSimon Glass2017-07-111-7/+74
| * moveconfig: Add a constant for auto.confSimon Glass2017-07-111-4/+6
| * moveconfig: Tidy up the documentation and add hintsSimon Glass2017-07-111-2/+20
| * moveconfig: Allow reading the defconfig list from stdinSimon Glass2017-07-111-3/+18
| * moveconfig: Support providing a path to the defconfig filesSimon Glass2017-07-111-2/+19
| * rockchip: dts: rk3328: add aliases for mmc controllerKever Yang2017-07-111-0/+3
| * dm: core: Add uclass_first/next_device_check()Simon Glass2017-07-113-0/+138
| * dm: core: Test uclass_first/next_device() on probe failureSimon Glass2017-07-113-0/+92
| * dm: core: Clarify uclass_first/next_device() commentsSimon Glass2017-07-112-4/+12
* | Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini2017-07-11125-595/+5044
|\ \ | |/ |/|
| * rockchip: rk3288: Add pinctrl support for the gmac ethernet interfaceSjoerd Simons2017-07-112-0/+296
| * rockchip: evb-rk3328: enable boot on regulatorKever Yang2017-07-111-1/+8
| * rockchip: dts: rk3328-evb: add sdmmc-pwren regulatorKever Yang2017-07-111-0/+8
| * rockchip: pinctrl: rk3328: use gpio instead of sdmmc-pwrenKever Yang2017-07-111-4/+2
| * doc: rockchip: Add phyCORE-RK3288 RDK to board listWadim Egorov2017-07-111-1/+2
| * rockchip: Add basic support for phyCORE-RK3288 SoM based carrier boardWadim Egorov2017-07-1111-0/+981
| * power: regulator: rk8xx: Allow input current/charger shutdown configurationWadim Egorov2017-07-112-0/+36