summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAKJiri Slaby (SUSE)2023-10-031-15/+17
* tty: convert THROTTLE constants into enumJiri Slaby (SUSE)2023-10-032-5/+10
* tty: tty_buffer: use bool for 'restart' in tty_buffer_unlock_exclusive()Jiri Slaby (SUSE)2023-10-031-3/+2
* tty: stop using ndash in kernel-docJiri Slaby (SUSE)2023-10-035-12/+12
* tty: fix up and plug in tty_ioctl kernel-docJiri Slaby (SUSE)2023-10-031-111/+107
* tty: invert return values of tty_{,un}throttle_safe()Jiri Slaby (SUSE)2023-10-032-8/+8
* tty: switch tty_{,un}throttle_safe() to return a boolJiri Slaby (SUSE)2023-10-031-10/+8
* tty: n_tty: use do-while in n_tty_check_{,un}throttle()Jiri Slaby (SUSE)2023-10-031-12/+7
* tty: n_tty: invert the condition in copy_from_read_buf()Jiri Slaby (SUSE)2023-10-031-18/+20
* tty: n_tty: use min3() in copy_from_read_buf()Jiri Slaby (SUSE)2023-10-031-2/+1
* tty: n_tty: rename and retype 'retval' in n_tty_ioctl()Jiri Slaby (SUSE)2023-10-031-4/+4
* tty: n_tty: use 'retval' instead of 'c'Jiri Slaby (SUSE)2023-10-031-5/+4
* serial: 8250_bcm7271: Use dev_err_probe() instead of dev_err()Andy Shevchenko2023-10-031-10/+7
* Merge 6.6-rc4 into tty-nextGreg Kroah-Hartman2023-10-02167-1015/+1644
|\
| * Merge tag 'char-misc-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-016-212/+102
| |\
| | * misc: rtsx: Fix some platforms can not boot and move the l1ss judgment to probeRicky WU2023-09-256-212/+102
| * | Merge tag 'tty-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-10-012-4/+5
| |\ \
| | * | Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"Daniel Starke2023-09-181-3/+1
| | * | serial: 8250_port: Check IRQ data before useAndy Shevchenko2023-09-181-1/+4
| * | | Merge tag 'soc-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds2023-10-0110-22/+58
| |\ \ \
| | * \ \ Merge tag 'scmi-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sud...Arnd Bergmann2023-09-281-2/+2
| | |\ \ \
| | | * | | firmware: arm_scmi: Fixup perf power-cost/microwatt supportSibi Sankar2023-09-111-2/+2
| | * | | | Merge tag 'ffa-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sude...Arnd Bergmann2023-09-281-2/+14
| | |\ \ \ \
| | | * | | | firmware: arm_ffa: Don't set the memory region attributes for MEM_LENDSudeep Holla2023-09-251-2/+14
| | | |/ / /
| | * | | | soc: loongson: loongson2_guts: Remove unneeded semicolonMingtong Bao2023-09-271-1/+1
| | * | | | soc: loongson: loongson2_guts: Convert to devm_platform_ioremap_resource()Dongliang Mu2023-09-271-3/+1
| | * | | | soc: loongson: loongson_pm2: Populate children syscon nodesBinbin Zhou2023-09-271-0/+6
| | * | | | soc: loongson: loongson_pm2: Drop useless of_device_id compatibleBinbin Zhou2023-09-271-1/+0
| | * | | | soc: loongson: loongson_pm2: Add dependency for INPUTBinbin Zhou2023-09-271-0/+1
| | * | | | Merge tag 'optee-for-for-v6.6' of https://git.linaro.org/people/jens.wiklande...Arnd Bergmann2023-09-272-4/+0
| | |\ \ \ \
| | | * | | | tee: Remove unused declarationsYue Haibing2023-09-132-4/+0
| | * | | | | Merge tag 'imx-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann2023-09-272-0/+11
| | |\ \ \ \ \
| | | * | | | | soc: imx8m: Enable OCOTP clock for imx8mm before reading registersNathan Rossi2023-09-241-0/+10
| | | * | | | | firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels()Christophe JAILLET2023-09-191-0/+1
| | | | |/ / / | | | |/| | |
| | * | | | | bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-upTony Lindgren2023-09-131-5/+17
| | * | | | | bus: ti-sysc: Fix missing AM35xx SoC matchingAdam Ford2023-09-111-2/+4
| | * | | | | bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset()Julien Panis2023-09-111-2/+1
| | |/ / / /
| * | | | | Merge tag 'i2c-for-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-302-11/+8
| |\ \ \ \ \
| | * | | | | i2c: npcm7xx: Fix callback completion orderingWilliam A. Kennington III2023-09-271-10/+7
| | * | | | | i2c: mux: Avoid potential false error message in i2c_mux_add_adapterHeiner Kallweit2023-09-251-1/+1
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'acpi-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-09-301-2/+5
| |\ \ \ \ \
| | * | | | | ACPI: video: Fix NULL pointer dereference in acpi_video_bus_add()Dinghao Liu2023-09-251-2/+5
| | |/ / / /
| * | | | | Merge tag 'ceph-for-6.6-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds2023-09-301-187/+225
| |\ \ \ \ \
| | * | | | | rbd: take header_rwsem in rbd_dev_refresh() only when updatingIlya Dryomov2023-09-261-11/+11
| | * | | | | rbd: decouple parent info read-in from updating rbd_devIlya Dryomov2023-09-261-62/+80
| | * | | | | rbd: decouple header read-in from updating rbd_dev->headerIlya Dryomov2023-09-261-92/+114
| | * | | | | rbd: move rbd_dev_refresh() definitionIlya Dryomov2023-09-261-35/+33
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-09-299-71/+365
| |\ \ \ \ \
| | * | | | | ata: libata-eh: Fix compilation warning in ata_eh_link_report()Damien Le Moal2023-09-281-1/+1
| | * | | | | ata: libata-core: Fix compilation warning in ata_dev_config_ncq()Damien Le Moal2023-09-281-1/+1