aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-06serial: 8250_dw: Replace ACPI device check by a quirkAndy Shevchenko1-25/+26
2024-03-05serial: Lock console when calling into driver before registrationPeter Collingbourne3-9/+30
2024-03-05serial: 8250_uniphier: Switch to use uart_read_port_properties()Andy Shevchenko1-13/+4
2024-03-05serial: 8250_tegra: Switch to use uart_read_port_properties()Andy Shevchenko1-17/+9
2024-03-05serial: 8250_pxa: Switch to use uart_read_port_properties()Andy Shevchenko1-13/+9
2024-03-05serial: 8250_omap: Switch to use uart_read_port_properties()Andy Shevchenko1-19/+10
2024-03-05serial: 8250_of: Switch to use uart_read_port_properties()Andy Shevchenko1-80/+19
2024-03-05serial: 8250_lpc18xx: Switch to use uart_read_port_properties()Andy Shevchenko1-12/+8
2024-03-05serial: 8250_ingenic: Switch to use uart_read_port_properties()Andy Shevchenko1-13/+7
2024-03-05serial: 8250_dw: Switch to use uart_read_port_properties()Andy Shevchenko1-40/+27
2024-03-05serial: 8250_bcm7271: Switch to use uart_read_port_properties()Andy Shevchenko1-37/+19
2024-03-05serial: 8250_bcm2835aux: Switch to use uart_read_port_properties()Andy Shevchenko1-51/+43
2024-03-05serial: 8250_aspeed_vuart: Switch to use uart_read_port_properties()Andy Shevchenko1-35/+15
2024-03-05serial: port: Introduce a common helper to read propertiesAndy Shevchenko2-0/+147
2024-03-05serial: core: Add UPIO_UNKNOWN constant for unknown port typeAndy Shevchenko1-0/+1
2024-03-05serial: core: Move struct uart_port::quirks closer to possible valuesAndy Shevchenko1-2/+4
2024-03-05serial: sh-sci: Call sci_serial_{in,out}() directlyGeert Uytterhoeven1-126/+119
2024-03-05serial: core: only stop transmit when HW fifo is emptyJonas Gorski1-1/+2
2024-03-02serial: pch: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior1-15/+9
2024-03-02serial: pch: Remove eg20t_port::lock.Sebastian Andrzej Siewior1-20/+6
2024-03-02serial: pch: Don't initialize uart_port's spin_lock.Sebastian Andrzej Siewior1-2/+0
2024-03-02serial: pch: Don't disable interrupts while acquiring lock in ISR.Sebastian Andrzej Siewior1-3/+2
2024-03-02serial: pch: Make push_rx() return void.Sebastian Andrzej Siewior1-8/+4
2024-03-02serial: pch: Invoke handle_rx_to() directly.Sebastian Andrzej Siewior1-6/+1
2024-03-02serial: sifive: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior1-10/+7
2024-03-02serial: rda: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior1-18/+10
2024-03-02serial: owl: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior1-18/+12
2024-03-02serial: lpc32xx_hs: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior1-10/+7
2024-03-02serial: sunplus: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior1-12/+6
2024-03-02serial: pxa: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior1-11/+6
2024-03-02serial: omap: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior1-10/+6
2024-03-02serial: msm: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior1-23/+10
2024-03-02serial: meson: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior1-14/+8
2024-03-02serial: bcm63xx: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior1-16/+8
2024-03-02serial: ar933x: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior1-12/+6
2024-03-02serial: amba-pl011: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior1-16/+8
2024-03-02serial: 8250_dw: Emit an error message if getting the baudclk failedUwe Kleine-König1-1/+2
2024-03-02dt-bindings: serial: convert st,asc to DT schemaRaphael Gallais-Pou2-18/+55
2024-03-02serial: 8250: Use serial8250_do_set_termios for uartclk updatingSerge Semin1-19/+1
2024-03-02serial: st-asc: don't get/put GPIOs in atomic contextBartosz Golaszewski1-16/+24
2024-03-02serial: samsung: honor fifosize from dts at firstTamseel Shams1-7/+10
2024-03-02drivers/tty/serial: Remove unused function early_mcf_setupThomas Huth1-27/+0
2024-03-02serial: 8250_pci1xxxx: Drop quirk from 8250_portAndy Shevchenko2-14/+18
2024-03-02serial: 8250_exar: Don't use "proxy" headersAndy Shevchenko1-5/+9
2024-03-02serial: 8250_exar: Use 8250 PCI library to map and assign resourcesAndy Shevchenko2-5/+7
2024-03-02serial: 8250_exar: switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko1-4/+5
2024-03-02serial: 8250_exar: Use generic function to set firmware nodeAndy Shevchenko1-2/+2
2024-03-02serial: 8250_exar: Clear interrupts before registering handlerAndy Shevchenko1-3/+3
2024-03-02serial: 8250_exar: Use dev_get_drvdata() directly in PM callbacksAndy Shevchenko1-2/+1
2024-03-02serial: 8250_exar: Don't remove GPIO device on suspendAndy Shevchenko1-4/+1