summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* imx: reorganize IMX code as other SOCsStefano Babic2017-07-1212-17/+17
* mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECTPeng Fan2017-07-121-4/+0
* dm: mmc: fsl_esdhc: handle vqmmc supplyPeng Fan2017-07-121-0/+25
* mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/OPeng Fan2017-07-121-0/+9
* mx6: soc: Move mxs_dma_init() into the mxs nand driverFabio Estevam2017-07-121-0/+1
* net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETHLothar Waßmann2017-07-121-11/+13
* serial: mxc: Add debug uart supportJagan Teki2017-07-122-0/+34
* serial: mxc: Code cleanupJagan Teki2017-07-121-97/+94
* serial: mxc: Move common baud gen into _mxc_serial_setbrgJagan Teki2017-07-121-26/+24
* serial: mxc: Move common init into _mxc_serial_initJagan Teki2017-07-121-20/+17
* serial: mxc: Move cr1 and cr2 write to mxc_serial_setbrgJagan Teki2017-07-121-5/+3
* serial: mxc: Use RFDIV in dm-codeJagan Teki2017-07-121-3/+3
* serial: mxc: Add common mxc_uart reg spaceJagan Teki2017-07-121-66/+49
* 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