aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-113/+240
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-69/+147
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2-35/+33
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds23-937/+2231
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2015-02-09random: Fix fast_mix() functionGeorge Spelvin1-4/+4
2015-02-03virtio/console: verify device has config spaceMichael S. Tsirkin1-0/+6
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address structures.Lv Zheng1-2/+2
2015-01-26hwrng: virtio - drop extra empty lineMichael S. Tsirkin1-1/+0
2015-01-25i8k: Add support for fan labelsPali Rohár1-14/+62
2015-01-25i8k: Remove DMI config data for Latitude E6440 and E6540Pali Rohár1-21/+0
2015-01-25i8k: Autodetect fan RPM multiplierPali Rohár1-12/+48
2015-01-25i8k: Make fan module parameters an unsignedPali Rohár1-9/+9
2015-01-25i8k: Add support for Dell XPS 13Guenter Roeck1-3/+11
2015-01-25i8k: Rework error retriesGuenter Roeck1-23/+24
2015-01-25i8k: Return -ENODATA for invalid temperaturePali Rohár1-3/+1
2015-01-25i8k: Register only temperature sensors which have labelsPali Rohár1-9/+9
2015-01-25i8k: Add support for temperature sensor labelsPali Rohár1-13/+61
2015-01-22tpm/tpm_tis: Add missing ifdef CONFIG_ACPI for pnp_acpi_devicePeter Huewe1-0/+2
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-3/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-32/+32
2015-01-20tpm: fix format string error in tpm-chip.cJarkko Sakkinen1-1/+1
2015-01-19char/tpm/tpm_crb: fix build errorJarkko Sakkinen1-1/+1
2015-01-19Merge 3.19-rc5 into char-misc-nextGreg Kroah-Hartman1-1/+2
2015-01-18char/tpm: fixed white spaces coding style issuesBruno E O Meneguele2-4/+4
2015-01-17tpm/tpm_i2c_stm_st33: Change tpm_i2c_stm_st33.h to tpm_stm_st33.hChristophe Ricard1-1/+1
2015-01-17tpm/tpm_i2c_stm_st33: Replace remaining r by retChristophe Ricard1-4/+4
2015-01-17tpm/tpm_i2c_stm_st33: Sanity cleanupChristophe Ricard1-3/+3
2015-01-17tpm/tpm_i2c_stm_st33: Remove sparse spacesChristophe Ricard1-5/+3
2015-01-17tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFOChristophe Ricard1-2/+5
2015-01-17tpm: TPM 2.0 FIFO InterfaceJarkko Sakkinen1-23/+89
2015-01-17tpm: TPM 2.0 CRB InterfaceJarkko Sakkinen4-0/+367
2015-01-17tpm: TPM 2.0 baseline supportJarkko Sakkinen5-14/+721
2015-01-17tpm: device class for tpmJarkko Sakkinen6-50/+105
2015-01-17tpm: rename chip->dev to chip->pdevJarkko Sakkinen14-94/+95
2015-01-17tpm: fix raciness of PPI interface lookupJarkko Sakkinen4-64/+112
2015-01-17tpm: two-phase chip management functionsJarkko Sakkinen14-338/+329
2015-01-17tpm: merge duplicate transmit_cmd() functionsJarkko Sakkinen3-45/+30
2015-01-17tpm_ibmvtpm: Update email address in maintainers list and ibmvtpm driverAshley Lai3-3/+3
2015-01-17tpm/tpm_i2c_stm_st33: Fix coccinelle warnings. Possible NULL pointer dereferenceChristophe Ricard1-1/+1
2015-01-17tpm/tpm_i2c_stm_st33: Increment driver version to 1.2.1.Christophe Ricard1-3/+3
2015-01-17tpm/tpm_i2c_stm_st33: Remove useless i2c read on interrupt registersChristophe Ricard1-8/+0
2015-01-17tpm/tpm_i2c_stm_st33: Interrupt management improvementChristophe Ricard1-88/+109
2015-01-17tpm/tpm_i2c_stm_st33: Few code cleanupChristophe Ricard1-16/+16
2015-01-17tpm/tpm_i2c_stm_st33: Add devicetree structureChristophe Ricard1-50/+116
2015-01-17tpm/tpm_i2c_stm_st33: Replace tpm_st33_* function with tpm_stm_*Christophe Ricard1-25/+25
2015-01-17tpm/tpm_i2c_stm_st33: Replace err/rc/ret by ret for a function return codeChristophe Ricard1-31/+30
2015-01-17tpm/tpm_i2c_stm_st33: Remove reference to io_serirqChristophe Ricard1-10/+3
2015-01-17tpm/tpm_i2c_stm_st33: Add new tpm_stm_dev structure and remove tpm_i2c_buffer[0], [1] buffer.Christophe Ricard2-156/+92
2015-01-17tpm/tpm_i2c_stm_st33: Move tpm registers to tpm_i2c_stm_st33.cChristophe Ricard2-17/+17