index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-meson.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
I2C: Explicitly include correct DT includes
Rob Herring
2023-08-14
1
-1
/
+0
*
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
2023-06-05
1
-4
/
+2
*
i2c: move drivers from strlcpy to strscpy
Wolfram Sang
2022-08-11
1
-1
/
+1
*
i2c: meson: fix typo in comment
Julia Lawall
2022-05-21
1
-1
/
+1
*
i2c: meson: fix missing clk_disable_unprepare() on error in meson_i2c_probe()
Yang Yingliang
2022-05-04
1
-1
/
+3
*
i2c: meson: Use 50% duty cycle for I2C clock
Lucas Tanure
2022-04-15
1
-10
/
+60
*
i2c: meson: Use _SHIFT and _MASK for register definitions
Lucas Tanure
2022-04-15
1
-19
/
+22
*
i2c: meson: Fix wrong speed use from probe
Lucas Tanure
2022-03-20
1
-6
/
+6
*
i2c: meson: fixup rate calculation with filter delay
Nicolas Belin
2020-10-08
1
-11
/
+12
*
i2c: meson: keep peripheral clock enabled
Jerome Brunet
2020-10-08
1
-7
/
+3
*
i2c: meson: fix clock setting overwrite
Jerome Brunet
2020-10-08
1
-1
/
+18
*
i2c: busses: remove duplicate dev_err()
Dejin Zheng
2020-04-18
1
-3
/
+1
*
i2c: busses: convert to devm_platform_ioremap_resource
Dejin Zheng
2020-04-15
1
-3
/
+1
*
i2c: meson: implement the master_xfer_atomic callback
Martin Blumenstingl
2020-01-13
1
-32
/
+65
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
i2c: meson: update doc description to fix build warnings
Yixun Lan
2018-01-26
1
-1
/
+1
*
i2c: meson: add configurable divider factors
Jian Hu
2018-01-24
1
-4
/
+28
*
i2c: meson: improve and simplify interrupt handler
Heiner Kallweit
2017-03-30
1
-30
/
+10
*
i2c: meson: remove meson_i2c_write_tokens
Heiner Kallweit
2017-03-30
1
-10
/
+4
*
i2c: meson: don't create separate token chain just for the stop command
Heiner Kallweit
2017-03-30
1
-18
/
+5
*
i2c: meson: improve interrupt handler and detect spurious interrupts
Heiner Kallweit
2017-03-30
1
-4
/
+7
*
i2c: meson: remove variable count from meson_i2c_xfer
Heiner Kallweit
2017-03-30
1
-3
/
+2
*
i2c: meson: use full 12 bits for clock divider
Heiner Kallweit
2017-03-30
1
-2
/
+14
*
i2c: meson: use i2c core for DT clock-frequency parsing
Heiner Kallweit
2017-03-30
1
-5
/
+3
*
i2c: meson: set clock divider in probe instead of setting it for each transfer
Heiner Kallweit
2017-03-30
1
-9
/
+8
*
i2c: meson: remove member irq from struct meson_i2c
Heiner Kallweit
2017-03-30
1
-7
/
+5
*
i2c: meson: use min instead of min_t where min_t isn't needed
Heiner Kallweit
2017-03-30
1
-5
/
+5
*
i2c: meson: fix wrong variable usage in meson_i2c_put_data
Heiner Kallweit
2017-03-08
1
-1
/
+1
*
i2c: meson: add gxbb compatible string
Neil Armstrong
2016-09-15
1
-0
/
+1
*
i2c: don't print error when adding adapter fails
Wolfram Sang
2016-08-22
1
-1
/
+0
*
i2c: meson: Use complete() instead of complete_all()
Daniel Wagner
2016-08-15
1
-3
/
+3
*
i2c: meson: Fix module autoload for OF platform driver
Luis de Bethencourt
2015-10-20
1
-0
/
+1
*
i2c: add support for Amlogic Meson I2C controller
Beniamino Galvani
2014-11-18
1
-0
/
+492