index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm_crb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-27
Revert "tpm/tpm_crb: implement tpm crb idle state"
Jarkko Sakkinen
1
-69
/
+0
2016-09-27
Revert "tmp/tpm_crb: fix Intel PTT hw bug during idle state"
Jarkko Sakkinen
1
-39
/
+8
2016-09-27
Revert "tpm/tpm_crb: open code the crb_init into acpi_add"
Jarkko Sakkinen
1
-10
/
+16
2016-09-27
Revert "tmp/tpm_crb: implement runtime pm for tpm_crb"
Jarkko Sakkinen
1
-34
/
+3
2016-09-16
tmp/tpm_crb: implement runtime pm for tpm_crb
Winkler, Tomas
1
-3
/
+34
2016-09-16
tpm/tpm_crb: open code the crb_init into acpi_add
Winkler, Tomas
1
-16
/
+10
2016-09-16
tmp/tpm_crb: fix Intel PTT hw bug during idle state
Winkler, Tomas
1
-8
/
+39
2016-09-16
tpm/tpm_crb: implement tpm crb idle state
Winkler, Tomas
1
-0
/
+69
2016-09-15
tpm/tpm_crb: fix the over 80 characters checkpatch warring
Tomas Winkler
1
-2
/
+1
2016-09-15
tpm/tpm_crb: drop useless cpu_to_le32 when writing to registers
Tomas Winkler
1
-2
/
+2
2016-09-15
tpm/tpm_crb: cache cmd_size register value.
Tomas Winkler
1
-5
/
+5
2016-09-15
tmp/tpm_crb: drop include to platform_device
Tomas Winkler
1
-1
/
+0
2016-09-15
tpm_crb: fix incorrect values of cmdReady and goIdle bits
Jarkko Sakkinen
1
-2
/
+2
2016-09-15
tpm_crb: refine the naming of constants
Jarkko Sakkinen
1
-11
/
+11
2016-09-15
tpm_crb: remove wmb()'s
Jarkko Sakkinen
1
-3
/
+0
2016-09-15
tpm_crb: fix crb_req_canceled behavior
Jarkko Sakkinen
1
-2
/
+5
2016-07-19
tpm: Factor out common startup code
Jason Gunthorpe
1
-9
/
+1
2016-06-25
tpm_crb: fix address space of the return pointer in crb_map_res()
Jarkko Sakkinen
1
-1
/
+1
2016-06-25
tpm: Remove useless priv field in struct tpm_vendor_specific
Christophe Ricard
1
-6
/
+6
2016-06-25
tpm_crb: fix mapping of the buffers
Jarkko Sakkinen
1
-11
/
+28
2016-06-25
tpm_crb: drop struct resource res from struct crb_priv
Jarkko Sakkinen
1
-13
/
+16
2016-06-25
tpm: fix crash in tpm_tis deinitialization
Jarkko Sakkinen
1
-3
/
+0
2016-02-20
tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()
Jarkko Sakkinen
1
-2
/
+2
2016-02-20
tpm_crb/tis: fix: use dev_name() for /proc/iomem
Jarkko Sakkinen
1
-1
/
+3
2016-02-10
tpm_crb: Use devm_ioremap_resource
Jason Gunthorpe
1
-49
/
+102
2016-02-10
tpm_crb: Drop le32_to_cpu(ioread32(..))
Jason Gunthorpe
1
-11
/
+11
2016-02-10
tpm_crb: Use the common ACPI definition of struct acpi_tpm2
Jason Gunthorpe
1
-22
/
+9
2015-12-20
tpm: rework tpm_get_timeouts()
Jason Gunthorpe
1
-11
/
+3
2015-10-19
tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0
Jarkko Sakkinen
1
-21
/
+11
2015-10-19
tpm, tpm_crb: fix unaligned read of the command buffer address
Jarkko Sakkinen
1
-3
/
+4
2015-07-14
tpm, tpm_crb: fail when TPM2 ACPI table contents look corrupted
Jarkko Sakkinen
1
-0
/
+8
2015-06-17
tpm, tpm_crb: fix le64_to_cpu conversions in crb_acpi_add()
Jarkko Sakkinen
1
-2
/
+2
2015-02-15
tpm: fix suspend/resume paths for TPM 2.0
Jarkko Sakkinen
1
-15
/
+5
2015-01-19
char/tpm/tpm_crb: fix build error
Jarkko Sakkinen
1
-1
/
+1
2015-01-17
tpm: TPM 2.0 CRB Interface
Jarkko Sakkinen
1
-0
/
+354