aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic12-17/+17
2017-07-12mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECTPeng Fan1-4/+0
2017-07-12dm: mmc: fsl_esdhc: handle vqmmc supplyPeng Fan1-0/+25
2017-07-12mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/OPeng Fan1-0/+9
2017-07-12mx6: soc: Move mxs_dma_init() into the mxs nand driverFabio Estevam1-0/+1
2017-07-12net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETHLothar Waßmann1-11/+13
2017-07-12serial: mxc: Add debug uart supportJagan Teki2-0/+34
2017-07-12serial: mxc: Code cleanupJagan Teki1-97/+94
2017-07-12serial: mxc: Move common baud gen into _mxc_serial_setbrgJagan Teki1-26/+24
2017-07-12serial: mxc: Move common init into _mxc_serial_initJagan Teki1-20/+17
2017-07-12serial: mxc: Move cr1 and cr2 write to mxc_serial_setbrgJagan Teki1-5/+3
2017-07-12serial: mxc: Use RFDIV in dm-codeJagan Teki1-3/+3
2017-07-12serial: mxc: Add common mxc_uart reg spaceJagan Teki1-66/+49
2017-07-11Merge git://git.denx.de/u-boot-dmTom Rini53-1217/+1548
2017-07-11Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini23-124/+1026
2017-07-11dm: ofnode: use fdt32_t for DT property value to fix sparse warningMasahiro Yamada1-2/+2
2017-07-11dm: include <dm/util.h> from driver/core/dump.cMasahiro Yamada1-0/+1
2017-07-11dm: ofnode: simplify ofnode_read_bool()Masahiro Yamada1-9/+5
2017-07-11dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada6-8/+7
2017-07-11dm: ofnode: simplify ofnode_read_prop()Masahiro Yamada1-9/+3
2017-07-11dm: ofnode: use ofnode_read_bool() to check property existenceMasahiro Yamada1-5/+5
2017-07-11dm: include <dm/util.h> from drivers/core/util.cMasahiro Yamada1-0/+5
2017-07-11dm: serial: Add livetree supportSimon Glass1-3/+15
2017-07-11dm: serial: Separate out the core serial-device finding codeSimon Glass1-40/+44
2017-07-11dm: serial: ns16550: Convert to livetreeSimon Glass1-10/+5
2017-07-11video: simple-panel: Add a little more debuggingSimon Glass1-0/+2
2017-07-11dm: video: Update pwm_backlight to support livetreeSimon Glass1-10/+12
2017-07-11dm: video: Sync display on backspaceSimon Glass1-0/+1
2017-07-11tegra: video: Time the LCD initSimon Glass1-0/+2
2017-07-11dm: core: Add functions to obtain node's address/size cellsSimon Glass5-6/+56
2017-07-11dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass1-0/+11
2017-07-11dm: core: Add dev_read_resource() to read device resourcesSimon Glass2-1/+38
2017-07-11dm: core: Add ofnode_read_string_count()Simon Glass1-0/+10
2017-07-11dm: scsi: Drop scsi_init() when driver model is usedSimon Glass1-2/+4
2017-07-11dm: ahci: Add a driver for SCSI on AHCISimon Glass1-0/+57
2017-07-11dm: scsi: Split out the bus scanning codeSimon Glass1-12/+23
2017-07-11dm: scsi: Adjust return value of scsi_exec()Simon Glass2-7/+7
2017-07-11dm: scsi: Add operations for SCSI devicesSimon Glass4-0/+29
2017-07-11dm: ahci: Create a local version of two SCSI functionsSimon Glass1-2/+13
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass1-10/+10
2017-07-11dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass3-17/+34
2017-07-11dm: ahci: Drop use of probe_entSimon Glass2-30/+45
2017-07-11dm: ahci: Unwind the confusing init codeSimon Glass4-16/+27
2017-07-11dm: ahci: Move common code for starting ports into a functionSimon Glass1-23/+22
2017-07-11dm: scsi: Indent the confusing #ifdefsSimon Glass1-13/+13
2017-07-11dm: ahci: Refactor to avoid static variablesSimon Glass1-68/+76
2017-07-11dm: sata: Move ataid into struct ahci_uc_privSimon Glass1-23/+27
2017-07-11dm: ahci: Rename struct ahci_probe_entSimon Glass2-45/+45
2017-07-11dm: scsi: Use the uclass platform dataSimon Glass5-7/+6
2017-07-11dm: scsi: Drop the ccb typedefSimon Glass3-18/+19