summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-07-12drivers/misc: Add basic support for ATSHA204A Crypto moduleMarek Behún
2017-07-12drivers/i2c/muxes/pca954x: Add pca9547 I2C mux supportMarek Behún
2017-07-12orion_wdt: Support for the Orion WatchdogMarek Behún
2017-07-12driver/ddr: Add support for setting timing in hws_topology_mapMarek Behún
2017-07-12Merge git://git.denx.de/u-boot-dmTom Rini
2017-07-11Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini
2017-07-11dm: ofnode: use fdt32_t for DT property value to fix sparse warningMasahiro Yamada
2017-07-11dm: include <dm/util.h> from driver/core/dump.cMasahiro Yamada
2017-07-11dm: ofnode: simplify ofnode_read_bool()Masahiro Yamada
2017-07-11dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada
2017-07-11dm: ofnode: simplify ofnode_read_prop()Masahiro Yamada
2017-07-11dm: ofnode: use ofnode_read_bool() to check property existenceMasahiro Yamada
2017-07-11dm: include <dm/util.h> from drivers/core/util.cMasahiro Yamada
2017-07-11dm: serial: Add livetree supportSimon Glass
2017-07-11dm: serial: Separate out the core serial-device finding codeSimon Glass
2017-07-11dm: serial: ns16550: Convert to livetreeSimon Glass
2017-07-11video: simple-panel: Add a little more debuggingSimon Glass
2017-07-11dm: video: Update pwm_backlight to support livetreeSimon Glass
2017-07-11dm: video: Sync display on backspaceSimon Glass
2017-07-11tegra: video: Time the LCD initSimon Glass
2017-07-11dm: core: Add functions to obtain node's address/size cellsSimon Glass
2017-07-11dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass
2017-07-11dm: core: Add dev_read_resource() to read device resourcesSimon Glass
2017-07-11dm: core: Add ofnode_read_string_count()Simon Glass
2017-07-11dm: scsi: Drop scsi_init() when driver model is usedSimon Glass
2017-07-11dm: ahci: Add a driver for SCSI on AHCISimon Glass
2017-07-11dm: scsi: Split out the bus scanning codeSimon Glass
2017-07-11dm: scsi: Adjust return value of scsi_exec()Simon Glass
2017-07-11dm: scsi: Add operations for SCSI devicesSimon Glass
2017-07-11dm: ahci: Create a local version of two SCSI functionsSimon Glass
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass
2017-07-11dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass
2017-07-11dm: ahci: Drop use of probe_entSimon Glass
2017-07-11dm: ahci: Unwind the confusing init codeSimon Glass
2017-07-11dm: ahci: Move common code for starting ports into a functionSimon Glass
2017-07-11dm: scsi: Indent the confusing #ifdefsSimon Glass
2017-07-11dm: ahci: Refactor to avoid static variablesSimon Glass
2017-07-11dm: sata: Move ataid into struct ahci_uc_privSimon Glass
2017-07-11dm: ahci: Rename struct ahci_probe_entSimon Glass
2017-07-11dm: scsi: Use the uclass platform dataSimon Glass
2017-07-11dm: scsi: Drop the ccb typedefSimon Glass
2017-07-11dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmdSimon Glass
2017-07-11scsi: Move drivers into new drivers/scsi directorySimon Glass
2017-07-11sata: Move drivers into new drivers/ata directorySimon Glass
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass
2017-07-11scsi: Drop scsi_print_error()Simon Glass
2017-07-11scsi: Drop sym53c8xx driverSimon Glass
2017-07-11Convert CONFIG_SCSI to KconfigSimon Glass
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass
2017-07-11dm: core: Clarify uclass_first/next_device() commentsSimon Glass