Age | Commit message (Expand) | Author |
2017-07-12 | imx: reorganize IMX code as other SOCs | Stefano Babic |
2017-07-12 | mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT | Peng Fan |
2017-07-12 | dm: mmc: fsl_esdhc: handle vqmmc supply | Peng Fan |
2017-07-12 | mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/O | Peng Fan |
2017-07-12 | mx6: soc: Move mxs_dma_init() into the mxs nand driver | Fabio Estevam |
2017-07-12 | net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETH | Lothar Waßmann |
2017-07-12 | serial: mxc: Add debug uart support | Jagan Teki |
2017-07-12 | serial: mxc: Code cleanup | Jagan Teki |
2017-07-12 | serial: mxc: Move common baud gen into _mxc_serial_setbrg | Jagan Teki |
2017-07-12 | serial: mxc: Move common init into _mxc_serial_init | Jagan Teki |
2017-07-12 | serial: mxc: Move cr1 and cr2 write to mxc_serial_setbrg | Jagan Teki |
2017-07-12 | serial: mxc: Use RFDIV in dm-code | Jagan Teki |
2017-07-12 | serial: mxc: Add common mxc_uart reg space | Jagan Teki |
2017-07-11 | Merge git://git.denx.de/u-boot-dm | Tom Rini |
2017-07-11 | Merge branch 'master' of git://git.denx.de/u-boot-rockchip | Tom Rini |
2017-07-11 | dm: ofnode: use fdt32_t for DT property value to fix sparse warning | Masahiro Yamada |
2017-07-11 | dm: include <dm/util.h> from driver/core/dump.c | Masahiro Yamada |
2017-07-11 | dm: ofnode: simplify ofnode_read_bool() | Masahiro Yamada |
2017-07-11 | dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() | Masahiro Yamada |
2017-07-11 | dm: ofnode: simplify ofnode_read_prop() | Masahiro Yamada |
2017-07-11 | dm: ofnode: use ofnode_read_bool() to check property existence | Masahiro Yamada |
2017-07-11 | dm: include <dm/util.h> from drivers/core/util.c | Masahiro Yamada |
2017-07-11 | dm: serial: Add livetree support | Simon Glass |
2017-07-11 | dm: serial: Separate out the core serial-device finding code | Simon Glass |
2017-07-11 | dm: serial: ns16550: Convert to livetree | Simon Glass |
2017-07-11 | video: simple-panel: Add a little more debugging | Simon Glass |
2017-07-11 | dm: video: Update pwm_backlight to support livetree | Simon Glass |
2017-07-11 | dm: video: Sync display on backspace | Simon Glass |
2017-07-11 | tegra: video: Time the LCD init | Simon Glass |
2017-07-11 | dm: core: Add functions to obtain node's address/size cells | Simon Glass |
2017-07-11 | dm: core: Add dev_read_enabled() to check if a device is enabled | Simon Glass |
2017-07-11 | dm: core: Add dev_read_resource() to read device resources | Simon Glass |
2017-07-11 | dm: core: Add ofnode_read_string_count() | Simon Glass |
2017-07-11 | dm: scsi: Drop scsi_init() when driver model is used | Simon Glass |
2017-07-11 | dm: ahci: Add a driver for SCSI on AHCI | Simon Glass |
2017-07-11 | dm: scsi: Split out the bus scanning code | Simon Glass |
2017-07-11 | dm: scsi: Adjust return value of scsi_exec() | Simon Glass |
2017-07-11 | dm: scsi: Add operations for SCSI devices | Simon Glass |
2017-07-11 | dm: ahci: Create a local version of two SCSI functions | Simon Glass |
2017-07-11 | dm: scsi: Document and rename the scsi_scan() parameter | Simon Glass |
2017-07-11 | dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() | Simon Glass |
2017-07-11 | dm: ahci: Drop use of probe_ent | Simon Glass |
2017-07-11 | dm: ahci: Unwind the confusing init code | Simon Glass |
2017-07-11 | dm: ahci: Move common code for starting ports into a function | Simon Glass |
2017-07-11 | dm: scsi: Indent the confusing #ifdefs | Simon Glass |
2017-07-11 | dm: ahci: Refactor to avoid static variables | Simon Glass |
2017-07-11 | dm: sata: Move ataid into struct ahci_uc_priv | Simon Glass |
2017-07-11 | dm: ahci: Rename struct ahci_probe_ent | Simon Glass |
2017-07-11 | dm: scsi: Use the uclass platform data | Simon Glass |
2017-07-11 | dm: scsi: Drop the ccb typedef | Simon Glass |