summaryrefslogtreecommitdiff
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Rothwell2023-04-119-7375/+0
|\
| * Merge 6.3-rc3 into char-misc-nextGreg Kroah-Hartman2023-03-204-3/+138
| |\
| * | char: pcmcia: remove all the driversJiri Slaby2023-03-099-7366/+0
| * | tty: ipwireless: move Kconfig entry to ttyJiri Slaby2023-03-091-9/+0
* | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Stephen Rothwell2023-04-111-3/+3
|\ \ \
| * \ \ Merge 6.3-rc3 into tty-nextGreg Kroah-Hartman2023-03-204-3/+138
| |\ \ \ | | | |/ | | |/|
| * | | tty: Convert hw_stopped in tty_struct to boolIlpo Järvinen2023-03-171-3/+3
| | |/ | |/|
* | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Stephen Rothwell2023-04-1116-17/+19
|\ \ \
| * \ \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-034-3/+138
| |\ \ \ | | | |/ | | |/|
| * | | tpm: Fix a possible dereference of ERR_PTR in tpm_init()Harshit Mogalapalli2023-03-211-1/+2
| * | | tpm: fix up the tpm_class shutdown_pre pointer when createdGreg Kroah-Hartman2023-03-173-2/+3
| * | | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-1714-15/+15
| | |/ | |/|
* | | Merge branch 'for-next' of git://github.com/cminyard/linux-ipmi.gitStephen Rothwell2023-04-113-18/+7
|\ \ \
| * | | ipmi:ssif: Add send_retries incrementCorey Minyard2023-04-041-1/+3
| * | | char:ipmi:Fix spelling mistake "asychronously" -> "asynchronously"zipeng zhang2023-03-161-1/+1
| * | | ipmi: simplify sysctl registrationLuis Chamberlain2023-03-021-15/+1
| * | | ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on itRandy Dunlap2023-03-021-1/+2
| |/ /
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/l...Stephen Rothwell2023-04-112-5/+4
|\ \ \
| * | | tpm: remove unnecessary (void*) conversionsYu Zhe2023-03-201-3/+3
| * | | tpm: cr50: i2c: use jiffies to wait for tpm ready irqMark Hasemeyer2023-03-201-2/+1
| | |/ | |/|
* | | Merge branch 'for-next' of git://git.kernel.dk/linux-block.gitStephen Rothwell2023-04-111-2/+2
|\ \ \
| * | | tty, proc, kernfs, random: Use direct_splice_read()David Howells2023-03-151-2/+2
| |/ /
* | | next-20230406/cryptoStephen Rothwell2023-04-112-59/+16
|\ \ \
| * | | hwrng: xgene - remove unnecessary (void*) conversionsYu Zhe2023-03-241-1/+1
| * | | hwrng: meson - remove not needed call to platform_set_drvdataHeiner Kallweit2023-03-141-2/+0
| * | | hwrng: meson - use devm_clk_get_optional_enabledHeiner Kallweit2023-03-141-20/+4
| * | | hwrng: meson - remove unused member of struct meson_rng_dataHeiner Kallweit2023-03-141-3/+0
| * | | hwrng: xgene - Improve error reporting for problems during .remove()Uwe Kleine-König2023-03-141-1/+1
| * | | hwrng: xgene - Simplify using devm_clk_get_optional_enabled()Uwe Kleine-König2023-03-101-21/+6
| * | | hwrng: xgene - Simplify using dev_err_probe()Uwe Kleine-König2023-03-101-14/+7
| | |/ | |/|
* | | tpm: atmel: Add explicit include for of.hRob Herring2023-04-061-1/+1
| |/ |/|
* | tpm: disable hwrng for fTPM on some AMD designsMario Limonciello2023-03-122-1/+132
* | tpm/eventlog: Don't abort tpm_read_log on faulty ACPI addressMorten Linderud2023-03-121-1/+5
* | cpumask: fix incorrect cpumask scanning result checksLinus Torvalds2023-03-061-1/+1
|/
* Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-244-17/+21
|\
| * virtio_console: Use strscpy() to instead of strncpy()Bo Liu2023-01-201-3/+2
| * applicom: Fix PCI device refcount leak in applicom_init()Xiongfeng Wang2023-01-201-1/+4
| * Revert "char: pcmcia: cm4000_cs: Replace mdelay with usleep_range in set_prot...Duoming Zhou2023-01-191-2/+4
| * pcmcia: synclink_cs: remove kernel-doc notationRandy Dunlap2023-01-191-11/+11
* | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-241-10/+8
|\ \
| * | tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen2023-01-191-3/+3
| * | tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen2023-01-191-2/+2
| * | tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen2023-01-191-5/+3
| * | tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen2023-01-191-2/+2
| |/
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-2/+2
|\ \
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
| * | mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand2023-01-181-1/+1
| |/
* | Merge tag 'for-linus-6.3-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2023-02-222-59/+56
|\ \
| * | ipmi: ipmb: Fix the MODULE_PARM_DESC associated to 'retry_time_ms'Christophe JAILLET2023-02-101-1/+1
| * | ipmi:ssif: Add a timer between request retriesCorey Minyard2023-02-101-7/+27