summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-182-56/+8
|\
| * tty: ttyprintk: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-3/+3
| * tty: hvc: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-5/+5
| * tty: virtio: drop virtio_cons_early_init()Jiri Slaby (SUSE)2023-12-081-48/+0
* | Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-171-3/+3
|\ \
| * | ppdev: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-01-041-3/+3
| |/
* | Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2024-01-126-1491/+0
|\ \
| * | char/agp: Remove frontend codeThomas Zimmermann2023-12-066-1491/+0
| |/
* | Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-01-1015-74/+59
|\ \
| * | hwrng: starfive - Add runtime pm opsJia Jie Ho2023-12-221-2/+6
| * | hwrng: xgene - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
| * | hwrng: timeriomem - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
| * | hwrng: stm32 - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
| * | hwrng: omap - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
| * | hwrng: npcm - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
| * | hwrng: n2 - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
| * | hwrng: mxc - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
| * | hwrng: ks-sa - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
| * | hwrng: ingenic - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
| * | hwrng: exynos - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
| * | hwrng: cctrng - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
| * | hwrng: atmel - Convert to platform remove callback returning voidUwe Kleine-König2023-12-151-4/+2
| * | hwrng: virtio - Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-151-3/+3
| * | hwrng: core - Fix page fault dead lock on mmap-ed hwrngHerbert Xu2023-12-081-13/+21
| * | hwrng: stm32 - add missing clk_disable_unprepare() in stm32_rng_init()Yang Yingliang2023-12-081-0/+1
| * | hwrng: starfive - Fix dev_err_probe return errorJia Jie Ho2023-12-011-1/+1
| * | hwrng: virtio - remove #ifdef guards for PM functionsMartin Kaiser2023-11-171-6/+2
| * | hwrng: ingenic - Replace of_device.h with explicit of.h includeRob Herring2023-11-171-1/+1
| |/
* | Merge tag 'tpmdd-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkk...Linus Torvalds2024-01-102-13/+5
|\ \
| * | tpm: cr50: fix kernel-doc warning and spellingRandy Dunlap2024-01-091-2/+1
| * | tpm: nuvoton: Use i2c_get_match_data()Rob Herring2024-01-091-11/+4
* | | Merge tag 'for-linus-6.8-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2024-01-093-11/+7
|\ \ \ | |/ / |/| |
| * | ipmi: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-191-2/+2
| * | ipmi: Use regspacings passed as a module parameterEmilio Perez2023-12-191-1/+1
| * | ipmi: si: Use device_get_match_data()Rob Herring2023-12-191-8/+4
| |/
* | iov_iter: replace import_single_range() with import_ubuf()Jens Axboe2023-12-051-2/+2
* | iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe2023-12-051-4/+2
|/
* Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-033-120/+24
|\
| * char: xilinx_hwicap: Modernize driver probeRob Herring2023-10-181-119/+19
| * drivers/char/mem: implement splice() for /dev/zero, /dev/fullMax Kellermann2023-10-051-0/+4
| * hpet: Annotate struct hpets with __counted_byKees Cook2023-10-051-1/+1
* | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-0215-131/+537
|\ \
| * | hwrng: n2 - Use device_get_match_data()Rob Herring2023-10-131-7/+3
| * | hwrng: meson - add support for S4Alexey Romanov2023-10-051-3/+77
| * | hwrng: stm32 - rework power management sequencesGatien Chevallier2023-10-011-11/+97
| * | hwrng: stm32 - support RNG configuration locking mechanismGatien Chevallier2023-10-011-0/+5
| * | hwrng: stm32 - restrain RNG noise source clockGatien Chevallier2023-10-011-2/+32
| * | hwrng: stm32 - rework error handling in stm32_rng_read()Gatien Chevallier2023-10-011-12/+41
| * | hwrng: stm32 - implement error concealmentGatien Chevallier2023-10-011-4/+110
| * | hwrng: stm32 - implement STM32MP13x supportGatien Chevallier2023-10-011-64/+158