summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next'Tom Rini2018-11-1441-2030/+3657
|\
| * Merge branch 'master' of git://git.denx.de/u-boot-net into nextTom Rini2018-11-0541-2030/+3657
| |\
| | * driver: net: ti: keystone_net: switch to use common mdio libGrygorii Strashko2018-11-053-115/+18
| | * driver: net: ti: cpsw: switch to use common mdio libGrygorii Strashko2018-11-051-128/+6
| | * driver: net: ti: introduce common mdio support libraryGrygorii Strashko2018-11-053-1/+222
| | * driver: net: ti: cpsw: update to use SPDX identifierGrygorii Strashko2018-11-051-10/+2
| | * drivers: net: keystone_net: drop non dm codeGrygorii Strashko2018-11-058-532/+1
| | * configs: net: convert DRIVER_TI_KEYSTONE_NET kconfigGrygorii Strashko2018-11-0510-1/+13
| | * driver: net: consolidate ti's code in separate folderGrygorii Strashko2018-11-0513-18/+28
| | * net: phy: mscc: add support for VSC8574 PHYQuentin Schulz2018-11-051-0/+420
| | * net: phy: mscc: factorize part of config function for VSC8584Quentin Schulz2018-11-051-17/+39
| | * net: phy: mscc: add support for VSC8584 PHYQuentin Schulz2018-11-051-0/+553
| | * aspeed: ast2500: fix D2-PLL clock setting in RGMII modeCédric Le Goater2018-11-051-0/+38
| | * aspeed: Activate ethernet devices on the ast2500 Eval BoardCédric Le Goater2018-11-051-0/+23
| | * aspeed: Update ast2500 SoC DTS file to Linux v4.17-rc6 levelCédric Le Goater2018-11-051-796/+1153
| | * net: ftgmac100: Add support for the Aspeed SoCCédric Le Goater2018-11-052-4/+35
| | * aspeed: ast2500: fix missing break in D2PLL clock enablementCédric Le Goater2018-11-051-0/+1
| | * net: ftgmac100: add clock supportCédric Le Goater2018-11-051-1/+14
| | * net: ftgmac100: handle timeouts when transmittingCédric Le Goater2018-11-051-0/+24
| | * net: ftgmac100: convert the RX/TX descriptor arraysCédric Le Goater2018-11-051-77/+64
| | * net: ftgmac100: add MDIO bus and phylib supportCédric Le Goater2018-11-051-220/+160
| | * net: ftgmac100: use setbits_le32() in the reset methodCédric Le Goater2018-11-051-1/+1
| | * net: ftgmac100: convert to driver modelCédric Le Goater2018-11-053-93/+157
| | * net: ftgmac100: use the aligned() macroCédric Le Goater2018-11-051-2/+2
| | * net: ftgmac100: use the BIT() macroCédric Le Goater2018-11-051-77/+77
| | * net: Add MT7628 ethernet driverStefan Roese2018-11-054-0/+669
| |/
* | Prepare v2018.11v2018.11Tom Rini2018-11-141-1/+1
* | gpio: pca953x_gpio: fix DT GPIO flags translationAnatolij Gustschin2018-11-141-1/+1
* | configs: Migrate and re-enabled CONFIG_CMD_MTDPARTSTom Rini2018-11-14276-163/+115
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-11-135-16/+63
|\ \
| * | mtd: Drop duplicate MTD_PARTITIONS Kconfig optionBoris Brezillon2018-11-131-6/+0
| * | cmd: ubi: Remove useless call to mtdparts_init()Boris Brezillon2018-11-132-6/+0
| * | mtd: Make {MTDIDS, MTDPARTS}_DEFAULT visible when MTD_PARTITIONS is selectedBoris Brezillon2018-11-131-2/+2
| * | dfu: nand: Add missing dependency on CMD_MTDPARTSBoris Brezillon2018-11-131-0/+1
| * | mtd: Use default mtdparts/mtids when not defined in the environmentBoris Brezillon2018-11-131-2/+60
* | | configs: Resync with savedefconfigTom Rini2018-11-13139-235/+117
|/ /
* | Merge tag 'u-boot-imx-20181112' of git://git.denx.de/u-boot-imxTom Rini2018-11-123-4/+26
|\ \
| * | imx: mkimage: add size check to the u-boot.imx make targetMarcel Ziswiler2018-11-121-0/+16
| * | board: toradex: colibri_vf: drop SPI supportMarcel Ziswiler2018-11-121-4/+0
| * | board: toradex: colibri_vf: unset CONFIG_CMDLINE_EDITINGMarcel Ziswiler2018-11-121-0/+1
| * | board: toradex: colibri_vf: efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATIONMarcel Ziswiler2018-11-121-0/+1
| * | imx: imx6: perform gpr_init only on suitable cpu typesChristoph Niedermaier2018-11-081-0/+8
* | | mmc: dw_mmc: Add RCRC handlingMarek Vasut2018-11-102-0/+5
* | | common: build ymodem only on needJun Nie2018-11-091-1/+2
* | | common: Compile error with CONFIG_MULTI_DTB_FIT and not SPLLars Povlsen2018-11-091-1/+0
* | | dm: Fix typo - missed semicolonAndy Shevchenko2018-11-091-1/+1
* | | spl: fix debug prints for tiny printfSimon Goldschmidt2018-11-091-8/+6
* | | MAINTAINERS: Update stm32mp entryPatrick Delaunay2018-11-092-0/+2
* | | fit: Add missing CR in debug output in fit_find_config_node()Stefan Roese2018-11-091-1/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2018-11-081-1/+3
|\ \ \ | |/ / |/| |