aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-10-24char: ipmi: ipmi_ssif: Replace timeval with timespec64Amitoj Kaur Chawla1-4/+5
2015-10-20hwrng: exynos - Add Device Tree supportKrzysztof Kozlowski1-0/+9
2015-10-20hwrng: exynos - Fix missing configuration after suspend to RAMKrzysztof Kozlowski1-7/+35
2015-10-20hwrng: exynos - Add timeout for waiting on init doneKrzysztof Kozlowski1-1/+4
2015-10-20hwrng: exynos - Fix unbalanced PM runtime get/putsDaniel Thompson1-1/+1
2015-10-19TPM: remove unnecessary little endian conversionHon Ching \(Vicky\) Lo1-2/+2
2015-10-19vTPM: support little endian guestsHon Ching \(Vicky\) Lo2-22/+62
2015-10-19char: Drop owner assignment from i2c_driverKrzysztof Kozlowski4-4/+0
2015-10-19vTPM: fix searching for the right vTPM node in device treeHon Ching \(Vicky\) Lo1-1/+1
2015-10-19tpm: seal/unseal for TPM 2.0Jarkko Sakkinen3-2/+339
2015-10-19tpm: introduce tpm_bufJarkko Sakkinen1-0/+97
2015-10-19tpm: move the PPI attributes to character device directory.Jarkko Sakkinen3-42/+33
2015-10-19tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0Jarkko Sakkinen3-50/+181
2015-10-19tpm, tpm_crb: fix unaligned read of the command buffer addressJarkko Sakkinen1-3/+4
2015-10-19vTPM: fix memory allocation flag for rtce buffer at kernel bootHon Ching \(Vicky\) Lo1-1/+1
2015-10-19tpm: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-1/+1
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley1-9/+0
2015-10-15hwrng: stm32 - Fix build with CONFIG_PMDaniel Thompson1-2/+2
2015-10-14hwrng: stm32 - add support for STM32 HW RNGDaniel Thompson3-0/+215
2015-10-08hwrng: st - Improve FIFO size/depth descriptionLee Jones1-1/+2
2015-10-08hwrng: st - Use real-world device timings for timeoutLee Jones1-2/+8
2015-10-02agp/uninorth: fix a memleak in create_gatt_tableDenis Kirjanov1-6/+10
2015-09-27Merge 4.3-rc3 into char-misc-nextGreg Kroah-Hartman1-3/+4
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+4
2015-09-21hwrng: xgene - fix handling platform_get_irqAndrzej Hajda1-3/+4
2015-09-21hwrng: st - Add support for ST's HW Random Number GeneratorLee Jones3-0/+155
2015-09-21hwrng: core - Simplify RNG switching from sysfsLee Jones1-1/+1
2015-09-21hwrng: Kconfig - Fix device node name reference /dev/hw_random => /dev/hwrngLee Jones1-1/+1
2015-09-21hwrng: Fix module autoload for OF platform driversLuis de Bethencourt2-0/+2
2015-09-21hwrng: mxc-rnga - Use the preferred format for kzallocFabio Estevam1-2/+1
2015-09-21hwrng: mxc-rnga - Remove unnecessary dev_info messageFabio Estevam1-2/+0
2015-09-21hwrng: mxc-rnga - Remove uneeded initializationFabio Estevam1-1/+1
2015-09-21hwrng: mxc-rnga - Remove unneeded goto labelFabio Estevam1-5/+2
2015-09-21hwrng: octeon - Use devm_hwrng_registerVaishali Thakkar1-11/+1
2015-09-20drivers/char: make efirtc.c driver explicitly non-modularPaul Gortmaker1-10/+3
2015-09-20drivers/char: make SGI snsc.c driver explicitly non-modularPaul Gortmaker1-3/+2
2015-09-20drivers/char: make hpet.c explicitly non-modularPaul Gortmaker1-22/+3
2015-09-08Merge tag 'for-linus-4.3' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds8-277/+406
2015-09-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+2
2015-09-03ipmi:ssif: Add a module parm to specify that SMBus alerts don't workCorey Minyard1-0/+8
2015-09-03ipmi: add of_device_id in MODULE_DEVICE_TABLEBrijesh Singh1-0/+1
2015-09-03ipmi: Compensate for BMCs that wont set the irq enable bitCorey Minyard1-43/+137
2015-09-03ipmi: Don't call receive handler in the panic contextHidehiro Kawai1-1/+7
2015-09-03ipmi: Avoid touching possible corrupted lists in the panic contextHidehiro Kawai1-0/+17
2015-09-03ipmi: Don't flush messages in sender() in run-to-completion modeHidehiro Kawai2-5/+8
2015-09-03ipmi: Factor out message flushing procedureHidehiro Kawai1-21/+18
2015-09-03ipmi: Remove unneeded set_run_to_completion callHidehiro Kawai1-2/+0
2015-09-03ipmi: Make some data const that was only readCorey Minyard6-36/+39
2015-09-03ipmi: constify SSIF ACPI device idsMathias Krause1-1/+1