summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic
2017-07-12mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECTPeng Fan
2017-07-12dm: mmc: fsl_esdhc: handle vqmmc supplyPeng Fan
2017-07-12mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/OPeng Fan
2017-07-12mx6: soc: Move mxs_dma_init() into the mxs nand driverFabio Estevam
2017-07-12net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETHLothar Waßmann
2017-07-12serial: mxc: Add debug uart supportJagan Teki
2017-07-12serial: mxc: Code cleanupJagan Teki
2017-07-12serial: mxc: Move common baud gen into _mxc_serial_setbrgJagan Teki
2017-07-12serial: mxc: Move common init into _mxc_serial_initJagan Teki
2017-07-12serial: mxc: Move cr1 and cr2 write to mxc_serial_setbrgJagan Teki
2017-07-12serial: mxc: Use RFDIV in dm-codeJagan Teki
2017-07-12serial: mxc: Add common mxc_uart reg spaceJagan Teki
2017-07-11Merge 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