The driver has some follow-up comments right after it got merged. This patch series addresses those comments that got missed out. [v3] * Change get_tx_fifo_size() to return nothing * Round the poll timeout to next higher 10 us interval * Do not disturb the early console setup and use it as is * Add documentation for early console usage in kernel-parameters.txt [v2] * Split the single patch with many changes into individual patches * Add support for early console Karthikeyan Ramasubramanian (8): tty: serial: qcom_geni_serial: Add comments for clarification tty: serial: qcom_geni_serial: Cleanup redundant code tty: serial: qcom_geni_serial: Use min3 to find minimum of 3 values tty: serial: qcom_geni_serial: Initialize console port statically tty: serial: qcom_geni_serial: Remove unnecessary memory barrier tty: serial: qcom_geni_serial: Use iowrite32_rep to write to FIFO tty: serial: qcom_geni_serial: Return IRQ_NONE for spurious interrupts tty: serial: qcom_geni_serial: Add early console support Documentation/admin-guide/kernel-parameters.txt | 6 + drivers/tty/serial/qcom_geni_serial.c | 154 +++++++++++++++++------- 2 files changed, 118 insertions(+), 42 deletions(-) -- Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html