aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-03hwrng: ks-sa - Use pm_runtime_resume_and_get() to replace open codingTian Tao1-2/+1
2021-06-03hwrng: omap - Use pm_runtime_resume_and_get() to replace open codingTian Tao1-4/+2
2021-06-03hwrng: exynos - Use pm_runtime_resume_and_get() to replace open codingTian Tao1-2/+1
2021-05-28hwrng: core - Use DEVICE_ATTR_<RW|RO> macroYueHaibing1-21/+15
2021-05-28hwrng: core - remove redundant initialization of variable errShaokun Zhang1-1/+1
2021-05-28hwrng: Kconfig - Remove leading spacesJuerg Haefliger1-4/+4
2021-05-23hwrng: omap - Enable driver for TI K3 familySuman Anna1-1/+1
2021-05-14hwrng: exynos - Fix runtime PM imbalance on errorŁukasz Stelmach1-2/+2
2021-05-14hwrng: amd - remove redundant initialization of variable errColin Ian King1-1/+1
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand2-241/+0
2021-04-28Merge tag 'for-linus-5.13-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds9-266/+137
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-11/+16
2021-04-26Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-2/+11
2021-04-26Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds5-23/+14
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds9-73/+36
2021-04-22ttyprintk: Add TTY hangup callback.Tetsuo Handa1-0/+11
2021-04-14char: tpm: fix error return code in tpm_cr50_i2c_tis_recv()Zhihao Cheng1-0/+1
2021-04-14tpm: vtpm_proxy: Avoid reading host log when using a virtual deviceStefan Berger1-0/+3
2021-04-14tpm: acpi: Check eventlog signature before using itStefan Berger1-1/+32
2021-04-14tpm: efi: Use local variable for calculating final log sizeStefan Berger1-8/+21
2021-04-09ipmi: kcs: aspeed: Adapt to new LPC DTS layoutChia-Wei, Wang1-11/+16
2021-04-07pcmcia: synclink_cs: drop redundant tty-port initialisationJohan Hovold1-2/+0
2021-04-06parisc: parisc-agp requires SBA IOMMU driverHelge Deller1-1/+1
2021-04-05Merge 5.12-rc6 into char-misc-nextGreg Kroah-Hartman2-4/+0
2021-04-02ipmi_si: Join string literals backAndy Shevchenko6-66/+38
2021-04-02ipmi_si: Drop redundant check before calling put_device()Andy Shevchenko1-2/+1
2021-04-02ipmi_si: Use strstrip() to remove surrounding spacesAndy Shevchenko1-12/+4
2021-04-02ipmi_si: Get rid of ->addr_source_cleanup()Andy Shevchenko3-22/+2
2021-04-02ipmi_si: Reuse si_to_str[] array in ipmi_hardcode_init_one()Andy Shevchenko3-16/+16
2021-04-02ipmi_si: Introduce ipmi_panic_event_str[] arrayAndy Shevchenko1-32/+19
2021-04-02ipmi_si: Use proper ACPI macros to check error code for failuresAndy Shevchenko1-6/+6
2021-04-02ipmi_si: Utilize temporary variable to hold device pointerAndy Shevchenko1-8/+7
2021-04-02ipmi_si: Remove bogus err_free labelAndy Shevchenko1-12/+5
2021-04-02ipmi_si: Switch to use platform_get_mem_or_io()Andy Shevchenko1-20/+14
2021-04-02hwrng: omap - Use of_device_get_match_data() helperTian Tao1-7/+4
2021-04-02random: remove dead code left over from blocking poolEric Biggers1-14/+3
2021-04-02random: initialize ChaCha20 constants with correct endiannessEric Biggers1-2/+2
2021-03-28applicom: fix some err codes returned by ac_ioctlXu Jia1-1/+1
2021-03-26hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emitZihao Tang1-1/+1
2021-03-26hwrng: intel - Fix included header from 'asmTian Tao1-1/+1
2021-03-24char: lp: remove redundant space around (inside) parenthesized expressionsQiang Ma1-2/+2
2021-03-24char/mwave: turn tp3780I_Cleanup() into void functionYang Li2-6/+2
2021-03-19hwrng: cctrng - delete redundant printing of return valueWang Qing1-3/+1
2021-03-19hwrng: ba431 - use devm_platform_ioremap_resource() to simplifyTian Tao1-3/+1
2021-03-19hwrng: cctrng - use devm_platform_ioremap_resource() to simplifyTian Tao1-11/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2-4/+0
2021-03-15Merge v5.12-rc3 into char-misc-nextGreg Kroah-Hartman2-5/+2
2021-03-13hwrng: bcm2835 - add reset supportÁlvaro Fernández Rojas1-0/+10
2021-03-13hwrng: pic32 - Use device-managed registration APITian Tao1-2/+1
2021-03-13hwrng: cctrng - Use device-managed registration APITian Tao1-3/+1