index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nfc
/
s3fwrn5
/
i2c.c
Age
Commit message (
Expand
)
Author
2024-06-20
nfc: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
2023-05-22
nfc: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2022-11-23
nfc: s3fwrn5: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-10-28
nfc: s3fwrn5: use devm_clk_get_optional_enabled() helper
Dmitry Torokhov
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2021-05-28
nfc: s3fwrn5: mark OF device ID tables as maybe unused
Krzysztof Kozlowski
2021-05-19
nfc: s3fwrn5: i2c: Enable optional clock from device tree
Stephan Gerhold
2020-12-12
nfc: s3fwrn5: let core configure the interrupt trigger
Krzysztof Kozlowski
2020-12-09
nfc: s3fwrn5: Remove hard coded interrupt trigger type from the i2c module
Bongsu Jeon
2020-12-02
nfc: s3fwrn5: extract the common phy blocks
Bongsu Jeon
2020-12-02
nfc: s3fwrn5: reduce the EN_WAIT_TIME
Bongsu Jeon
2020-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-24
nfc: s3fwrn5: use signed integer for parsing GPIO numbers
Krzysztof Kozlowski
2020-11-18
nfc: s3fwrn5: Remove the max_payload
Bongsu Jeon
2020-09-10
nfc: s3fwrn5: Remove unneeded 'ret' variable
Krzysztof Kozlowski
2020-09-10
nfc: s3fwrn5: Remove wrong vendor prefix from GPIOs
Krzysztof Kozlowski
2019-10-06
nfc: s3fwrn5: fix platform_no_drv_owner.cocci warning
YueHaibing
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 123
Thomas Gleixner
2017-11-06
nfc: s3fwrn5: constify i2c_device_id
Arvind Yadav
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
2015-12-20
nfc: s3fwrn5: constify s3fwrn5_phy_ops structures
Julia Lawall
2015-10-07
nfc: s3fwrn5: i2c: Use devm_request_threaded_irq to avoid irq leak
Axel Lin
2015-08-20
nfc: s3fwrn5: Add driver for Samsung S3FWRN5 NFC Chip
Robert Baldyga