aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-14phy: marvell: a3700: revise the USB3 comphy setting during power onzachary2-8/+28
2018-05-14phy: marvell: a3700: Set USB3 RX wait depending on ref clockMarek Behún1-5/+3
2018-05-14phy: marvell: a3700: Access USB3 register indirectly on lane 2Marek Behún2-35/+68
2018-05-14phy: marvell: a3700: Use reg_set_indirect istead of 2 reg_setsMarek Behún1-12/+20
2018-05-14phy: marvell: a3700: Use (!ret) instead of (ret == 0)Marek Behún1-13/+13
2018-05-14phy: marvell: a3700: Use same timeout for all register pollingMarek Behún1-13/+3
2018-05-14phy: marvell: a3700: Don't create functional macro for each registerMarek Behún2-111/+89
2018-05-14phy: marvell: a3700: Use reg_set16 instead of phy_write16Marek Behún2-18/+22
2018-05-14phy: marvell: a3700: Change return type of macro MVEBU_REGMarek Behún2-118/+96
2018-05-13mmc: Improve tinificationMarek Vasut2-26/+59
2018-05-11Merge git://git.denx.de/u-boot-tegraTom Rini16-157/+356
2018-05-11SPDX: Correct SPDX tags from recent xilinx mergeTom Rini3-6/+3
2018-05-11Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblazeTom Rini85-314/+3176
2018-05-11Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini39-103/+235
2018-05-11arm64: zynqmp: Enable UHS support for ZCU102 Rev1.0 boardSiva Durga Prasad Paladugu1-0/+2
2018-05-11mmc: zynq_sdhci: Add support for SD3.0Siva Durga Prasad Paladugu4-5/+476
2018-05-11mmc: sdhci: Read capabilities register1 and update host capsSiva Durga Prasad Paladugu2-1/+33
2018-05-11mmc: sdhci: Invoke platform specific tuning and delay routinesSiva Durga Prasad Paladugu1-0/+24
2018-05-11sdhci: Add new sdhci ops for platform specific tuning and delaysSiva Durga Prasad Paladugu1-0/+2
2018-05-11mmc: sdhci: Handle execute tuning command in sdhci_send_commandSiva Durga Prasad Paladugu1-2/+6
2018-05-11mmc: sdhci: Add support for disabling clockSiva Durga Prasad Paladugu1-0/+3
2018-05-11mmc: Changed the datatype of the variable to handle 64-bit archVipul Kumar2-3/+3
2018-05-11arm: zynqmp: Add ZynqMP minimal R5 supportMichal Simek14-1/+265
2018-05-11tools: zynqmpimage: Add bif supportAlexander Graf8-2/+1028
2018-05-11MAINTAINERS: Declare tools/zynqmp* as Xilinx maintainedAlexander Graf1-1/+1
2018-05-11tools: zynqmpimage: Move defines to headerAlexander Graf2-114/+133
2018-05-11tools: zynqmpimage: Add partition read supportAlexander Graf1-2/+173
2018-05-11arm64: zynqmp: Show model information instead of custom IDENT_STRINGMichal Simek17-34/+0
2018-05-11arm64: zynqmp: Simplify boot_target variable compositionMichal Simek1-8/+8
2018-05-11arm64: zynqmp: Setup MMU map for DDR at run timeNitin Jain3-34/+74
2018-05-11arm64: zynqmp: Enable cadence WDT for zcu100Michal Simek3-1/+4
2018-05-11arm64: zynqmp: Wire watchdog internalsMichal Simek1-0/+42
2018-05-11watchdog: cadence: Show used timeout valueMichal Simek1-2/+2
2018-05-11arm64: zynqmp: Reset FPD Watchdog on zcu100Michal Simek1-1/+1
2018-05-11nand: zynq: Send address cycles as per onfi parameter pageSiva Durga Prasad Paladugu1-1/+15
2018-05-11nand: zynq: Add support for 16-bit buswidthSiva Durga Prasad Paladugu1-0/+38
2018-05-11MAINTAINERS: zynqmp: Point to proper zynqmp folderMichal Simek1-1/+1
2018-05-11serial: zynq: Remove header depedency on arm header structureMichal Simek1-1/+0
2018-05-11timer: Add Cadence TTC timer counter supportMichal Simek4-0/+100
2018-05-11microblaze: Dont enable UBI support by defaultSiva Durga Prasad Paladugu1-4/+0
2018-05-11arm64: zynqmp: Add new defconfig for zc1275 revBSiva Durga Prasad Paladugu5-0/+674
2018-05-11scsi: ceva: Convert driver to use UCLASS_AHCI instead of SCSIMichal Simek1-16/+20
2018-05-11arm: zynq: Remove checkboard and enable DISPLAY_CPUINFOMichal Simek19-34/+19
2018-05-11arm: zynq: Rework FPGA initializationMichal Simek5-119/+101
2018-05-11arm: zynq: Enable debug_uart_init in spl when enabledMichal Simek1-5/+6
2018-05-10Merge git://git.denx.de/u-boot-socfpgaTom Rini5-80/+229
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini52-106/+54
2018-05-10tools/file2include: avoid incorrect commentsHeinrich Schuchardt1-1/+1
2018-05-10include: update log2 header from the Linux kernelHeinrich Schuchardt1-26/+37
2018-05-10xyz-modem: va_start() must be matched by va_end()Heinrich Schuchardt1-8/+9