aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/fiq_debugger.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: common: fiq_debugger: add suspend/resume handlersDima Zavin2011-10-251-0/+9
| | | | | Change-Id: If6eb75059fdf4867eb9a974d60b9d50e5e3350d4 Signed-off-by: Dima Zavin <dima@android.com>
* ARM: common: fiq_debugger: add uart_enable/disable platform callbacksDima Zavin2011-10-251-0/+9
| | | | | | | | | This allows the platform specific drivers to properly enable and disable the uart at the appropriate times. On some platforms, just managing the clock is not enough. Change-Id: I5feaab04cfe313a4a9470ca274838676b9684201 Signed-off-by: Dima Zavin <dima@android.com>
* ARM: Add generic fiq serial debuggerIliyan Malchev2011-06-141-0/+46
Change-Id: Ibb536c88f0dbaf4766d0599296907e35e42cbfd6 Signed-off-by: Iliyan Malchev <malchev@google.com> Signed-off-by: Arve Hjønnevåg <arve@android.com>