summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-03-24ram: stm32mp1: the property st, phy-cal becomes optionalPatrick Delaunay4-16/+51
2020-03-24ram: stm32mp1: reduce delay after BIST reset for tuningPatrick Delaunay1-1/+1
2020-03-24ram: stm32mp1_ddr: fix self refresh disable during DQS trainingPatrick Delaunay2-1/+5
2020-03-24ram: stm32mp1: update BIST config for tuningPatrick Delaunay1-9/+142
2020-03-24ram: stm32mp1: tuning: deactivate derating during BIST testPatrick Delaunay1-0/+15
2020-03-24ram: stm32mp1: tuning: add timeout for polling BISTGSR.BDDONEPatrick Delaunay1-20/+25
2020-03-24ram: stm32mp1: don't display the prompt two timesPatrick Delaunay1-3/+1
2020-03-24ram: stm32mp1: display result for software read DQS gatingPatrick Delaunay1-4/+6
2020-03-24ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDRPatrick Delaunay1-5/+25
2020-03-24clk: stm32mp1: add SPI5_K supportPatrick Delaunay1-0/+7
2020-03-24clk: stm32mp1: correct CKSELR masksPatrick Delaunay1-3/+3
2020-03-17Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini15-209/+795
2020-03-16bootcounter: add DM support for memory based bootcounterHeiko Schocher3-0/+100
2020-03-16i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speedJun Chen2-0/+7
2020-03-16i2c: designware_i2c: remove 'has_high_speed'Jun Chen2-4/+1
2020-03-16i2c: designware_i2c: check is high speed possible supportJun Chen2-0/+13
2020-03-16i2c: designware_i2c: Fix IC_CON register setting for high speed modeJun Chen1-1/+1
2020-03-16misc: i2c_eeprom: store pagesize instead of pagewidth in i2c_eeprom_drv_dataMasahiro Yamada1-16/+16
2020-03-16remoteproc: k3-r5: Fix rproc init failure on Split-mode _only_ devicesSuman Anna1-3/+5
2020-03-16misc: i2c_eeprom: remove pagewidth field from i2c_eepromMasahiro Yamada1-5/+3
2020-03-16remoteproc: k3-r5: Fix rproc init failure for Main R5FSS0Suman Anna1-0/+1
2020-03-16remoteproc: k3-dsp: Add support for L2RAM loading on C66x DSPsSuman Anna1-7/+83
2020-03-16remoteproc: k3-dsp: Add a sanity check for DSP boot address alignmentSuman Anna1-3/+31
2020-03-16remoteproc: k3-dsp: Fix unbalanced state machine in k3_dsp_startSuman Anna1-5/+3
2020-03-16dm: i2c-gpio: add support for clock stretchingHeiko Schocher1-1/+22
2020-03-16dm: i2c-gpio: rework gpio get/set functionsMichael Auchter1-69/+64
2020-03-16i2c: gpio: Run deblock sequence on probeMarek Vasut1-0/+16
2020-03-16i2c: Add option to send start condition after deblockingMarek Vasut1-3/+20
2020-03-16i2c: Export i2c_deblock_gpio_loop()Marek Vasut1-4/+4
2020-03-16i2c: Make deblock delay and SCL clock configurableMarek Vasut1-10/+11
2020-03-11Merge tag 'mmc-2020-3-9' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini10-60/+359
2020-03-10power-domain: fix hang in endless loop on i.MX8Anatolij Gustschin1-0/+11
2020-03-10Merge tag 'u-boot-imx-20200310' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+1
2020-03-10Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-netTom Rini7-76/+955
2020-03-10net: phy: marvell: Unify 88E151x series phy_driverClemens Gruber1-55/+10
2020-03-10net: phy: dp83867: Add SGMII mode type switchingMichal Simek1-0/+12
2020-03-10net: phy: Fix overlong PHY timeoutAndre Przywara1-1/+1
2020-03-10drivers: net: phy: aquantia: make it less verboseAlex Marginean1-12/+12
2020-03-10drivers: net: phy: aquantia: drop XGMII as a valid system interface protoAlex Marginean1-8/+9
2020-03-10phy: Include NC-SI in phy setupSamuel Mendoza-Jonas1-0/+9
2020-03-10phy: Add support for the NC-SI protocolSamuel Mendoza-Jonas3-0/+902
2020-03-09serial_lpuart: make clock failure less verboseGiulio Benetti1-1/+1
2020-03-09mmc: am654_sdhci: Implement workaround for card detectFaiz Abbas1-41/+68
2020-03-09mmc: am654_sdhci: Update output tap delay writesFaiz Abbas1-9/+61
2020-03-09mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas4-12/+7
2020-03-09sdhci: Add sdhci_deferred_probe() APIFaiz Abbas1-0/+15
2020-03-09mmc: Add a deferred_probe() APIFaiz Abbas2-1/+18
2020-03-09mmc: ca_dw_mmc: add DesignWare based DM support for CAxxxx SoCsArthur Li3-0/+193
2020-03-05serial: ns16550: Move PCI access from ofdata_to_platdata() to probe()Wolfgang Wallner1-12/+28
2020-03-05x86: remove dead code in intel_clk_get_rate()Heinrich Schuchardt1-4/+0