summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-201-0/+2
|\
| * char: hpet: add checks after calling ioremapTom Seewald2021-05-131-0/+4
| * Revert "char: hpet: fix a missing check of ioremap"Greg Kroah-Hartman2021-05-131-2/+0
* | tpm: fix error return code in tpm2_get_cc_attrs_tbl()Zhen Lei2021-05-121-0/+1
* | tpm, tpm_tis: Reserve locality in tpm_tis_resume()Jarkko Sakkinen2021-05-121-2/+10
* | tpm, tpm_tis: Extend locality handling to TPM2 in tpm_tis_gen_interrupt()Jarkko Sakkinen2021-05-121-6/+4
|/
* drivers/char: remove /dev/kmem for goodDavid Hildenbrand2021-05-072-241/+0
* Merge tag 'for-linus-5.13-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2021-04-289-266/+137
|\
| * ipmi_si: Join string literals backAndy Shevchenko2021-04-026-66/+38
| * ipmi_si: Drop redundant check before calling put_device()Andy Shevchenko2021-04-021-2/+1
| * ipmi_si: Use strstrip() to remove surrounding spacesAndy Shevchenko2021-04-021-12/+4
| * ipmi_si: Get rid of ->addr_source_cleanup()Andy Shevchenko2021-04-023-22/+2
| * ipmi_si: Reuse si_to_str[] array in ipmi_hardcode_init_one()Andy Shevchenko2021-04-023-16/+16
| * ipmi_si: Introduce ipmi_panic_event_str[] arrayAndy Shevchenko2021-04-021-32/+19
| * ipmi_si: Use proper ACPI macros to check error code for failuresAndy Shevchenko2021-04-021-6/+6
| * ipmi_si: Utilize temporary variable to hold device pointerAndy Shevchenko2021-04-021-8/+7
| * ipmi_si: Remove bogus err_free labelAndy Shevchenko2021-04-021-12/+5
| * ipmi_si: Switch to use platform_get_mem_or_io()Andy Shevchenko2021-04-021-20/+14
| * ipmi: Handle device properties with software node APIHeikki Krogerus2021-03-101-1/+1
| * ipmi:ssif: make ssif_i2c_send() voidLiguang Zhang2021-03-101-61/+20
| * ipmi: Refine retry conditions for getting device idTerry Duncan2021-03-102-8/+4
* | Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-261-11/+16
|\ \
| * | ipmi: kcs: aspeed: Adapt to new LPC DTS layoutChia-Wei, Wang2021-04-091-11/+16
* | | Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-04-262-2/+11
|\ \ \
| * | | ttyprintk: Add TTY hangup callback.Tetsuo Handa2021-04-221-0/+11
| * | | pcmcia: synclink_cs: drop redundant tty-port initialisationJohan Hovold2021-04-071-2/+0
* | | | Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-265-23/+14
|\ \ \ \
| * | | | Merge 5.12-rc6 into char-misc-nextGreg Kroah-Hartman2021-04-052-4/+0
| |\| | |
| * | | | applicom: fix some err codes returned by ac_ioctlXu Jia2021-03-281-1/+1
| * | | | char: lp: remove redundant space around (inside) parenthesized expressionsQiang Ma2021-03-241-2/+2
| * | | | char/mwave: turn tp3780I_Cleanup() into void functionYang Li2021-03-242-6/+2
| * | | | Merge v5.12-rc3 into char-misc-nextGreg Kroah-Hartman2021-03-152-5/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | virtio_console: remove pointless check for debugfs_create_dir()Greg Kroah-Hartman2021-03-101-14/+9
| | |_|/ | |/| |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-04-269-73/+36
|\ \ \ \
| * | | | hwrng: omap - Use of_device_get_match_data() helperTian Tao2021-04-021-7/+4
| * | | | random: remove dead code left over from blocking poolEric Biggers2021-04-021-14/+3
| * | | | random: initialize ChaCha20 constants with correct endiannessEric Biggers2021-04-021-2/+2
| * | | | hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emitZihao Tang2021-03-261-1/+1
| * | | | hwrng: intel - Fix included header from 'asmTian Tao2021-03-261-1/+1
| * | | | hwrng: cctrng - delete redundant printing of return valueWang Qing2021-03-191-3/+1
| * | | | hwrng: ba431 - use devm_platform_ioremap_resource() to simplifyTian Tao2021-03-191-3/+1
| * | | | hwrng: cctrng - use devm_platform_ioremap_resource() to simplifyTian Tao2021-03-191-11/+1
| * | | | hwrng: bcm2835 - add reset supportÁlvaro Fernández Rojas2021-03-131-0/+10
| * | | | hwrng: pic32 - Use device-managed registration APITian Tao2021-03-131-2/+1
| * | | | hwrng: cctrng - Use device-managed registration APITian Tao2021-03-131-3/+1
| * | | | hwrng: omap - Fix included header from 'asm'Tian Tao2021-03-071-2/+1
| * | | | hwrng: bcm2835 - remove redundant null checkTian Tao2021-03-071-10/+7
| * | | | hwrng: xiphera-trng - use devm_platform_ioremap_resource() to simplifyTian Tao2021-03-071-3/+1
| * | | | hwrng: ba431 - Use device-managed registrationTian Tao2021-03-071-11/+1
| |/ / /
* | | | char: tpm: fix error return code in tpm_cr50_i2c_tis_recv()Zhihao Cheng2021-04-141-0/+1