summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* tpm: cleanup of printk error messagesNayna Jain2016-11-282-32/+13
* tpm: replace of_find_node_by_name() with dev of_node propertyNayna Jain2016-11-281-4/+2
* tpm: redefine read_log() to handle ACPI/OF at runtimeNayna Jain2016-11-285-33/+42
* tpm: fix the missing .owner in tpm_bios_measurements_opsNayna Jain2016-11-281-0/+1
* tpm: have event log use the tpm_chipNayna Jain2016-11-286-37/+84
* tpm: drop tpm1_chip_register(/unregister)Jarkko Sakkinen2016-11-283-26/+11
* tpm: replace dynamically allocated bios_dir with a static arrayJarkko Sakkinen2016-11-284-54/+43
* tpm: replace symbolic permission with octal for securityfs filesNayna Jain2016-11-281-2/+2
* char: tpm: fix kerneldoc tpm2_unseal_trusted name typoBaruch Siach2016-11-281-1/+1
* tpm_tis: Allow tpm_tis to be bound using DTJason Gunthorpe2016-11-282-1/+12
* tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEVJarkko Sakkinen2016-11-281-25/+47
* tpm: Only call pm_runtime_get_sync if device has a parentStefan Berger2016-11-281-2/+4
* tpm: define a generic open() method for ascii & bios measurementsNayna Jain2016-11-281-48/+15
* tpm: Get rid of TPM_CHIP_FLAG_REGISTEREDJason Gunthorpe2016-11-282-6/+0
* tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe2016-11-281-1/+0
* tpm tis: Do not print timeout messages twiceJason Gunthorpe2016-11-283-10/+18
* tpm_tis: Check return values from get_burstcount.Josh Zimmerman2016-11-281-2/+13
* tpm: place kdoc just above tpm_pcr_extendWinkler, Tomas2016-11-281-8/+8
* tpm: sanitize constant expressionsJarkko Sakkinen2016-11-283-21/+23
* tpm: Clean up reading of timeout and duration capabilitiesEd Swierk2016-11-281-48/+17
* char/tpm: Check return code of wait_for_tpm_statPeter Huewe2016-11-281-9/+20
* tmp/tpm_crb: implement runtime pm for tpm_crbWinkler, Tomas2016-11-282-4/+43
* tpm/tpm_crb: open code the crb_init into acpi_addWinkler, Tomas2016-11-281-16/+10
* tmp/tpm_crb: fix Intel PTT hw bug during idle stateWinkler, Tomas2016-11-281-8/+39
* tpm/tpm_crb: implement tpm crb idle stateWinkler, Tomas2016-11-281-0/+66
* Merge branch 'media-fixes' (patches from Mauro)Linus Torvalds2016-11-1314-249/+310
|\
| * gp8psk: Fix DVB frontend attachMauro Carvalho Chehab2016-11-137-152/+246
| * gp8psk: fix gp8psk_usb_in_op() logicMauro Carvalho Chehab2016-11-131-2/+3
| * dvb-usb: move data_mutex to struct dvb_usb_deviceMauro Carvalho Chehab2016-11-137-95/+61
* | Merge tag 'char-misc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-11-134-6/+3
|\ \
| * | ppdev: fix double-free of pp->pdev->nameJann Horn2016-11-101-3/+0
| * | vmbus: make sysfs names consistent with PCIStephen Hemminger2016-11-011-1/+1
| * | mei: bus: fix received data size check in NFC fixupAlexander Usyskin2016-10-312-2/+2
* | | Merge tag 'driver-core-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-11-131-2/+3
|\ \ \
| * | | driver core: fix smatch warning on dev->bus checkRob Herring2016-10-311-1/+1
| * | | driver core: skip removal test for non-removable driversRob Herring2016-10-311-1/+2
| |/ /
* | | Merge tag 'staging-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-11-1310-53/+63
|\ \ \
| * | | iio: maxim_thermocouple: detect invalid storage size in read()Arnd Bergmann2016-11-131-0/+2
| * | | staging: nvec: remove managed resource from PS2 driverMarc Dietrich2016-11-071-1/+1
| * | | Revert "staging: nvec: ps2: change serio type to passthrough"Paul Fertser2016-11-071-1/+1
| * | | drivers: staging: nvec: remove bogus reset command for PS/2 interfacePaul Fertser2016-11-071-4/+0
| * | | staging: greybus: arche-platform: fix device reference leakJohan Hovold2016-11-071-0/+1
| * | | staging: comedi: ni_tio: fix buggy ni_tio_clock_period_ps() return valueIan Abbott2016-11-071-1/+2
| * | | staging: sm750fb: Fix bugs introduced by early commitsHuacai Chen2016-11-071-4/+4
| * | | Merge tag 'iio-fixes-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-11-075-42/+52
| |\ \ \ | | |/ / | |/| |
| | * | iio: hid-sensors: Increase the precision of scale to fix wrong reading interp...Song Hongyan2016-11-051-28/+28
| | * | iio: orientation: hid-sensor-rotation: Add PM function (fix non working driver)Song Hongyan2016-11-051-0/+1
| | * | iio: st_sensors: fix scale configuration for h3lis331dlLorenzo Bianconi2016-10-302-7/+13
| | * | staging: iio: ad5933: avoid uninitialized variable in error caseArnd Bergmann2016-10-251-7/+10
* | | | Merge tag 'usb-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-11-1312-37/+35
|\ \ \ \