From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@ti.com (Kevin Hilman) Date: Tue, 06 Sep 2011 15:18:49 -0700 Subject: [PATCH 0/6] OMAP/Davinci debug UART code cleanup In-Reply-To: Nicolas Pitre's message of "Thu Sep 1 22\:59\:07 EDT 2011" Message-ID: <87fwk91fhy.fsf@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Nico, Nicolas Pitre writes: > Let's remove some of the most offending parts of this code. > > [PATCH 1/6] ARM: add an extra temp register to the addruart low level debugging macro > [PATCH 2/6] ARM: plat-omap: make OMAP_UART_INFO into a relative offset > [PATCH 3/6] ARM: mach-omap1: clean up debug-macro.S > [PATCH 4/6] ARM: mach-omap2: clean up debug-macro.S > [PATCH 5/6] ARM: mach-davinci: make DAVINCI_UART_INFO into a relative offset > [PATCH 6/6] ARM: mach-davinci: clean up debug-macro.S Reviewed-by: Kevin Hilman Also boot tested with CONFIG_DEBUG_LL on davinci/dm355 so for patches 1, 5 & 6, feel free to add: Tested-by: Kevin Hilman Kevin