An error occurred fetching the project authors.
  1. 24 Feb, 2014 1 commit
  2. 29 Dec, 2013 1 commit
  3. 13 Dec, 2013 1 commit
  4. 11 Dec, 2013 2 commits
  5. 09 Dec, 2013 1 commit
  6. 29 Oct, 2013 3 commits
  7. 21 Oct, 2013 1 commit
  8. 02 Sep, 2013 2 commits
  9. 25 Aug, 2013 15 commits
  10. 06 Aug, 2013 1 commit
  11. 22 Jul, 2013 1 commit
    • Russell King's avatar
      ARM: document DEBUG_UNCOMPRESS Kconfig option · b6992fa9
      Russell King authored
      This non-user visible option lacked any kind of documentation.  This
      is quite common for non-user visible options; certian people can't
      understand the point of documenting such options with help text.
      
      However, here we have a case in point: developers don't understand the
      option either, as they were thinking that when the option is not set,
      the decompressor should produce no output what so ever.  This is
      incorrect, as the purpose of this option is to control whether a
      multiplatform kernel uses the kernel debugging macros to produce
      output or not.
      
      So let's document this via help rather than commentry to prevent others
      falling into this misunderstanding.
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      b6992fa9
  12. 05 Jul, 2013 1 commit
  13. 25 Jun, 2013 1 commit
  14. 21 Jun, 2013 2 commits
  15. 17 Jun, 2013 3 commits
  16. 13 Jun, 2013 1 commit
  17. 07 Jun, 2013 1 commit
    • Jonathan Austin's avatar
      ARM: vexpress: Add Cortex-R Series UART, selectable via DEBUG_LL · ed18bdc8
      Jonathan Austin authored
      The Cortex-R series processors on Versatile Express have a different memory
      map to the RS1 and CA9X4 tiles. Most of the platform difference can be
      expressed in device-trees, but the UART definitions for LL_DEBUG cannot.
      
      This patch defines the UART location for R-Series processors on
      versatile-express, allowing low-level debug and output from the decompressor.
      These definitions are selectable via Kconfig
      Signed-off-by: default avatarJonathan Austin <jonathan.austin@arm.com>
      CC: Pawel Moll <pawel.moll@arm.com>
      ed18bdc8
  18. 19 Apr, 2013 1 commit
    • Arnd Bergmann's avatar
      ARM: exynos: move debug-macro.S to include/debug/ · a2e40710
      Arnd Bergmann authored
      The move is necessary to support early debug output on exynos
      with multiplatform configurations. This implies also moving the
      plat/debug-macro.S file, but we are leaving the remaining users of that
      file in place, to avoid adding large numbers of extra configuration
      options to Kconfig.debug
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      a2e40710
  19. 12 Apr, 2013 1 commit