summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2018-01-15ipmi: Clear smi_info->thread to prevent use-after-free during module unloadMasamitsu Yamazaki-1/+3
2018-01-11agp: sworks: Deprecate pci_get_bus_and_slot()Sinan Kaya-1/+2
2018-01-11agp: nvidia: Deprecate pci_get_bus_and_slot()Sinan Kaya-3/+9
2018-01-09char: xillybus: remove direct dependency on DT functionsRob Herring-10/+6
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches-9/+8
2018-01-08ipmi: use correct string lengthXiongfeng Wang-2/+2
2018-01-08tpm: remove unused variablesArnd Bergmann-2/+0
2018-01-08tpm: remove unused data fields from I2C and OF device ID tablesJavier Martinez Canillas-21/+6
2018-01-08tpm: only attempt to disable the LPC CLKRUN if is already enabledJavier Martinez Canillas-1/+10
2018-01-08tpm: follow coding style for variable declaration in tpm_tis_core_init()Javier Martinez Canillas-1/+3
2018-01-08tpm: delete the TPM_TIS_CLK_ENABLE flagJavier Martinez Canillas-18/+0
2018-01-08tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh-92/+118
2018-01-08tpm_tis: Move ilb_base_addr to tpm_tis_dataAzhar Shaikh-48/+56
2018-01-08tpm2-cmd: allow more attempts for selftest executionAlexander.Steffen@infineon.com-7/+5
2018-01-08tpm: return a TPM_RC_COMMAND_CODE response if command is not implementedJavier Martinez Canillas-8/+25
2018-01-08tpm: Move Linux RNG connection to hwrngJason Gunthorpe-69/+52
2018-01-08tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen-76/+87
2018-01-08tpm: parse TPM event logs based on EFI tableThiebaud Weksteen-4/+88
2018-01-08tpm: rename event log provider filesThiebaud Weksteen-2/+2
2018-01-08tpm: move tpm_eventlog.h outside of drivers folderThiebaud Weksteen-148/+30
2018-01-08tpm: use tpm_msleep() value as max delayNayna Jain-2/+2
2018-01-08tpm: reduce tpm polling delay in tpm_tis_coreNayna Jain-2/+8
2018-01-05hwrng: exynos - add Samsung Exynos True RNG driverƁukasz Stelmach-0/+250
2018-01-02Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman-23/+30
2017-12-22hwrng: core - Clean up RNG list when last hwrng is unregisteredGary R Hook-0/+4
2017-12-21Merge tag 'drm-intel-next-2017-12-14' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-8/+8
2017-12-18/dev/mem: Add bounce buffer for copy-outKees Cook-5/+22
2017-12-16tpm: move wait_for_tpm_stat() to respective driver filesNayna Jain-62/+121
2017-12-12ipmi_si: Fix error handling of platform deviceCorey Minyard-3/+6
2017-12-12ipmi watchdog: fix typo in parameter descriptionWei Yongjun-1/+1
2017-12-12ipmi_si_platform: Fix typo in parameter descriptionWei Yongjun-1/+1
2017-12-12drm/i915: prefer resource_size_t for everything stolenMatthew Auld-6/+6
2017-12-12drm/i915: make dsm struct resource centricMatthew Auld-2/+0
2017-12-11Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds-23/+30
2017-12-11ipmi_si: fix crash on pariscMikulas Patocka-0/+2
2017-12-11ipmi_si: Fix oops with PCI devicesCorey Minyard-2/+5
2017-12-11agp/intel: Flush all chipset writes after updating the GGTTChris Wilson-0/+2
2017-12-06ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki-21/+23
2017-11-29crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers-12/+12
2017-11-29hwrng: bcm63xx - Remove since bcm2835-rng takes overFlorian Fainelli-168/+0
2017-11-29hwrng: bcm2835 - Enable BCM2835 RNG to work on BCM63xx platformsFlorian Fainelli-4/+14
2017-11-29hwrng: bcm2835 - Add Broadcom MIPS I/O accessorsFlorian Fainelli-2/+11
2017-11-29hwrng: bcm2835 - Abstract I/O accessorsFlorian Fainelli-8/+19
2017-11-29hwrng: bcm2835 - Manage an optional clockFlorian Fainelli-1/+16
2017-11-29hwrng: bcm2835 - Rework interrupt maskingFlorian Fainelli-16/+23
2017-11-29hwrng: bcm2835 - Use device managed helpersFlorian Fainelli-12/+1
2017-11-29hwrng: bcm2835 - Implementation cleanup callbackFlorian Fainelli-3/+9
2017-11-29hwrng: bcm2835 - Move enabling to hwrng::initFlorian Fainelli-4/+12
2017-11-29hwrng: bcm2835 - Define a driver private contextFlorian Fainelli-21/+34
2017-11-29hwrng: bcm2835 - Obtain base register via resourceFlorian Fainelli-10/+10