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-sun6i-p2wi.c
Age
Commit message (
Expand
)
Author
2024-11-17
i2c: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-07-11
i2c: sun6i-p2wi: reword according to newest specification
Wolfram Sang
2023-10-29
i2c: sun6i-p2wi: Prevent potential division by zero
Axel Lin
2023-08-14
i2c: sun6i-p2wi: Fix an error message in probe()
Dan Carpenter
2023-06-23
i2c: sun6i-p2wi: Use devm_clk_get_enabled()
Andi Shyti
2023-06-05
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
2021-08-17
i2c: sun6i-pw2i: Prefer strscpy over strlcpy
Len Baker
2020-04-18
i2c: busses: remove duplicate dev_err()
Dejin Zheng
2020-04-15
i2c: busses: convert to devm_platform_ioremap_resource
Dejin Zheng
2020-03-24
i2c: drivers: Use generic definitions for bus frequencies
Andy Shevchenko
2017-08-14
i2c: sun6i-pw2i: explicitly request exclusive reset control
Philipp Zabel
2017-07-31
i2c: Convert to using %pOF instead of full_name
Rob Herring
2014-10-20
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
2014-06-27
i2c: sun6i-p2wi: Remove duplicate inclusion of module.h
Sachin Kamat
2014-06-17
i2c: sun6-p2wi: fix call to snprintf
Boris BREZILLON
2014-06-12
i2c: sun6i-p2wi: use proper return value in probe
Wolfram Sang
2014-06-12
i2c: sunxi: add P2WI (Push/Pull 2 Wire Interface) controller support
Boris BREZILLON