Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: debug: move PL01X debug include into arch/arm/include/debug/ | Russell King | 2013-08-25 | 1 | -12/+0 |
| | | | | | | | | | | | | | | Now that the PL01X debug include can mostly stand alone without requiring platforms to provide any macros, move it into the debug directory so it can be directly included. This allows us to get rid of a lot of debug-macros include files. The autodetect case for Versatile Express and the ux500 are left alone; these are more complicated implementations. Acked-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Ryan Mallon <rmallon@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | ||||
* | ARM: debug: provide PL01x debug uart phys/virt address configuration options | Russell King | 2013-08-25 | 1 | -7/+0 |
| | | | | | | | | Move the definition of the UART register addresses out of the platform specific header files into the Kconfig files. Acked-by: Ryan Mallon <rmallon@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | ||||
* | ARM: cns3xxx: move debug_ll code to include/debug/ | Arnd Bergmann | 2013-03-14 | 1 | -0/+19 |
This is needed in order to keep debug_ll functionality on cns3xxx working when we enable ARCH_MULTIPLATFORM. Signed-off-by: Arnd Bergmann <arnd@arndb.de> |