summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/legacy_serial.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Explicitly include correct DT includesRob Herring2023-08-021-1/+1
* powerpc/legacy_serial: Handle SERIAL_8250_FSL=n build failuresUwe Kleine-König2023-06-131-1/+1
* powerpc/legacy_serial: Warn about 8250 devices operated without active FSL wo...Uwe Kleine-König2023-06-061-5/+9
* powerpc: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-301-1/+1
* powerpc: Use of_property_present() for testing DT property presenceRob Herring2023-03-301-4/+4
* powerpc/kernel: Add missing of_node_put() in legacy_serial.cLiang He2022-09-051-0/+2
* powerpc: Add missing headersChristophe Leroy2022-05-081-1/+1
* powerpc/legacy_serial: Fix UBSAN: array-index-out-of-boundsChristophe Leroy2021-05-121-2/+5
* powerpc/legacy_serial: Use early_ioremap()Christophe Leroy2021-04-221-4/+29
* tty/serial: Migrate 8250_fsl to use has_sysrqDmitry Safonov2019-12-181-1/+3
* powerpc: Use of_node_name_eq for node name comparisonsRob Herring2018-12-221-4/+3
* Merge branch 'fixes' into nextMichael Ellerman2018-12-171-1/+5
|\
| * powerpc: Look for "stdout-path" when setting up legacy consolesBenjamin Herrenschmidt2018-12-011-1/+5
* | powerpc: Use device_type helpers to access the node typeRob Herring2018-11-261-2/+3
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-231-6/+6
* powerpc/powernv: Add support for direct mapped LPC on POWER9Benjamin Herrenschmidt2017-01-311-1/+2
* powerpc: Remove all usages of NO_IRQMichael Ellerman2016-09-201-7/+7
* powerpc: make of_device_ids constUwe Kleine-König2014-09-251-1/+1
* powerpc/serial: Use saner flags when creating legacy portsBenjamin Herrenschmidt2014-06-051-6/+9
* powerpc/legacy_serial: Support MVME5100 UARTS with shifted registersStephen Chivers2014-04-281-6/+15
* powerpc/legacy_serial: Fix incorrect placement of __initdata tagBartlomiej Zolnierkiewicz2013-10-111-1/+1
* powerpc: Little endian fixes for legacy_serial.cAlistair Popple2013-08-141-3/+3
* powerpc: Check "status" property before adding legacy ISA serial portsBenjamin Herrenschmidt2013-08-141-3/+5
* powerpc: Cleanup udbg_16550 and add support for LPC PIO-only UARTsBenjamin Herrenschmidt2013-08-141-14/+32
* powerpc: Fix a number of sparse warningsAnton Blanchard2013-08-141-1/+1
* Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-191-1/+1
* powerpc: Fix build on some non-freescale platformsBenjamin Herrenschmidt2012-01-251-0/+2
* serial: add irq handler for Freescale 16550 errata.Paul Gortmaker2011-12-091-0/+3
* serial/8250: Move UPIO_TSI to powerpcArnd Bergmann2011-09-201-0/+25
* powerpc: Check device status before adding serial devicePrabhakar Kushwaha2011-04-121-3/+5
* powerpc, of_serial: Endianness issues setting up the serial portsIan Munsie2010-10-071-11/+11
* of/address: Clean up function declarationsGrant Likely2010-08-011-0/+1
* Fix spelling of 'platform' in comments and docStefan Weil2010-02-051-1/+1
* powerpc/powermac: Fixup default serial port device for pmac_zilogBenjamin Herrenschmidt2008-07-281-27/+17
* powerpc: Fix unterminated of_device_id array in legacy_serial.cBenjamin Herrenschmidt2008-07-071-2/+3
* powerpc/legacy_serial: Bail if reg-offset/shift properties are presentJohn Linn2008-07-011-0/+5
* [POWERPC] Fix legacy serial search for opb bus portsMichael Ellerman2008-02-061-1/+2
* [POWERPC] Reduce code duplication in legacy_serial, add UART parent typesPaul Gortmaker2008-01-281-28/+17
* [POWERPC] Use for_each macros in arch/powerpc/kernelCyrill Gorcunov2008-01-171-4/+4
* [POWERPC] arch/powerpc/: Spelling fixesjoe@perches.com2007-12-201-1/+1
* [POWERPC] Add legacy serial support for OPB with flattened device treeValentine Barshak2007-10-121-2/+3
* [POWERPC] Move serial_dev_init to device_initcall()Olof Johansson2007-09-131-1/+1
* Merge branch 'linux-2.6'Paul Mackerras2007-05-081-1/+2
|\
| * serial: define FIXED_PORT flag for serial_coreDavid Gibson2007-05-071-1/+2
* | [POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell2007-05-071-7/+7
|/
* [POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell2007-04-131-12/+12
* [POWERPC] Open Firmware serial port driverArnd Bergmann2007-02-141-0/+15
* [PATCH] Dynamic kernel command-line: powerpcAlon Bar-Lev2007-02-121-1/+1
* Merge branch 'merge'Paul Mackerras2006-08-251-2/+6
|\