1. 20 5月, 2019 3 次提交
  2. 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
  3. 21 4月, 2019 1 次提交
  4. 18 4月, 2019 1 次提交
  5. 06 4月, 2019 1 次提交
  6. 04 4月, 2019 2 次提交
  7. 02 4月, 2019 1 次提交
  8. 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
  9. 18 3月, 2019 2 次提交
  10. 11 2月, 2019 6 次提交
  11. 06 2月, 2019 2 次提交
  12. 01 2月, 2019 2 次提交
  13. 31 1月, 2019 1 次提交
  14. 09 1月, 2019 1 次提交
  15. 07 1月, 2019 3 次提交
  16. 01 1月, 2019 1 次提交
  17. 21 12月, 2018 1 次提交
    • H
      Revert "arm64: defconfig: Enable FSL_MC_BUS and FSL_MC_DPIO" · 82c7b351
      Horia Geantă 提交于
      This reverts commit d9678adb.
      
      Received below report from Stefan.
      Revert the commit until CAAM driver dependency cycles are fixed.
      
      this patch in next-20181214 breaks "make modules_install" for
      arm64/defconfig on my Ubuntu machine:
      
      DEPMOD  4.20.0-rc6-next-20181214
      depmod: ERROR: Found 6 modules in dependency cycles!
      depmod: ERROR: Cycle detected: caamalg_desc -> dpaa2_caam -> authenc
      depmod: ERROR: Cycle detected: caamalg_desc -> dpaa2_caam -> fsl_mc_dpio
      depmod: ERROR: Cycle detected: dpaa2_caam -> caamhash_desc -> dpaa2_caam
      depmod: ERROR: Cycle detected: caamalg_desc -> dpaa2_caam -> caamhash_desc -> error
      depmod: ERROR: Cycle detected: caamalg_desc -> dpaa2_caam -> caamhash_desc -> caamalg_desc
      Reported-by: NStefan Wahren <stefan.wahren@i2se.com>
      Signed-off-by: NHoria Geantă <horia.geanta@nxp.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      82c7b351
  18. 13 12月, 2018 3 次提交
  19. 01 12月, 2018 1 次提交
  20. 30 11月, 2018 1 次提交
  21. 29 11月, 2018 2 次提交
  22. 13 11月, 2018 2 次提交