summaryrefslogtreecommitdiffstats
path: root/kernel/locking/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-19fpga: dfl: add basic support for DFHv1Matthew Gerlach3-51/+213
2023-01-19fpga: dfl: Add DFHv1 Register DefinitionsBasheer Ahmed Muddebihal1-0/+32
2023-01-19Documentation: fpga: dfl: Add documentation for DFHv1Matthew Gerlach1-0/+119
2023-01-19tty: moxa: Rename dtr/rts parameters/variables to activeIlpo Järvinen1-26/+26
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen12-28/+28
2023-01-19tty: Return bool from tty_termios_hw_change()Ilpo Järvinen2-5/+5
2023-01-19serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen5-10/+8
2023-01-19tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool activeIlpo Järvinen5-15/+14
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen16-50/+52
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen12-34/+32
2023-01-19serial: Convert uart_{,port_}startup() init_hw param to boolIlpo Järvinen1-5/+5
2023-01-19tty: moxa: Make local var storing tty_port_initialized() boolIlpo Järvinen1-1/+1
2023-01-19tty: Cleanup tty_port_set_active() bool parameterIlpo Järvinen4-11/+11
2023-01-19tty: Cleamup tty_port_set_suspended() bool parameterIlpo Järvinen1-4/+4
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen11-20/+20
2023-01-19serial: pic32: Add checks for devm_clk_get() in pic32_uart_probe()Yuan Can1-0/+2
2023-01-19serial: stm32: Add support for rs485 RX_DURING_TX output GPIOChristoph Niedermaier1-1/+5
2023-01-19serial: imx: Add support for RS485 RX_DURING_TX output GPIOChristoph Niedermaier1-2/+8
2023-01-19serial: core: Add option to output RS485 RX_DURING_TX state via GPIOChristoph Niedermaier2-0/+13
2023-01-19dt-bindings: serial: rs485: Add GPIO controlling RX enable during TXChristoph Niedermaier1-0/+6
2023-01-19serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()Yi Yang1-1/+6
2023-01-19serial: sc16is7xx: setup GPIO controller later in probeIsaac True1-25/+26
2023-01-19serial: msm: add lock annotation to msm_set_baud_rate()Krzysztof Kozlowski1-0/+1
2023-01-19serial: sccnxp: Use devm_clk_get_enabled() helperChristophe JAILLET1-11/+1
2023-01-19serial: ucc_uart: Add of_node_put() in ucc_uart_remove()Liang He1-0/+2
2023-01-19tty: serial: qcom-geni-serial: add support for serial engine DMABartosz Golaszewski1-59/+255
2023-01-19soc: qcom-geni-se: add more symbol definitionsBartosz Golaszewski1-0/+3
2023-01-19tty: serial: qcom-geni-serial: use of_device_id dataBartosz Golaszewski1-12/+34
2023-01-19tty: serial: qcom-geni-serial: drop the return value from handle_rxBartosz Golaszewski1-8/+6
2023-01-19tty: serial: qcom-geni-serial: refactor qcom_geni_serial_send_chunk_fifo()Bartosz Golaszewski1-18/+10
2023-01-19tty: serial: qcom-geni-serial: split out the FIFO tx codeBartosz Golaszewski1-27/+33
2023-01-19tty: serial: qcom-geni-serial: remove unneeded tabsBartosz Golaszewski1-12/+12
2023-01-19tty: serial: qcom-geni-serial: refactor qcom_geni_serial_isr()Bartosz Golaszewski1-6/+4
2023-01-19tty: serial: qcom-geni-serial: remove stray newlinesBartosz Golaszewski1-2/+0
2023-01-19tty: serial: qcom-geni-serial: improve the to_dev_port() macroBartosz Golaszewski1-17/+19
2023-01-19tty: serial: qcom-geni-serial: align #define valuesBartosz Golaszewski1-31/+31
2023-01-19tty: serial: qcom-geni-serial: remove unused symbolsBartosz Golaszewski1-15/+0
2023-01-19tty: serial: qcom-geni-serial: drop unneeded forward definitionsBartosz Golaszewski1-42/+37
2023-01-19tty: serial: qcom-geni-serial: stop operations in progress at shutdownBartosz Golaszewski1-0/+2
2023-01-19tty: vt: cache row count in con_scroll()Jiri Slaby (SUSE)1-3/+4
2023-01-19tty: vt: saner names for more scroll variablesJiri Slaby (SUSE)1-18/+22
2023-01-19tty: vt: separate array juggling to juggle_array()Jiri Slaby (SUSE)1-24/+28
2023-01-19tty: vt: simplify some unicode conditionsJiri Slaby (SUSE)1-49/+36
2023-01-19tty: vt: replace BUG_ON() by WARN_ON_ONCE()Jiri Slaby (SUSE)1-1/+2
2023-01-19tty: vt: remove struct uni_screenJiri Slaby (SUSE)2-61/+59
2023-01-19tty: vt: remove char32_t typedefJiri Slaby (SUSE)1-14/+12
2023-01-19tty: vt: use sizeof(*variable) where possibleJiri Slaby (SUSE)1-5/+5
2023-01-19tty: vt: remove reference to undefined NO_VC_UNI_SCREENJiri Slaby (SUSE)1-3/+0
2023-01-19tty: vt: drop get_vc_uniscr()Jiri Slaby (SUSE)1-17/+10
2023-01-19tty: vt: remove vc_uniscr_debug_check()Jiri Slaby (SUSE)1-40/+0