summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_cpu_powerpc.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-09-01uart: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-08-28Check all compatible strings on uart devices in powerpcJustin Hibbits
2016-02-16Allow callers of OF_decode_addr to get the size of the found mapping. ThisAndrew Turner
2014-07-26Do not fail the low-level device probe simply because the kernelMarcel Moolenaar
2013-12-01Real OF systems have an ihandle under /chosen/stdout, not a phandle. UseNathan Whitehorn
2013-12-01Make uart_cpu_powerpc work on both FDT and OFW systems. This is the lastNathan Whitehorn
2010-07-11Convert Freescale PowerPC platforms to FDT convention.Rafal Jaworowski
2009-07-23Fix serial console on Apple Xserve G5 by falling back to input-device-1Nathan Whitehorn
2009-04-08Don't use pmap_kextact() when comparing bus handles for Book-E.Marcel Moolenaar
2009-04-04Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modeNathan Whitehorn
2008-03-03Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.Rafal Jaworowski
2007-12-19Redefine bus_space_tag_t on PowerPC from a 32-bit integral toMarcel Moolenaar
2007-04-02Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar
2006-07-26Implement uart_cpu_eqres() and uart_cpu_getdev(). This allowsMarcel Moolenaar
2006-03-31Allow uart(4) to be built on PowerPC.Marcel Moolenaar