summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://www.denx.de/git/u-boot-marvellTom Rini2017-07-129-3/+656
|\
| * drivers/misc: Add basic support for ATSHA204A Crypto moduleMarek Behún2017-07-123-0/+417
| * drivers/i2c/muxes/pca954x: Add pca9547 I2C mux supportMarek Behún2017-07-121-3/+39
| * orion_wdt: Support for the Orion WatchdogMarek Behún2017-07-123-0/+185
| * driver/ddr: Add support for setting timing in hws_topology_mapMarek Behún2017-07-122-0/+15
* | mtd: nand: make nand_info array staticGrygorii Strashko2017-07-111-1/+1
* | mtd: nand: drv: use get_nand_dev_by_index()Grygorii Strashko2017-07-112-2/+2
* | net: fm: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-1/+2
* | net: phy: cortina: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-1/+2
* | dfu: dfu_nand: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-7/+5
* | cmd: nand: abstract global variable usage for dm conversionMugunthan V N2017-07-112-11/+17
|/
* Merge git://git.denx.de/u-boot-dmTom Rini2017-07-1153-1217/+1548
|\
| * dm: ofnode: use fdt32_t for DT property value to fix sparse warningMasahiro Yamada2017-07-111-2/+2
| * dm: include <dm/util.h> from driver/core/dump.cMasahiro Yamada2017-07-111-0/+1
| * dm: ofnode: simplify ofnode_read_bool()Masahiro Yamada2017-07-111-9/+5
| * dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada2017-07-116-8/+7
| * dm: ofnode: simplify ofnode_read_prop()Masahiro Yamada2017-07-111-9/+3
| * dm: ofnode: use ofnode_read_bool() to check property existenceMasahiro Yamada2017-07-111-5/+5
| * dm: include <dm/util.h> from drivers/core/util.cMasahiro Yamada2017-07-111-0/+5
| * dm: serial: Add livetree supportSimon Glass2017-07-111-3/+15
| * dm: serial: Separate out the core serial-device finding codeSimon Glass2017-07-111-40/+44
| * dm: serial: ns16550: Convert to livetreeSimon Glass2017-07-111-10/+5
| * video: simple-panel: Add a little more debuggingSimon Glass2017-07-111-0/+2
| * dm: video: Update pwm_backlight to support livetreeSimon Glass2017-07-111-10/+12
| * dm: video: Sync display on backspaceSimon Glass2017-07-111-0/+1
| * tegra: video: Time the LCD initSimon Glass2017-07-111-0/+2
| * dm: core: Add functions to obtain node's address/size cellsSimon Glass2017-07-115-6/+56
| * dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass2017-07-111-0/+11
| * dm: core: Add dev_read_resource() to read device resourcesSimon Glass2017-07-112-1/+38
| * dm: core: Add ofnode_read_string_count()Simon Glass2017-07-111-0/+10
| * 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-111-0/+57
| * dm: scsi: Split out the bus scanning codeSimon Glass2017-07-111-12/+23
| * dm: scsi: Adjust return value of scsi_exec()Simon Glass2017-07-112-7/+7
| * dm: scsi: Add operations for SCSI devicesSimon Glass2017-07-114-0/+29
| * 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-111-10/+10
| * dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass2017-07-113-17/+34
| * dm: ahci: Drop use of probe_entSimon Glass2017-07-112-30/+45
| * dm: ahci: Unwind the confusing init codeSimon Glass2017-07-114-16/+27
| * 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-111-23/+27
| * dm: ahci: Rename struct ahci_probe_entSimon Glass2017-07-112-45/+45
| * dm: scsi: Use the uclass platform dataSimon Glass2017-07-115-7/+6
| * dm: scsi: Drop the ccb typedefSimon Glass2017-07-113-18/+19
| * dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmdSimon Glass2017-07-111-1/+1
| * scsi: Move drivers into new drivers/scsi directorySimon Glass2017-07-119-20/+730
| * sata: Move drivers into new drivers/ata directorySimon Glass2017-07-1126-61/+206