summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-013-3/+3
|\
| * Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman2023-08-133-71/+62
| |\
| * | char: xillybus: make XILLYBUS_OF depend on HAS_IOMEMBaoquan He2023-08-041-1/+1
| * | Merge 6.5-rc4 into char-misc-nextGreg Kroah-Hartman2023-07-3113-76/+200
| |\ \
| * | | char: Explicitly include correct DT includesRob Herring2023-07-302-2/+2
* | | | Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-09-014-18/+20
|\ \ \ \
| * | | | tpm: make all 'class' structures constIvan Orlov2023-08-054-18/+20
| | |/ / | |/| |
* | | | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-3/+2
|\ \ \ \
| * \ \ \ Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-203-71/+62
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-1/+1
| * | | | tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-3/+2
| | |/ / | |/| |
* | | | Merge tag 'for-linus-6.6-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2023-08-309-23/+34
|\ \ \ \
| * | | | ipmi_si: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt2023-08-151-1/+1
| * | | | ipmi: fix potential deadlock on &kcs_bmc->lockChengfeng Ye2023-07-041-2/+3
| * | | | ipmi_si: fix a memleak in try_smi_init()Yi Yang2023-06-291-0/+5
| * | | | ipmi: Change request_module to request_module_nowaitCorey Minyard2023-06-202-2/+2
| * | | | ipmi: make ipmi_class a static const structureIvan Orlov2023-06-201-12/+12
| * | | | ipmi:ssif: Fix a memory leak when scanning for an adapterCorey Minyard2023-06-201-1/+1
| * | | | ipmi:ssif: Add check for kstrdupJiasheng Jiang2023-06-191-0/+5
| * | | | ipmi: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-254-4/+4
| * | | | ipmi_watchdog: Fix read syscall not responding to signals during sleepCorey Minyard2023-05-181-1/+1
* | | | | Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds2023-08-305-5/+1
|\ \ \ \ \
| * | | | | ipmi: Explicitly include correct DT includesRob Herring2023-08-281-1/+0
| * | | | | tpm: Explicitly include correct DT includesRob Herring2023-08-284-4/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-9/+9
|\ \ \ \ \
| * | | | | drivers/char/mem.c: shrink character device's devlist[] arrayAlexey Dobriyan2023-08-241-9/+9
| | |_|/ / | |/| | |
* | | | | Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-08-2924-279/+150
|\ \ \ \ \
| * | | | | hwrng: iproc-rng200 - Implement suspend and resume callsFlorian Fainelli2023-08-181-0/+25
| * | | | | hwrng: core - Remove duplicated includeGUO Zihua2023-08-181-2/+1
| * | | | | hwrng: xgene: Add explicit io.h includeRob Herring2023-08-051-0/+1
| * | | | | hwrng: Enable COMPILE_TEST for more driversRob Herring2023-08-043-16/+19
| * | | | | hwrng: Explicitly include correct DT includesRob Herring2023-08-0412-21/+12
| * | | | | hwrng: cn10k - use dev_err_probeMartin Kaiser2023-07-281-8/+4
| * | | | | hwrng: cn10k - delete empty remove functionMartin Kaiser2023-07-281-6/+0
| * | | | | hwrng: cctrng - use dev_err_probe in error pathsMartin Kaiser2023-07-281-20/+10
| * | | | | hwrng: cctrng - merge cc_trng_clk_init into its only callerMartin Kaiser2023-07-281-20/+4
| * | | | | hwrng: cctrng - let devres enable the clockMartin Kaiser2023-07-281-24/+5
| * | | | | hwrng: cctrng - don't open code init and exit functionsMartin Kaiser2023-07-281-15/+5
| * | | | | hwrng: arm-smccc-trng - don't set drvdataMartin Kaiser2023-07-221-2/+0
| * | | | | hwrng: ba431 - use dev_err_probe after failed registrationMartin Kaiser2023-07-221-4/+2
| * | | | | hwrng: ba431 - don't init of_device_id's dataMartin Kaiser2023-07-221-1/+1
| * | | | | hwrng: ba431 - do not set drvdataMartin Kaiser2023-07-221-2/+0
| * | | | | hwrng: ingenic - switch to device managed registrationMartin Kaiser2023-07-221-11/+1
| * | | | | hwrng: ingenic - don't disable the rng in ingenic_trng_removeMartin Kaiser2023-07-221-5/+0
| * | | | | hwrng: ingenic - use dev_err_probe in error pathsMartin Kaiser2023-07-221-12/+8
| * | | | | hwrng: ingenic - use devm_clk_get_enabledMartin Kaiser2023-07-221-18/+6
| * | | | | hwrng: ingenic - remove dead assignmentsMartin Kaiser2023-07-221-2/+0
| * | | | | hwrng: ingenic - remove two unused definesMartin Kaiser2023-07-221-2/+0
| * | | | | hwrng: ingenic - enable compile testingMartin Kaiser2023-07-221-2/+1
| * | | | | hwrng: timeriomem - Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-201-15/+10