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
/
st33zp24
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-24
tpm: st33zp24: Mark ACPI and OF related data as maybe unused
Krzysztof Kozlowski
2
-4
/
+4
2023-02-13
tpm: st33zp24: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+2
2022-12-08
tpm: st33zp24: remove pointless checks on probe
Dmitry Torokhov
2
-13
/
+0
2022-12-08
tpm: st33zp24: switch to using gpiod API
Dmitry Torokhov
4
-205
/
+39
2022-12-08
tpm: st33zp24: drop support for platform data
Dmitry Torokhov
3
-78
/
+10
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
1
-3
/
+1
2022-02-09
tpm: st33zp24: Make st33zp24_remove() a void function
Uwe Kleine-König
4
-11
/
+4
2022-01-09
tpm/st33zp24: drop unneeded over-commenting
Sohaib Mohamed
1
-105
/
+17
2020-07-02
tpm/st33zp24: fix spelling mistake "drescription" -> "description"
Binbin Zhou
3
-4
/
+4
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-3
/
+3
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399
Thomas Gleixner
1
-12
/
+1
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
3
-39
/
+3
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-02-13
tpm: Unify the send callback behaviour
Jarkko Sakkinen
1
-1
/
+1
2019-02-09
tpm: Fix some name collisions with drivers/char/tpm.h
Jarkko Sakkinen
3
-4
/
+4
2018-11-13
tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c
Tomas Winkler
1
-1
/
+1
2018-11-13
tpm: add tpm_calc_ordinal_duration() wrapper
Tomas Winkler
1
-1
/
+1
2018-11-13
tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c
Tomas Winkler
1
-1
/
+1
2018-05-09
tpm/st33zp24: Fix spelling mistake in macro ST33ZP24_TISREGISTER_UKNOWN
Colin Ian King
1
-2
/
+2
2018-05-09
tpm: st33zp24: remove redundant null check on chip
Colin Ian King
1
-2
/
+0
2018-02-27
tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the bus
Jeremy Boone
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-06-19
tpm/st33zp24: Switch to devm_acpi_dev_add_driver_gpios()
Andy Shevchenko
2
-4
/
+2
2017-04-03
tpm: make check_locality return bool
Jerry Snitselaar
1
-6
/
+6
2017-04-03
tpm/st33zp24: Add GPIO ACPI mapping table
Andy Shevchenko
2
-6
/
+40
2017-01-23
tpm/st33zp24: Remove unneeded linux/miscdevice.h include
Corentin Labbe
1
-1
/
+0
2016-09-15
tpm/st33zp24: Remove useless tpm_gen_interrupt
Jason Gunthorpe
1
-2
/
+0
2016-07-19
tpm: Factor out common startup code
Jason Gunthorpe
1
-3
/
+1
2016-06-25
tpm: Remove useless priv field in struct tpm_vendor_specific
Christophe Ricard
3
-46
/
+34
2016-06-25
tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chip
Christophe Ricard
1
-9
/
+9
2016-06-25
tpm: drop 'locality' from struct tpm_vendor_specific
Christophe Ricard
2
-6
/
+7
2016-06-25
tpm: drop 'read_queue' from struct tpm_vendor_specific
Christophe Ricard
2
-6
/
+7
2016-06-25
tpm: drop 'irq' from struct tpm_vendor_specific
Christophe Ricard
2
-15
/
+18
2016-06-25
tpm/st33zp24: Remove unneeded tpm_reg in get_burstcount
Christophe Ricard
1
-5
/
+5
2016-06-25
tpm/st33zp24/spi: Drop two useless checks in ACPI probe path
Christophe Ricard
1
-12
/
+1
2016-06-25
tpm/st33zp24/i2c: Drop two useless checks in ACPI probe path
Christophe Ricard
1
-12
/
+1
2016-06-25
tpm/st33zp24/spi: Change xxx_request_resources header
Christophe RICARD
1
-14
/
+17
2016-06-25
tpm/st33zp24/i2c: Change xxx_request_resources header
Christophe RICARD
1
-9
/
+12
2016-06-25
tpm: st33zp24: Add support for acpi probing for spi device.
Christophe RICARD
1
-0
/
+49
2016-06-25
tpm/st33zp24: Add support for acpi probing for i2c device.
Christophe RICARD
1
-0
/
+50
2016-06-25
tpm/st33zp24: Extend Copyright headers
Christophe RICARD
2
-2
/
+2
2016-06-25
tpm/st33zp24/spi: Improve st33zp24_spi_evaluate_latency
Christophe RICARD
1
-0
/
+5
2016-06-25
tpm/st33zp24: Remove unneeded CONFIG_OF switches
Christophe RICARD
2
-69
/
+7
2016-06-25
tpm/st33zp24/spi: Remove field spi_xfer from st33zp24_spi_phy structure
Christophe RICARD
1
-24
/
+25
2016-06-25
tpm/st33zp24/spi: Remove useless use of memcpy.
Christophe RICARD
1
-14
/
+4
2016-06-25
tpm/st33zp24/spi: Use functions name with st33zp24_spi_ prefix
Christophe RICARD
1
-22
/
+23
2016-06-25
tpm/st33zp24/spi: Remove nbr_dummy_bytes variable usage
Christophe RICARD
1
-112
/
+72
2016-06-25
tpm/st33zp24/spi: Change xxx_request_resources header
Christophe RICARD
1
-14
/
+17
2016-06-25
tpm/st33zp24/i2c: Change xxx_request_resources header
Christophe RICARD
1
-9
/
+12
[next]