summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2017-04-08hangcheck-timer: Fix typo in commentShile Zhang
2017-04-08drivers: char: misc: Replace printk with pr_err.Varsha Rao
2017-04-08drivers: char: misc: Add blank line after declaration.Varsha Rao
2017-04-08drivers: char: misc: Add space after ','.Varsha Rao
2017-04-08drivers: char: misc: Replace "foo * bar" with "foo *bar".Varsha Rao
2017-04-07ipmi: bt-bmc: Add ast2500 compatible stringJoel Stanley
2017-04-07ipmi_ssif: use setup_timerGeliang Tang
2017-04-07ipmi: Fix kernel panic at ipmi_ssif_thread()Joeseph Chang
2017-04-07virtio_console: fix uninitialized variable useMichael S. Tsirkin
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-04-03tpm/tpm_crb: Enable TPM CRB interface for ARM64Jiandi An
2017-04-03tpm_crb: request and relinquish locality 0Jarkko Sakkinen
2017-04-03tpm: make check_locality return boolJerry Snitselaar
2017-04-03tpm/tpm_crb: fix unused warnings on suspend/resume functionsJérémy Lefaure
2017-04-03tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain
2017-04-03tpm/st33zp24: Add GPIO ACPI mapping tableAndy Shevchenko
2017-04-03vTPM: Fix missing NULL checkHon Ching \(Vicky\) Lo
2017-04-03tpm_crb: check for bad response sizeJerry Snitselaar
2017-04-03tpm2: add session handle context saving and restoring to the space codeJames Bottomley
2017-04-03tpm: expose spaces via a device link /dev/tpmrm<n>James Bottomley
2017-04-03tpm: split out tpm-dev.c into tpm-dev.c and tpm-common-dev.cJames Bottomley
2017-04-03tpm: infrastructure for TPM spacesJarkko Sakkinen
2017-04-03tpm: validate TPM 2.0 commandsJarkko Sakkinen
2017-04-03tpm: export tpm2_flush_context_cmdJarkko Sakkinen
2017-04-03tpm: move length validation to tpm_transmit()Jarkko Sakkinen
2017-04-03tpm_crb: encapsulate crb_wait_for_reg_32Jarkko Sakkinen
2017-04-03tpm_crb: map locality registersJarkko Sakkinen
2017-04-03tpm_tis_spi: Add small delay after last transferPeter Huewe
2017-04-03tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytesPeter Huewe
2017-04-03tpm_tis_spi: Check correct byte for wait state indicatorPeter Huewe
2017-04-03tpm_tis_spi: Abort transfer when too many wait states are signaledPeter Huewe
2017-04-03tpm_tis_spi: Use single function to transfer dataPeter Huewe
2017-04-03tpm/tpm_crb: enter the low power state upon device suspendWinkler, Tomas
2017-04-03tpm: select CONFIG_CRYPTOArnd Bergmann
2017-04-03tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driverNayna Jain
2017-04-03tpm crb: Work around BIOS's that report the wrong ACPI region sizeJason Gunthorpe
2017-04-03tpm_tis_core: Choose appropriate timeout for reading burstcountAlexander Steffen
2017-03-28Backmerge tag 'v4.11-rc4' into drm-nextDave Airlie
2017-03-27Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman
2017-03-26Merge tag 'char-misc-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-03-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2017-03-23drivers, char: convert vma_data.refcnt from atomic_t to refcount_tElena Reshetova
2017-03-23BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie
2017-03-21tpm-chip: utilize new cdev_device_add helper functionLogan Gunthorpe
2017-03-17drivers/char: Convert remaining use of pr_warning to pr_warnJoe Perches
2017-03-17hpet: Make cmd parameter of hpet_ioctl_common() unsignedMatthias Kaehlcke
2017-03-16hwrng: omap - move clock related code to omap_rng_probe()Thomas Petazzoni
2017-03-16hwrng: meson - add clock handling to driverHeiner Kallweit
2017-03-16hwrng: geode - Revert managed API changesPrarit Bhargava