1. 09 7月, 2022 1 次提交
  2. 14 6月, 2022 1 次提交
  3. 30 5月, 2022 1 次提交
  4. 27 5月, 2022 1 次提交
  5. 18 5月, 2022 1 次提交
  6. 13 5月, 2022 1 次提交
  7. 09 5月, 2022 1 次提交
  8. 06 5月, 2022 1 次提交
  9. 23 4月, 2022 1 次提交
  10. 06 4月, 2022 1 次提交
  11. 17 3月, 2022 1 次提交
  12. 01 3月, 2022 1 次提交
  13. 26 2月, 2022 2 次提交
  14. 16 12月, 2021 3 次提交
  15. 14 12月, 2021 1 次提交
  16. 05 10月, 2021 1 次提交
  17. 21 9月, 2021 1 次提交
  18. 16 9月, 2021 4 次提交
    • J
      ARM: config: multi v7: Regenerate defconifg · 6c5faa6e
      Joel Stanley 提交于
      These options have moved around when generating the defconfig. Update
      them to reduce noise when generating future changes.
      
      The exceptions are:
      
       - NEW_LEDS and LEDS_TRIGGERS which should drop out as they are selected
         by SND_CTL_LED. Instead we will improve the logic so SND_CTL_LED
         doesn't force-enable the subsystem.
      
       - The SPI_AX88796C network device. This was enabled in v5.11 for Exynos
         boards. The driver is not yet merged but there's work being done, so
         leave it alone for now.
      
       - PTP_1588_CLOCK is implied by enabled drivers STMMAC_ETH, IGB, E1000E
         and FEC, but this may be changed in the future as imply does not do
         what it was originally intended to do.
      Signed-off-by: NJoel Stanley <joel@jms.id.au>
      Reviewed-by: NArnd Bergmann <arnd@arndb.de>
      Link: https://lore.kernel.org/r/20210615011435.518115-7-joel@jms.id.au
      6c5faa6e
    • J
      ARM: config: multi v7: Add renamed symbols · 95fff584
      Joel Stanley 提交于
      These options were renamed in recent times. Add the new name so the
      driver is built again, and drop the old name.
      
      POWER_AVS was renamed POWER_AVS_OMAP in commit bca815d6 ("PM: AVS:
      smartreflex Move driver to soc specific drivers"). Add the new symbol.
      
      QCOM_PM became ARM_QCOM_SPM_CPUIDLE in commit a871be6b ("cpuidle: Convert
      Qualcomm SPM driver to a generic CPUidle driver").
      
      SND_MMP_SOC became CONFIG_SND_MMP_SOC_SSPA in commit a97e384b ("ASoC:
      mmp-sspa: Add Device Tree support"). Enable that instead.
      Signed-off-by: NJoel Stanley <joel@jms.id.au>
      Reviewed-by: NArnd Bergmann <arnd@arndb.de>
      Link: https://lore.kernel.org/r/20210615011435.518115-4-joel@jms.id.au
      95fff584
    • J
      ARM: config: multi v7: Clean up enabled by default options · e07ecee5
      Joel Stanley 提交于
      A number of options in the defconfig are enabled by other options;
      either through selects or defaults.
      
      SECCOMP is on by default as of commit 282a181b ("seccomp: Move config
      option SECCOMP to arch/Kconfig").
      
      NET_SWITCHDEV is enabled by NET_DSA. I think this is a result of commit
      227d7206 ("dsa: simplify Kconfig symbols and dependencies").
      
      SIMPLE_PM_BUS is selected ARCH_OMAP2PLUS as of commit 2a39af38 ("ARM:
      OMAP2+: Fix booting for am335x after moving to simple-pm-bus").
      
      MICREL_PHY is selected by the ks8851 ethernet driver as of f0791b92 ("net:
      ks8851: Select PHYLIB and MICREL_PHY in Kconfig").
      
      SMSC_PHY is selected by USB_NET_SMSC95XX as of commit 05b35e7e ("smsc95xx:
      add phylib support").
      
      STMPE_I2C is default y. It was explicitly added to the defconfig in commit
      d8f0ddc8 ("ARM: defconfig: add STMPE ADC driver for P4 Note") but it's not
      required.
      
      CLK_ACTIONS and CLK_OWL_S500 was explicitly added in commit 26ba4a47 ("ARM:
      multi_v7_defconfig: Enable Actions Semi platform and drivers"), but it defaults
      on when ARCH_ACTIONS is enabled. Drop them.
      
      CROS_EC_CHARDEV defaults to MFD_CROS_EC_DEV, which defaults to CROS_EC since
      commit 2fa2b980 ("mfd / platform: cros_ec: Rename config to a better name").
      
      TEGRA20_APB_DMA is selected by SOC_TEGRA_FUSE if ARCH_TEGRA_2x_SOC since commit
      19d41e5e ("soc/tegra: fuse: Add APB DMA dependency for Tegra20").
      
      USB_CHIPIDEA_TEGRA is enabled when USB_CHIPIDEA is enabled. It falls out
      of the defconfig but is enabled, as intended by d50229ce ("ARM:
      multi_v7_defconfig: Stop using deprecated USB_EHCI_TEGRA").
      
      SERIAL_OWL_CONSOLE defaults to on when SERIAL_OWL=y, and has since it
      was introduced.
      
      Commit c6774ee0 ("media: Kconfig: make filtering devices optional")
      made MEDIA_PLATFORM_SUPPORT, MEDIA_CAMERA_SUPPORT and MEDIA_CEC_SUPPORT
      default y if MEDIA_SUPPORT_FILTER is disabled, so they fall out of the
      defconfig.
      
      MEDIA_CONTROLLER is selected by a number of drivers in the config, and
      additionally defaults to MEDIA_PLATFORM_SUPPORT which is enabled.
      Signed-off-by: NJoel Stanley <joel@jms.id.au>
      Reviewed-by: NArnd Bergmann <arnd@arndb.de>
      Link: https://lore.kernel.org/r/20210615011435.518115-3-joel@jms.id.au
      e07ecee5
    • J
      ARM: config: multi v7: Drop unavailable options · b9426241
      Joel Stanley 提交于
      SIRF was removed in commit f3a73284 ("ARM: remove sirf prima2/atlas
      platforms"). This covers ARCH_SIRF, SERIAL_SIRFSOC, SERIAL_SIRFSOC_CONSOLE,
      I2C_SIRF, SPI_SIRF.
      
      EVI_VARS was made x86 only in commit 963fabf3 ("efi: efivars: limit
      availability to X86 builds").
      Signed-off-by: NJoel Stanley <joel@jms.id.au>
      Reviewed-by: NArnd Bergmann <arnd@arndb.de>
      Link: https://lore.kernel.org/r/20210615011435.518115-2-joel@jms.id.au
      b9426241
  19. 14 9月, 2021 2 次提交
  20. 11 8月, 2021 2 次提交
  21. 06 8月, 2021 1 次提交
  22. 26 7月, 2021 1 次提交
  23. 19 7月, 2021 1 次提交
  24. 17 7月, 2021 1 次提交
  25. 24 3月, 2021 1 次提交
  26. 23 3月, 2021 1 次提交
  27. 29 1月, 2021 1 次提交
  28. 26 1月, 2021 2 次提交
  29. 22 1月, 2021 1 次提交
  30. 19 1月, 2021 1 次提交
  31. 02 1月, 2021 1 次提交