summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/include/mach/debug_ll.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: omap: Move mach header files to include/mach/omapSascha Hauer2023-03-061-80/+0
| | | | | | | | | | Currently arch specific headers can be included with longer possible as there won't be a single mach anymore. Move all omap specific header files to include/mach/omap/ to prepare for multi-arch support. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: OMAP: Make debug_ll UART Kconfig selectableSascha Hauer2013-11-221-36/+35
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: omap: rename INIT_LL to omap_uart_lowlevel_initSascha Hauer2013-08-271-2/+2
| | | | | | | Function should use lower case letters. Also give this function more namespace. While at it include io.h rather than asm/io.h. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* omap_uart: rename OMAP3EVM_UARTx to OMAP_UARTxVicente Bergas2013-03-251-1/+5
| | | | | | | | use a more generic UART selection on OMAP so it can be extended to other OMAPs Signed-off-by: Vicente Bergas <vicencb@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* omap_uart: add low level port serial initializationVicente Bergas2013-03-251-0/+21
| | | | | | | some sort of UART setup has to be done in order to use PUTC_LL Signed-off-by: Vicente Bergas <vicencb@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* omap3: fix debug_ll uart baseJean-Christophe PLAGNIOL-VILLARD2013-02-021-2/+2
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* arm: omap: am33xx: add support for low level debugJan Luebbe2012-12-201-0/+5
| | | | | Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* debug_ll: Let architectures define PUTC_LL directlySascha Hauer2012-12-051-1/+1
| | | | | | | | putc already is a regular barebox function. To avoid conflicts and confusions just let architectures define PUTC_LL directly instead of going through this addiotional redirection. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
| | | | | | | The FSF address has changed in the past. Instead of updating it each time the address changes, just drop it completely treewide. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mach-omap: add HAS_DEBUG_LLJan Weitzel2012-03-051-0/+54
Add support for debug_ll Signed-off-by: Jan Weitzel <j.weitzel@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>