1. 15 5月, 2019 1 次提交
    • J
      net: phy: micrel: Allow KSZ8xxx and KSZ90x1 to be used together · 77b508d3
      James Byrne 提交于
      Commit d397f7c4 ("net: phy: micrel: Separate KSZ9000 drivers from
      KSZ8000 drivers") separated the KSZ8xxx and KSZ90x1 drivers and warns
      that you shouldn't select both of them due to a device ID clash between
      the KSZ9021 and the KS8721, asserting that "it is highly unlikely for a
      system to contain both a KSZ8000 and a KSZ9000 PHY". Unfortunately
      boards like the SAMA5D3xEK do contain both types of PHY, but fortunately
      the Linux Micrel PHY driver provides a solution by using different PHY
      ID and mask values to distinguish these chips.
      
      This commit contains the following changes:
      
      - The PHY ID and mask values for the KSZ9021 and the KS8721 now match
      those used by the Linux driver.
      - The warnings about not enabling both drivers have been removed.
      - The description for PHY_MICREL_KSZ8XXX has been corrected (these are
      10/100 PHYs, not GbE PHYs).
      - PHY_MICREL_KSZ9021 and PHY_MICREL_KSZ9031 no longer select PHY_GIGE
      since this is selected by PHY_MICREL_KSZ90X1.
      - All of the relevant defconfig files have been updated now that
      PHY_MICREL_KSZ8XXX does not default to 'Y'.
      Signed-off-by: NJames Byrne <james.byrne@origamienergy.com>
      Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
      77b508d3
  2. 30 4月, 2019 2 次提交
  3. 30 3月, 2019 1 次提交
  4. 25 2月, 2019 1 次提交
  5. 07 2月, 2019 1 次提交
  6. 14 11月, 2018 2 次提交
  7. 04 9月, 2018 1 次提交
  8. 17 8月, 2018 1 次提交
    • T
      configs: Migrate CONFIG_NR_DRAM_BANKS · 86cf1c82
      Tom Rini 提交于
      We have the following cases:
      - CONFIG_NR_DRAM_BANKS was defined, migrate normally
      - CONFIG_NR_DRAM_BANKS_MAX was defined and then used for
        CONFIG_NR_DRAM_BANKS after a check, just migrate it over now.
      - CONFIG_NR_DRAM_BANKS was very oddly defined on p2771-0000-* (to 1024 +
        2), set this to 8.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      86cf1c82
  9. 23 7月, 2018 1 次提交
  10. 04 6月, 2018 1 次提交
  11. 01 6月, 2018 1 次提交
  12. 02 5月, 2018 1 次提交
  13. 28 4月, 2018 1 次提交
    • A
      Convert CONFIG_SPI to Kconfig · f1b1f770
      Adam Ford 提交于
      This converts the following to Kconfig:
         CONFIG_SPI
      
      This partly involves updating code that assumes that CONFIG_SPI implies
      things that are specific to the MPC8xx SPI driver.  For now, just update
      the CONFIG tests.  This also involves reworking the default for
      CONFIG_SYS_DEF_EEPROM_ADDR so that we don't set it when we cannot make a
      reasonable default, as it does not cause any compile failures.
      Signed-off-by: NAdam Ford <aford173@gmail.com>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      f1b1f770
  14. 26 4月, 2018 1 次提交
  15. 22 4月, 2018 1 次提交
  16. 14 2月, 2018 1 次提交
  17. 11 2月, 2018 2 次提交
  18. 28 1月, 2018 1 次提交
  19. 25 1月, 2018 1 次提交
  20. 16 1月, 2018 1 次提交
  21. 11 10月, 2017 1 次提交
    • T
      cmd: Toggle the default value of CONFIG_CMD_IMLS · ad12dc18
      Tuomas Tynkkynen 提交于
      Having this as a 'default y' is rather annoying because it doesn't
      actually compile unless other options are defined in the board header:
      
      ../cmd/bootm.c: In function 'do_imls_nor':
      ../cmd/bootm.c:330:7: error: 'CONFIG_SYS_MAX_FLASH_BANKS' undeclared (first use in this function); did you mean 'CONFIG_SYS_MAX_FLASH_SECT'?
         i < CONFIG_SYS_MAX_FLASH_BANKS; ++i, ++info) {
      
      Make it 'default n' so people who develop new boards that start from a
      blank defconfig have one less compilation failure to debug.
      Signed-off-by: NTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
      ad12dc18
  22. 28 8月, 2017 1 次提交
  23. 15 8月, 2017 1 次提交
  24. 12 8月, 2017 1 次提交
  25. 08 8月, 2017 2 次提交
  26. 03 8月, 2017 1 次提交
  27. 26 7月, 2017 1 次提交
  28. 16 5月, 2017 1 次提交
  29. 08 4月, 2017 1 次提交
  30. 20 3月, 2017 1 次提交
  31. 10 9月, 2016 2 次提交
  32. 09 9月, 2016 1 次提交
  33. 17 8月, 2016 2 次提交
  34. 10 6月, 2016 1 次提交