1. 05 11月, 2018 1 次提交
  2. 05 10月, 2018 7 次提交
  3. 27 8月, 2018 1 次提交
  4. 21 7月, 2018 1 次提交
  5. 17 7月, 2018 1 次提交
  6. 03 7月, 2018 1 次提交
  7. 19 6月, 2018 1 次提交
  8. 04 5月, 2018 1 次提交
  9. 02 5月, 2018 1 次提交
  10. 16 4月, 2018 3 次提交
  11. 08 3月, 2018 1 次提交
  12. 24 2月, 2018 1 次提交
    • F
      ARM: imx_v6_v7_defconfig: Re-sync defconfig · 6b77284c
      Fabio Estevam 提交于
      Re-sync the defconfig by doing:
      
      make savedefconfig
      cp defconfig arch/arm/configs/imx_v6_v7_defconfig
      
      Checked that all the removed options are still enabled by Kconfig logic.
      
      The exception is CONFIG_SOC_CAMERA_OV2640, which is only used by some
      mx31 machines. As the mx3_camera driver has been removed from the kernel
      tree, removing CONFIG_SOC_CAMERA_OV2640 is not an issue.
      
      So keep it in sync to help further changes in defconfig.
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      6b77284c
  13. 12 2月, 2018 5 次提交
  14. 06 1月, 2018 1 次提交
  15. 26 12月, 2017 2 次提交
  16. 13 10月, 2017 1 次提交
  17. 22 9月, 2017 1 次提交
  18. 20 8月, 2017 1 次提交
  19. 25 7月, 2017 1 次提交
  20. 16 7月, 2017 3 次提交
  21. 18 6月, 2017 1 次提交
  22. 15 6月, 2017 1 次提交
  23. 04 6月, 2017 1 次提交
    • L
      ARM: imx_v6_v7_defconfig: Explicitly restore CONFIG_DEBUG_FS · 7e9eb626
      Leonard Crestez 提交于
      This option was removed by "make savedefconfig" in
      commit c5054a98 ("ARM: imx_v6_v7_defconfig: Select SMSC_PHY")
      
      This happened because CONFIG_DEBUG_FS was implicitly selected by
      CONFIG_TREE_RCU_TRACE which defaulted to true because CONFIG_RCU_TRACE
      was enabled by default by commit 96151825 ("rcu: Enable RCU
      tracepoints by default to aid in debugging")
      
      Recently however CONFIG_RCU_TRACE was completely removed by
      commit 6e74c237c410 ("rcu: Remove debugfs tracing")
      
      The result is that imx_v6_v7_defconfig no longer includes DEBUG_FS on
      linux-next since next-20170517. This is bad, DEBUG_FS is extremely
      useful for kernel introspection and testing.
      Signed-off-by: NLeonard Crestez <leonard.crestez@nxp.com>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      7e9eb626
  24. 15 5月, 2017 1 次提交
  25. 30 3月, 2017 1 次提交