1. 16 6月, 2020 1 次提交
    • M
      regulator: fix: enable gpio when requested · e88d6979
      Mark Kettenis 提交于
      The fix in commit b7adcdd0 has the side-effect that the regulator
      will be disabled when requesting the relevant gpio in
      regulator_common_ofdata_to_platdata() and enabled in
      regulator_pre_probe() when the regulator was already enabled.
      This leads to a short interruption in the 3.3V power to the PCIe
      slot on the firefly-rk3399 which makes an ADATA SX8000NP NVMe SSD
      unhappy.
      
      Fix this by setting the GPIOD_IS_OUT_ACTIVE flag again when the
      'regulator-boot-on' property is set, but check for this property
      explicitly instead of relying on the "boot_on" member of
      the uclass platdata.
      Signed-off-by: NMark Kettenis <kettenis@openbsd.org>
      Tested-by: NPatrice Chotard <patrice.chotard@st.com>
      e88d6979
  2. 15 6月, 2020 15 次提交
  3. 14 6月, 2020 2 次提交
    • L
      arm: dts: socfpga: cyclone5: Update i2c-scl-falling-time-ns · a0bda1dd
      Ley Foon Tan 提交于
      Commit e71b6f66 ("i2c: designware_i2c: Rewrite timing calculation")
      change the hcnt and lcnt timing calculation. New timing calculation is
      based on calculation from Designware i2c databook.
      
      After this new timing calculation, hcnt will have negative value
      with i2c-scl-falling-time-ns 5000 that set in socfpga_cyclone5_socdk.dts.
      
      This patch overwrite i2c-scl-falling-time-ns to 300ns (default SCL fall
      time used in Designware i2c driver) for Uboot.
      
      Before the fix:
      => i2c dev 0
      Setting bus to 0
      Failure changing bus number (-22)
      
      After the fix:
      => i2c dev 0
      Setting bus to 0
      => i2c probe
      Valid chip addresses: 17 51 55 5B 5C 5E 66 68 70
      Signed-off-by: NLey Foon Tan <ley.foon.tan@intel.com>
      a0bda1dd
    • H
      eth/r8152: update the firmware · 65f7551b
      Hayes Wang 提交于
      Update the firmware to improve compatibility for none-intel USB
      host controller. The more information is as following.
      
      The device has auto-installed driver feature - via switch CD-ROM/NIC
      mode. But in some corner cases, it would switch to CD-ROM unexpected.
      This issue results in Lan Function Disabled.
      
      While USB PHY transits to P3 from P0 due to the absent of transmitter
      control, it would issues undefined signal to its link partner.
      Some Down Stream Port misidentify the undefined signal as wakeup
      signal. So the link state will not keep in suspend even the system
      is idle.
      Signed-off-by: NHayes Wang <hayeswang@realtek.com>
      65f7551b
  4. 13 6月, 2020 1 次提交
  5. 11 6月, 2020 13 次提交
  6. 09 6月, 2020 4 次提交
  7. 08 6月, 2020 4 次提交