index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-viperboard.c
Age
Commit message (
Expand
)
Author
2025-05-23
i2c: Use str_read_write() helper
Yumeng Fang
2025-05-19
i2c: viperboard: Replace dev_err() with dev_err_probe() in probe function
Enrico Zanda
2024-11-17
i2c: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-07-11
i2c: viperboard: reword according to newest specification
Wolfram Sang
2024-05-06
i2c: viperboard: drop driver owner assignment
Krzysztof Kozlowski
2023-06-05
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-05-15
i2c: viperboard: return message count on master_xfer success
Peter Rosin
2016-11-18
i2c: constify i2c_adapter_quirks structures
Julia Lawall
2015-08-10
i2c: viperboard: clean up inconsistent indenting
Colin Ian King
2015-03-13
i2c: viperboard: make use of the new infrastructure for quirks
Wolfram Sang
2014-01-09
i2c: viperboard: remove superfluous assignment
Wolfram Sang
2014-01-04
i2c: viperboard: Use devm_kzalloc() functions
Jingoo Han
2013-04-02
i2c: Ignore return value of i2c_del_adapter()
Lars-Peter Clausen
2012-12-22
i2c: remove __dev* attributes from subsystem
Bill Pemberton
2012-11-20
i2c: Add viperboard i2c master driver
Lars Poeschel