1. 14 8月, 2019 1 次提交
  2. 26 6月, 2019 6 次提交
  3. 25 6月, 2019 2 次提交
  4. 20 6月, 2019 1 次提交
  5. 19 6月, 2019 6 次提交
  6. 18 6月, 2019 1 次提交
    • L
      arm64: defconfig: Enable FSL_EDMA driver · a019ab40
      Li Yang 提交于
      Enables the FSL EDMA driver by default.  This also works around an issue
      that imx-i2c driver keeps deferring the probe because of the DMA is not
      ready.  And currently the DMA engine framework can not correctly tell
      if the DMA channels will truly become available later (it will never be
      available if the DMA driver is not enabled).
      
      This will cause indefinite messages like below:
      [    3.335829] imx-i2c 2180000.i2c: can't get pinctrl, bus recovery not supported
      [    3.344455] ina2xx 0-0040: power monitor ina220 (Rshunt = 1000 uOhm)
      [    3.350917] lm90 0-004c: 0-004c supply vcc not found, using dummy regulator
      [    3.362089] imx-i2c 2180000.i2c: can't get pinctrl, bus recovery not supported
      [    3.370741] ina2xx 0-0040: power monitor ina220 (Rshunt = 1000 uOhm)
      [    3.377205] lm90 0-004c: 0-004c supply vcc not found, using dummy regulator
      [    3.388455] imx-i2c 2180000.i2c: can't get pinctrl, bus recovery not supported
      .....
      Signed-off-by: NLi Yang <leoyang.li@nxp.com>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      a019ab40
  7. 14 6月, 2019 1 次提交
  8. 12 6月, 2019 1 次提交
  9. 11 6月, 2019 1 次提交
  10. 24 5月, 2019 1 次提交
  11. 20 5月, 2019 8 次提交
  12. 29 4月, 2019 1 次提交
    • V
      arm64: defconfig: Update UFSHCD for Hi3660 soc · 7b3320e6
      Valentin Schneider 提交于
      Commit 7ee7ef24 ("scsi: arm64: defconfig: enable configs for Hisilicon ufs")
      set 'CONFIG_SCSI_UFS_HISI=y', but the configs it depends
      on
      
        (CONFIG_SCSI_HFSHCD_PLATFORM && CONFIG_SCSI_UFSHCD)
      
      were left to being built as modules.
      
      Commit 1f4fa50d ("arm64: defconfig: Regenerate for v4.20") "fixed"
      that by reverting to 'CONFIG_SCSI_UFS_HISI=m'.
      
      Thing is, if the rootfs is stored in the on-board flash (which
      is the "canonical" way of doing things), we either need these drivers
      to be built-in, or we need to fiddle with an initramfs to access that
      flash and eventually load the modules installed over there.
      
      The former is the easiest, do that.
      Signed-off-by: NValentin Schneider <valentin.schneider@arm.com>
      Reviewed-by: NLeo Yan <leo.yan@linaro.org>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      7b3320e6
  13. 21 4月, 2019 1 次提交
  14. 18 4月, 2019 1 次提交
  15. 06 4月, 2019 1 次提交
  16. 04 4月, 2019 2 次提交
  17. 02 4月, 2019 1 次提交
  18. 29 3月, 2019 2 次提交
    • D
      arm64: defconfig: enable fpga and service layer · f94c0c38
      Dinh Nguyen 提交于
      Enable FPGA framework, Intel Stratix10 SoC FPGA manager, Stratix10
      service layer, and Altera Freeze Bridge drivers.
      
      Intel Stratix10 service layer driver was added with commit 7ca5ce89
      ("firmware: add Intel Stratix10 service layer driver").
      
      Intel Stratix10 service layer provides kernel APIs for drivers to request
      access to the secure features. Such features include FPGA programming,
      remote status update, and read and write secure registers.
      
      While clients of the service layer can be built as modules, the service
      layer itself has to be configured as built-in.  The service layer is
      dependent on ARCH_STRATIX10.
      
      Enabling Altera Freeze Bridge depends on commit 38cd7ad5
      ("fpga: altera_freeze_bridge: remove restriction to socfpga").
      Signed-off-by: NRichard Gong <richard.gong@intel.com>
      Signed-off-by: NDinh Nguyen <dinguyen@kernel.org>
      f94c0c38
    • D
      arm64: defconfig: enable PCIE_ALTERA · 7b0d021f
      Dinh Nguyen 提交于
      Enable CONFIG_PCIE_ALTERA and CONFIG_PCIE_ALTERA_MSI.
      Also do a make savedefconfig to clean up.
      Signed-off-by: NDinh Nguyen <dinguyen@kernel.org>
      7b0d021f
  19. 18 3月, 2019 2 次提交