summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
| * | | crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2017-11-291-12/+12
| * | | hwrng: bcm63xx - Remove since bcm2835-rng takes overFlorian Fainelli2017-11-293-168/+0
| * | | hwrng: bcm2835 - Enable BCM2835 RNG to work on BCM63xx platformsFlorian Fainelli2017-11-292-4/+14
| * | | hwrng: bcm2835 - Add Broadcom MIPS I/O accessorsFlorian Fainelli2017-11-291-2/+11
| * | | hwrng: bcm2835 - Abstract I/O accessorsFlorian Fainelli2017-11-291-8/+19
| * | | hwrng: bcm2835 - Manage an optional clockFlorian Fainelli2017-11-291-1/+16
| * | | hwrng: bcm2835 - Rework interrupt maskingFlorian Fainelli2017-11-291-16/+23
| * | | hwrng: bcm2835 - Use device managed helpersFlorian Fainelli2017-11-291-12/+1
| * | | hwrng: bcm2835 - Implementation cleanup callbackFlorian Fainelli2017-11-291-3/+9
| * | | hwrng: bcm2835 - Move enabling to hwrng::initFlorian Fainelli2017-11-291-4/+12
| * | | hwrng: bcm2835 - Define a driver private contextFlorian Fainelli2017-11-291-21/+34
| * | | hwrng: bcm2835 - Obtain base register via resourceFlorian Fainelli2017-11-291-10/+10
| | |/ | |/|
* | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-01-3120-513/+563
|\ \ \
| * | | tpm: remove unused variablesArnd Bergmann2018-01-081-2/+0
| * | | tpm: remove unused data fields from I2C and OF device ID tablesJavier Martinez Canillas2018-01-081-21/+6
| * | | tpm: only attempt to disable the LPC CLKRUN if is already enabledJavier Martinez Canillas2018-01-081-1/+10
| * | | tpm: follow coding style for variable declaration in tpm_tis_core_init()Javier Martinez Canillas2018-01-081-1/+3
| * | | tpm: delete the TPM_TIS_CLK_ENABLE flagJavier Martinez Canillas2018-01-083-18/+0
| * | | tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh2018-01-084-92/+118
| * | | tpm_tis: Move ilb_base_addr to tpm_tis_dataAzhar Shaikh2018-01-083-48/+56
| * | | tpm2-cmd: allow more attempts for selftest executionAlexander.Steffen@infineon.com2018-01-081-7/+5
| * | | tpm: return a TPM_RC_COMMAND_CODE response if command is not implementedJavier Martinez Canillas2018-01-082-8/+25
| * | | tpm: Move Linux RNG connection to hwrngJason Gunthorpe2018-01-086-69/+52
| * | | tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen2018-01-084-76/+87
| * | | tpm: parse TPM event logs based on EFI tableThiebaud Weksteen2018-01-086-4/+88
| * | | tpm: rename event log provider filesThiebaud Weksteen2018-01-083-2/+2
| * | | tpm: move tpm_eventlog.h outside of drivers folderThiebaud Weksteen2018-01-088-148/+30
| * | | tpm: use tpm_msleep() value as max delayNayna Jain2018-01-081-2/+2
| * | | tpm: reduce tpm polling delay in tpm_tis_coreNayna Jain2018-01-081-2/+8
| * | | tpm: move wait_for_tpm_stat() to respective driver filesNayna Jain2017-12-164-62/+121
| |/ /
* | | Merge tag 'for-linus-4.16-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2018-01-317-14/+21
|\ \ \
| * | | ipmi_ssif: Remove duplicate NULL checkAndy Shevchenko2018-01-221-2/+1
| * | | ipmi/powernv: Fix error return code in ipmi_powernv_probe()Wei Yongjun2018-01-221-2/+3
| * | | ipmi: use dynamic memory for DMI driver overrideJohn Garry2018-01-221-1/+4
| * | | ipmi/ipmi_powernv: remove outdated todo in powernv IPMI driverJeremy Kerr2018-01-161-1/+0
| * | | ipmi: Clear smi_info->thread to prevent use-after-free during module unloadMasamitsu Yamazaki2018-01-151-1/+3
| * | | ipmi: use correct string lengthXiongfeng Wang2018-01-082-2/+2
| * | | ipmi_si: Fix error handling of platform deviceCorey Minyard2017-12-121-3/+6
| * | | ipmi watchdog: fix typo in parameter descriptionWei Yongjun2017-12-121-1/+1
| * | | ipmi_si_platform: Fix typo in parameter descriptionWei Yongjun2017-12-121-1/+1
| | |/ | |/|
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-3016-29/+29
|\ \ \ | |/ / |/| |
| * | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-2816-29/+29
| |/
* | Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2017-12-113-23/+30
|\ \ | |/ |/|
| * ipmi_si: fix crash on pariscMikulas Patocka2017-12-111-0/+2
| * ipmi_si: Fix oops with PCI devicesCorey Minyard2017-12-111-2/+5
| * ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki2017-12-061-21/+23
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-261-0/+4
|\ \
| * | x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-11-161-0/+4
* | | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-215-17/+14
* | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-215-9/+9