summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | rockchip: rockpro64: initialize USB in prebootMarcin Juszkiewicz2020-07-071-0/+2
| |/
* | Merge branch '2020-07-07-misc-new-features'Tom Rini2020-07-0746-65/+699
|\ \
| * | arm: juno: Enable SATA controllerWIP/2020-07-07-misc-new-featuresAndre Przywara2020-07-071-2/+3
| * | arm: juno: Enable PCIAndre Przywara2020-07-072-5/+14
| * | sata_sil: Enable DM_PCI operationAndre Przywara2020-07-072-2/+15
| * | arm: juno: Enable DM_ETHAndre Przywara2020-07-072-1/+3
| * | net: smc911x: Properly handle EEPROM MAC addressAndre Przywara2020-07-071-24/+36
| * | net: dm: Remove warning about EEPROM provided MAC addressAndre Przywara2020-07-071-2/+0
| * | arm: vexpress64: Fix counter frequencyAndre Przywara2020-07-071-1/+1
| * | arm: use correct argument size of special registersHeinrich Schuchardt2020-07-071-4/+6
| * | arm: remove outdated comment concerning -ffixed-x18Heinrich Schuchardt2020-07-071-4/+0
| * | trace: clang compatible handling of gd registerHeinrich Schuchardt2020-07-071-4/+4
| * | fs: fat_write: fix short name creation.Heinrich Schuchardt2020-07-071-3/+12
| * | test_sleep.py: make sleep time and margin configurableHeiko Schocher2020-07-071-3/+11
| * | gpio: search for gpio label if gpio is not found through bank nameHeiko Schocher2020-07-073-0/+75
| * | configs: Enable mac and phy configsAmit Singh Tomar2020-07-071-0/+4
| * | owl: Kconfig: Enable DM eth for OWL platformAmit Singh Tomar2020-07-071-0/+1
| * | arm: dts: s700: add node for ethernet controllerAmit Singh Tomar2020-07-071-0/+13
| * | net: designware: s700: Add glue code for S700 macAmit Singh Tomar2020-07-074-0/+81
| * | net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx t...Amit Singh Tomar2020-07-072-0/+44
| * | net: phy: realtek: Add support for RTL8201F PHY module.Amit Singh Tomar2020-07-071-0/+20
| * | clk: actions: Add Ethernet clocksAmit Singh Tomar2020-07-074-2/+15
| * | arm: actions: remove "CONFIG_SYS_SDRAM_SIZE" for Actions Owl Semi SoCsAmit Singh Tomar2020-07-071-1/+0
| * | Actions: OWL: Calculate SDRAM sizeAmit Singh Tomar2020-07-071-1/+21
| * | image: Add support for ZSTD decompressionRobert Marko2020-07-072-0/+53
| * | cmd: blkls: Add blkls commandNiel Fourie2020-07-074-0/+72
| * | cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie2020-07-074-4/+101
| * | cmd: fs: Add command to list supported fs typesNiel Fourie2020-07-074-0/+55
| * | cmd: part: Add subcommand to list supported partition tablesNiel Fourie2020-07-072-2/+39
|/ /
* | Merge tag 'u-boot-stm32-20200707' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-07-0739-460/+1166
|\ \
| * | ram: stm32mp1: add size and addr parameter to test allPatrick Delaunay2020-07-071-3/+44
| * | ram: stm32mp1: use the DDR size by default in the test addressBusPatrick Delaunay2020-07-071-1/+2
| * | ram: stm32mp1: add parameter addr in test FrequencySelectivePatternPatrick Delaunay2020-07-071-6/+7
| * | ram: stm32mp1: protect minimum value in get_bufsizePatrick Delaunay2020-07-071-18/+19
| * | stm32mp1: use the command env info in env_checkPatrick Delaunay2020-07-072-3/+2
| * | cmd: env: use ENV_IS_IN_DEVICE in env infoPatrick Delaunay2020-07-071-1/+1
| * | board: dh_stm32mp1: update the gpio hog supportPatrick Delaunay2020-07-071-8/+2
| * | board: st: move type-c stusb1600 controller code in a driverPatrick Delaunay2020-07-077-52/+73
| * | configs: stm32mp1: only support SD card after NOR in bootcmd_stm32mpPatrick Delaunay2020-07-071-1/+3
| * | arm: stm32mp: protect DBGMCU_IDC access with BSECPatrick Delaunay2020-07-073-4/+50
| * | arm: stm32mp: stm32prog: add "Device Name" in iproduct during DFU USB enumera...Patrick Delaunay2020-07-071-2/+4
| * | board: st: stm32mp1: increase teed partitionPatrick Delaunay2020-07-071-1/+1
| * | stm32mp1: configs: activate CMD_ERASEENVPatrick Delaunay2020-07-072-0/+2
| * | power: regulator: stm32: vrefbuf: fix a possible overshoot when re-enablingFabrice Gasnier2020-07-071-2/+14
| * | configs: stm32mp1: activate WATCHDOGPatrick Delaunay2020-07-072-0/+4
| * | pinctrl: stm32: add information on pin configurationPatrick Delaunay2020-07-071-3/+24
| * | pinctrl: stmfx: add information on pin configurationPatrick Delaunay2020-07-071-1/+31
| * | gpio: stmfx: add ops get_dir_flagsPatrick Delaunay2020-07-071-0/+50
| * | gpio: stmfx: add ops set_dir_flagPatrick Delaunay2020-07-071-0/+37
| * | gpio: stmfx: add function stmfx_read_reg and stmfx_write_regPatrick Delaunay2020-07-071-42/+26