1. 17 12月, 2015 1 次提交
    • A
      ARM: defconfig: use correct debug_ll settings · e45a1e18
      Arnd Bergmann 提交于
      The debug-ll infrastructure can be configured in two ways, either
      by selecting a platform specific debug option, or by picking one
      of the generic options (8250 or pl01x typically). For compatibility
      with multiplatform kernels, we have changed a couple of platforms
      to use the former method now when they used to use the latter.
      
      Unfortunately, this broke the defconfigs because now they still
      enable CONFIG_DEBUG_LL_UART_PL01X or CONFIG_DEBUG_LL_UART_8250,
      and we no longer configure the correct register addresses
      automatically.
      
      Embarrassingly, this was only found in linux-next when the
      defconfig builds turned up errors for multiple people, and I
      had not caught those in my own tests, which were done using
      the randconfig fixes patchset on top, and that has a workaround
      to avoid a build error when the addresses are not configured.
      
      The error was something like:
      
      .config:2010:warning: symbol value '' invalid for DEBUG_UART_PHYS
      .config:2011:warning: symbol value '' invalid for DEBUG_UART_VIRT
      
      This patch avoids the problem by removing the respective
      statements from the defconfig files. Any out of tree defconfig
      files on the platforms I have changed will have to do the same
      change or run into the build error above. Any users that have
      a full .config already set the correct DEBUG_UART_PHYS/VIRT
      addresses and do not need to change anything.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: 4db22c10 ("ARM: debug-ll: rework integrator/versatile handling")
      Fixes: f06455fa ("ARM: debug-ll: rework ep93xx handling")
      Fixes: c047f529 ("ARM: debug-ll: reorganize mvebu debug uart config")
      Fixes: 59bd4c38 ("ARM: debug-ll: rework lpc32xx handling")
      e45a1e18
  2. 16 12月, 2015 1 次提交
  3. 08 12月, 2015 2 次提交
  4. 02 12月, 2015 1 次提交
    • A
      ARM: s3c64xx: multiplatform support · af37eec0
      Arnd Bergmann 提交于
      After all preparation work is done, we can finally move the Kconfig
      option for s3c64xx into ARCH_MULTIPLATFORM. This implies allowing
      SAMSUNG_ATAGS for multiplatform again, but now disallowing the
      ADC driver below it, as that still has dependencies on header files.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      af37eec0
  5. 16 11月, 2015 1 次提交
  6. 03 11月, 2015 1 次提交
  7. 31 10月, 2015 1 次提交
  8. 26 10月, 2015 3 次提交
  9. 24 10月, 2015 8 次提交
  10. 23 10月, 2015 1 次提交
  11. 20 10月, 2015 7 次提交
  12. 16 10月, 2015 2 次提交
  13. 14 10月, 2015 1 次提交
  14. 13 10月, 2015 1 次提交
  15. 12 10月, 2015 2 次提交
  16. 09 10月, 2015 2 次提交
  17. 06 10月, 2015 5 次提交