summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2015-12-09ipmi: move timer init to before irq is setupJan Stancek-4/+4
2015-11-16ipmi watchdog : add panic_wdt_timeout parameterJean-Yves Faye-1/+7
2015-11-15char: ipmi: Move MODULE_DEVICE_TABLE() to follow structLuis de Bethencourt-1/+1
2015-11-15ipmi: Stop the timer immediately if idleCorey Minyard-0/+7
2015-11-15ipmi: Start the timer and thread on internal msgsCorey Minyard-29/+44
2015-11-12Merge tag 'tpmdd-next-20151110' of https://github.com/jsakkine/linux-tpmdd in...James Morris-16/+30
2015-11-09tpm: fix compat 'ppi' link handling in tpm_chip_register()Jarkko Sakkinen-8/+10
2015-11-09tpm: fix missing migratable flag in sealing functionality for TPM2Jarkko Sakkinen-5/+10
2015-11-09TPM: revert the list handling logic fixed in 398a1e7Jarkko Sakkinen-1/+1
2015-11-09TPM: Avoid reference to potentially freed memoryChristophe JAILLET-1/+2
2015-11-09tpm_tis: restore IRQ vector in IO memory after failed probingMartin Wilck-1/+5
2015-11-09tpm_tis: free irq after probingMartin Wilck-0/+2
2015-11-05Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-6/+10
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-127/+720
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds-1/+0
2015-11-04Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-39/+13
2015-11-04Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-9/+0
2015-11-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-32/+435
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown-1/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis-1/+0
2015-10-24char: ipmi: ipmi_ssif: Replace timeval with timespec64Amitoj Kaur Chawla-4/+5
2015-10-20hwrng: exynos - Add Device Tree supportKrzysztof Kozlowski-0/+9
2015-10-20hwrng: exynos - Fix missing configuration after suspend to RAMKrzysztof Kozlowski-7/+35
2015-10-20hwrng: exynos - Add timeout for waiting on init doneKrzysztof Kozlowski-1/+4
2015-10-20hwrng: exynos - Fix unbalanced PM runtime get/putsDaniel Thompson-1/+1
2015-10-19TPM: remove unnecessary little endian conversionHon Ching \(Vicky\) Lo-2/+2
2015-10-19vTPM: support little endian guestsHon Ching \(Vicky\) Lo-22/+62
2015-10-19char: Drop owner assignment from i2c_driverKrzysztof Kozlowski-4/+0
2015-10-19vTPM: fix searching for the right vTPM node in device treeHon Ching \(Vicky\) Lo-1/+1
2015-10-19tpm: seal/unseal for TPM 2.0Jarkko Sakkinen-2/+339
2015-10-19tpm: introduce tpm_bufJarkko Sakkinen-0/+97
2015-10-19tpm: move the PPI attributes to character device directory.Jarkko Sakkinen-42/+33
2015-10-19tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0Jarkko Sakkinen-50/+181
2015-10-19tpm, tpm_crb: fix unaligned read of the command buffer addressJarkko Sakkinen-3/+4
2015-10-19vTPM: fix memory allocation flag for rtce buffer at kernel bootHon Ching \(Vicky\) Lo-1/+1
2015-10-19tpm: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven-1/+1
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley-9/+0
2015-10-15hwrng: stm32 - Fix build with CONFIG_PMDaniel Thompson-2/+2
2015-10-14hwrng: stm32 - add support for STM32 HW RNGDaniel Thompson-0/+215
2015-10-08hwrng: st - Improve FIFO size/depth descriptionLee Jones-1/+2
2015-10-08hwrng: st - Use real-world device timings for timeoutLee Jones-2/+8
2015-10-02agp/uninorth: fix a memleak in create_gatt_tableDenis Kirjanov-6/+10
2015-09-27Merge 4.3-rc3 into char-misc-nextGreg Kroah-Hartman-3/+4
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-3/+4
2015-09-21hwrng: xgene - fix handling platform_get_irqAndrzej Hajda-3/+4
2015-09-21hwrng: st - Add support for ST's HW Random Number GeneratorLee Jones-0/+155
2015-09-21hwrng: core - Simplify RNG switching from sysfsLee Jones-1/+1
2015-09-21hwrng: Kconfig - Fix device node name reference /dev/hw_random => /dev/hwrngLee Jones-1/+1
2015-09-21hwrng: Fix module autoload for OF platform driversLuis de Bethencourt-0/+2
2015-09-21hwrng: mxc-rnga - Use the preferred format for kzallocFabio Estevam-2/+1