summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2014-01-2116-885/+623Star
|\
| * tpm/tpm-sysfs: active_show() can be staticFengguang Wu2014-01-061-1/+1
| * tpm: tpm_tis: Fix compile problems with CONFIG_PM_SLEEP/CONFIG_PNPJason Gunthorpe2014-01-061-5/+1Star
| * tpm: Make tpm-dev allocate a per-file structureJason Gunthorpe2014-01-062-50/+57
| * tpm: Use the ops structure instead of a copy in tpm_vendor_specificJason Gunthorpe2014-01-064-33/+16Star
| * tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe2014-01-0612-15/+21
| * tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe2014-01-0613-307/+72Star
| * tpm: Move sysfs functions from tpm-interface to tpm-sysfsJason Gunthorpe2014-01-064-274/+314
| * tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe2014-01-0614-279/+217Star
| * char: tpm: nuvoton: remove unused variableMichal Nazarewicz2014-01-061-1/+0Star
| * tpm/tpm_i2c_atmel: fix coccinelle warningsFengguang Wu2014-01-061-1/+1
| * tpm/tpm_ibmvtpm: fix unreachable code warning (smatch warning)Peter Huewe2014-01-061-1/+0Star
| * tpm/tpm_i2c_stm_st33: Check return code of get_burstcountPeter Huewe2014-01-061-1/+6
| * tpm/tpm_ppi: Check return value of acpi_get_namePeter Huewe2014-01-061-0/+3
| * tpm/tpm_ppi: Do not compare strcmp(a,b) == -1Peter Huewe2014-01-061-4/+4
* | Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-01-211-2/+2
|\ \
| * | tty: synclink: avoid sleep_on raceArnd Bergmann2014-01-081-2/+2
| |/
* | Merge tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-01-215-161/+208
|\ \
| * | drivers/char: don't use module_init in non-modular ttyprintk.cPaul Gortmaker2014-01-131-1/+1
| * | char: nwbutton: open-code interruptible_sleep_onArnd Bergmann2014-01-091-1/+4
| * | i8k: Implement hwmon based fan speed controlGuenter Roeck2013-12-191-5/+44
| * | i8k: Stop reading SMM BIOS version during driver probeGuenter Roeck2013-12-191-40/+2Star
| * | i8k: Use driver_data field of dmi_system_id to override fan multiplierGuenter Roeck2013-12-191-1/+10
| * | i8k: Add support for Dell XPS M140Guenter Roeck2013-12-191-0/+7
| * | i8k: Add support for Dell Studio laptopsGuenter Roeck2013-12-191-0/+7
| * | i8k: Add copyrightGuenter Roeck2013-12-191-0/+1
| * | i8k: Force SMM to run on CPU 0Guenter Roeck2013-12-191-2/+17
| * | i8k: Drop driver version number and info message at startupGuenter Roeck2013-12-191-5/+0Star
| * | i8k: Remove obsolete link to out-of-tree driverGuenter Roeck2013-12-191-2/+0Star
| * | i8k: Support additional temperature sensorsGuenter Roeck2013-12-191-19/+45
| * | i8k: Convert to use to hwmon_device_register_with_groups hwmon APIGuenter Roeck2013-12-191-78/+54Star
| * | i8k: Fix various checkpatch warnings and errorsGuenter Roeck2013-12-191-17/+23
| * | i8k: Convert to use pr_ functions instead of printkGuenter Roeck2013-12-191-9/+10
| * | char: Int overflow in lp_do_ioctl().Yongjian Xu2013-12-191-0/+2
| * | Merge 3.13-rc4 into char-misc-nextGreg Kroah-Hartman2013-12-177-4/+375
| |\|
| * | char: amd64-agp: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-091-1/+1
* | | ACPI / TPM: fix memory leak when walking ACPI namespaceJiang Liu2014-01-051-6/+9
| |/ |/|
* | Merge tag 'char-misc-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-12-091-0/+7
|\ \
| * | drivers/char/i8k.c: add Dell XPLS L421XAlan Cox2013-12-051-0/+7
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-11-246-4/+368
|\ \ | |/ |/|
| * hwrng: msm - Add PRNG support for MSM SoC'sStanimir Varbanov2013-10-303-0/+210
| * hwrng: OMAP3 ROM Random Number Generator supportPali Rohár2013-10-163-0/+155
| * hwrng: pseries - Return errors to upper levels in pseries-rng.cMichael Ellerman2013-10-071-3/+11
| * hwrng: pseries - Use KBUILD_MODNAME in pseries-rng.cMichael Ellerman2013-10-071-3/+2Star
| * hwrng: via-rng - Mark device ID table as __maybe_unusedBen Hutchings2013-09-131-1/+1
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2013-11-2214-126/+1092
|\ \
| * | tpm: use tabs instead of whitespaces in KconfigPeter Huewe2013-10-221-8/+8
| * | tpm: Fix module name description in Kconfig for tpm_i2c_infineonPeter Huewe2013-10-221-1/+1
| * | tpm: Add support for Atmel I2C TPMsJason Gunthorpe2013-10-223-0/+294
| * | tpm: Add support for the Nuvoton NPCT501 I2C TPMJason Gunthorpe2013-10-223-0/+721