summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* 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
* hwrng: stm32 - use devm_platform_get_and_ioremap_resource() APIGatien Chevallier2023-10-011-7/+2
* hwrng: imx-rngc - reasonable timeout for initial seedMartin Kaiser2023-09-201-3/+3
* hwrng: imx-rngc - reasonable timeout for selftestMartin Kaiser2023-09-201-1/+3
* hwrng: geode - fix accessing registersJonas Gorski2023-09-151-2/+4
* hwrng: octeon - Fix warnings on 32-bit platformsHerbert Xu2023-09-151-3/+3
* hwrng: bcm2835 - Fix hwrng throughput regressionStefan Wahren2023-09-152-1/+7
* hwrng: xiphera - removed unnneded platform_set_drvdata()Andrei Coardos2023-09-151-2/+0
* hwrng: xgene - removed unneeded call to platform_set_drvdata()Andrei Coardos2023-09-151-1/+0
* hwrng: mpfs - removed unneeded call to platform_set_drvdata()Andrei Coardos2023-09-151-2/+0
* hwrng: st - add MODULE_DESCRIPTIONMartin Kaiser2023-09-151-0/+1
* hwrng: nomadik - add MODULE_DESCRIPTIONMartin Kaiser2023-09-151-0/+1
* hwrng: ks-sa - use dev_err_probeMartin Kaiser2023-09-151-6/+3
* hwrng: ks-sa - remove dev from struct ks_sa_rngMartin Kaiser2023-09-151-2/+0
* hwrng: ks-sa - access private data via struct hwrngMartin Kaiser2023-09-151-11/+4
* hwrng: hisi - removed unneeded call to platform_set_drvdata()Andrei Coardos2023-09-151-2/+0
* hwrng: bcm2835 - removed call to platform_set_drvdata()Andrei Coardos2023-09-151-2/+0
* tpm: Enable hwrng only for Pluton on AMD CPUsJarkko Sakkinen2023-09-041-25/+8
* tpm_crb: Fix an error handling path in crb_acpi_add()Christophe JAILLET2023-09-041-2/+3
* 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
| | |_|_|/ | |/| | |