summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* phy: atheros: consolidate {ar8031|ar8035}_config()WIP/2020-05-07-atheros-phy-improvementsMichael Walle2020-05-071-27/+3
* phy: atheros: ar8035: remove static clock configMichael Walle2020-05-071-13/+0
* phy: atheros: add device tree bindings and configMichael Walle2020-05-073-2/+270
* phy: atheros: move delay config to common functionMichael Walle2020-05-071-16/+22
* phy: atheros: introduce debug read and write functionsMichael Walle2020-05-071-16/+41
* phy: atheros: use defines for PHY IDsMichael Walle2020-05-071-3/+7
* phy: atheros: fix AR8021 PHY ID maskMichael Walle2020-05-071-1/+1
* phy: atheros: Clarify the intention of ar8021_configVladimir Oltean2020-05-071-4/+4
* phy: atheros: Explicitly disable RGMII delaysVladimir Oltean2020-05-071-0/+8
* phy: atheros: Clarify the configuration of the CLK_25M output pinVladimir Oltean2020-05-071-5/+14
* phy: atheros: Use common functions for RGMII internal delaysVladimir Oltean2020-05-071-28/+41
* phy: atheros: Make RGMII Tx delays actually configurable for AR8035Vladimir Oltean2020-05-071-4/+0
* Merge branch '2020-05-06-master-imports'Tom Rini2020-05-0717-91/+200
|\
| * menu: add support for client defined statusline functionThirupathaiah Annapureddy2020-05-074-37/+41
| * rsa: fix alignment issue when getting public exponentHeiko Stuebner2020-05-071-2/+2
| * cmd: cache: Fix non-cached memory cachabilityPatrice Chotard2020-05-072-3/+15
| * arm: vexpress64: Remove unneeded CONFIG_ checkAndre Przywara2020-05-071-6/+0
| * arm: juno: enable USBAndre Przywara2020-05-073-0/+14
| * arm: juno: Use PSCI based resetAndre Przywara2020-05-072-3/+3
| * arm: juno: Enable OF_CONTROLAndre Przywara2020-05-074-3/+70
| * arm: juno: Fix UART clock rateAndre Przywara2020-05-071-1/+1
| * uart: pl011: Add proper DM clock supportAndre Przywara2020-05-071-16/+33
| * arm: juno: Fix Juno address variablesAndre Przywara2020-05-071-15/+13
| * include/eeprom.h: fix build errorsRasmus Villemoes2020-05-071-3/+3
| * Revert "mkimage: fit: Do not tail-pad fitImage with external data"Tom Rini2020-05-071-1/+2
| * cache: l2x0: Fix missing write to Auxiliary Control RegisterLey Foon Tan2020-05-061-0/+2
| * scripts/get_default_envs.sh: preserve order of multiple entries for same vari...Rasmus Villemoes2020-05-061-1/+1
|/
* Merge git://git.denx.de/u-boot-usbWIP/05May2020Tom Rini2020-05-0525-188/+1135
|\
| * MAINTAINERS: MediaTek: add USB related filesChunfeng Yun2020-05-021-0/+3
| * dt-bindings: usb: mtk-xhci: Add binding for MediaTek xHCI host controllerChunfeng Yun2020-05-021-0/+40
| * dt-bindings: phy-mtk-tphy: add properties of address mapping and clocksChunfeng Yun2020-05-021-10/+68
| * arm: dts: mt7629: add usb related nodesChunfeng Yun2020-05-022-0/+49
| * xhci: mediatek: Add support for MTK xHCI host controllerChunfeng Yun2020-05-025-0/+323
| * phy: phy-mtk-tphy: add a new reference clockChunfeng Yun2020-05-021-3/+18
| * phy: phy-mtk-tphy: add support new versionChunfeng Yun2020-05-021-5/+63
| * phy: phy-mtk-tphy: add support USB physChunfeng Yun2020-05-021-9/+218
| * usb: dwc2_udc_otg: use the phy bulk API to get physChunfeng Yun2020-05-021-76/+17
| * usb: dwc3: use the phy bulk API to get physChunfeng Yun2020-05-024-85/+27
| * test: dm: phy: add a test item for the phy_bulk APIChunfeng Yun2020-05-022-0/+44
| * phy: Add API for a bulk of physChunfeng Yun2020-05-022-0/+189
| * test: dm: add test item for ofnode_get_child_count()Chunfeng Yun2020-05-022-0/+39
| * dm: core: Add function to get child count of ofnode or deviceChunfeng Yun2020-05-024-0/+37
* | Merge tag 'efi-2020-07-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-05-0516-286/+174
|\ \
| * | efi_loader: change setup sequenceHeinrich Schuchardt2020-05-041-5/+5
| * | test: stabilize test_efi_secbootHeinrich Schuchardt2020-05-043-9/+9
| * | efi_loader: correct comments for efi_status_tHeinrich Schuchardt2020-05-043-5/+5
| * | efi_loader: eliminate efi_set_(non)volatile_variableHeinrich Schuchardt2020-05-041-104/+37
| * | efi_loader: eliminate efi_get_(non)volatile_variableHeinrich Schuchardt2020-05-041-29/+3
| * | cmd: efidebug: simplify UEFI protocol callsHeinrich Schuchardt2020-05-041-21/+19
| * | efi_loader: disk: add efi_disk_is_system_part()AKASHI Takahiro2020-05-042-0/+31