aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAge
...
| * char: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-10-18
| * vTPM: fix searching for the right vTPM node in device treeHon Ching \(Vicky\) Lo2015-10-18
| * tpm: seal/unseal for TPM 2.0Jarkko Sakkinen2015-10-18
| * tpm: introduce tpm_bufJarkko Sakkinen2015-10-18
| * tpm: move the PPI attributes to character device directory.Jarkko Sakkinen2015-10-18
| * tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0Jarkko Sakkinen2015-10-18
| * tpm, tpm_crb: fix unaligned read of the command buffer addressJarkko Sakkinen2015-10-18
| * vTPM: fix memory allocation flag for rtce buffer at kernel bootHon Ching \(Vicky\) Lo2015-10-18
| * tpm: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-10-18
* | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-27
|/
* tpm, tpm_crb: fail when TPM2 ACPI table contents look corruptedJarkko Sakkinen2015-07-13
* tpm: Fix initialization of the cdevJason Gunthorpe2015-07-13
* tpm, tpm_crb: fix le64_to_cpu conversions in crb_acpi_add()Jarkko Sakkinen2015-06-16
* vTPM: set virtual device before passing to ibmvtpm_reset_crqHon Ching \(Vicky\) Lo2015-06-16
* tpm_ibmvtpm: remove unneccessary message level.Fabian Frederick2015-06-16
* Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2015-04-16
|\
| * xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-15
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-04-15
|\ \
| * | tpm/st33zp24/spi: Add missing device table for spi phy.Christophe Ricard2015-03-26
| * | tpm/st33zp24: Add proper wait for ordinal duration in case of irq modeChristophe Ricard2015-03-26
| * | tpm/tpm_infineon: Use struct dev_pm_ops for power managementPeter Huewe2015-03-18
| * | tpm: Update KConfig text to include TPM2.0 FIFO chipsPeter Huewe2015-03-18
| * | tpm/st33zp24/spi: Add st33zp24 spi phyChristophe Ricard2015-03-18
| * | tpm/tpm_i2c_stm_st33: Split tpm_i2c_tpm_st33 in 2 layers (core + phy)Christophe Ricard2015-03-18
| * | tpm/tpm_i2c_stm_st33: Replace access to io_lpcpd from struct st33zp24_platfor...Christophe Ricard2015-03-18
| * | tpm: fix: sanitized code paths in tpm_chip_register()Jarkko Sakkinen2015-03-18
| * | tpm: fix call order in tpm-chip.cJarkko Sakkinen2015-03-05
| * | tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2015-03-05
* | | PNP: tpm/tpm_infineon: Use module_pnp_driver to register driverPeter Huewe2015-03-18
| |/ |/|
* | tpm: fix call order in tpm-chip.cJarkko Sakkinen2015-03-06
* | tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2015-03-06
|/
* Added Little Endian support to vtpm modulehonclo2015-02-15
* tpm, tpm_tis: fix TPM 2.0 probingJarkko Sakkinen2015-02-15
* tpm: fix suspend/resume paths for TPM 2.0Jarkko Sakkinen2015-02-15
* tpm/tpm_tis: Add missing ifdef CONFIG_ACPI for pnp_acpi_devicePeter Huewe2015-01-21
* tpm: fix format string error in tpm-chip.cJarkko Sakkinen2015-01-20
* char/tpm/tpm_crb: fix build errorJarkko Sakkinen2015-01-19
* char/tpm: fixed white spaces coding style issuesBruno E O Meneguele2015-01-18
* tpm/tpm_i2c_stm_st33: Change tpm_i2c_stm_st33.h to tpm_stm_st33.hChristophe Ricard2015-01-17
* tpm/tpm_i2c_stm_st33: Replace remaining r by retChristophe Ricard2015-01-17
* tpm/tpm_i2c_stm_st33: Sanity cleanupChristophe Ricard2015-01-17
* tpm/tpm_i2c_stm_st33: Remove sparse spacesChristophe Ricard2015-01-17
* tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFOChristophe Ricard2015-01-17
* tpm: TPM 2.0 FIFO InterfaceJarkko Sakkinen2015-01-17
* tpm: TPM 2.0 CRB InterfaceJarkko Sakkinen2015-01-17
* tpm: TPM 2.0 baseline supportJarkko Sakkinen2015-01-17
* tpm: device class for tpmJarkko Sakkinen2015-01-17
* tpm: rename chip->dev to chip->pdevJarkko Sakkinen2015-01-17
* tpm: fix raciness of PPI interface lookupJarkko Sakkinen2015-01-17
* tpm: two-phase chip management functionsJarkko Sakkinen2015-01-17
502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761
























































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
%PDF-1.4
%
3 0 obj <<
/Length 1720      
/Filter /FlateDecode
>>
stream
xXK6WV	Y3MP-Zt]K2H9ɡ^:^̑<ryՏx1q6&la,
4!!-KmW/QΏ )PJ$1͖G)ao4	SM-}R7K~
BT?J(ql_zn8
8R	?kxi04՗+,PAc=<j'EY@/UP,<3=
M]e+;Dmd<;A9k	t