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-rcar.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: rcar: add FastMode+ support for Gen4
Wolfram Sang
2024-01-18
1
-11
/
+27
*
i2c: rcar: introduce Gen4 devices
Wolfram Sang
2024-01-18
1
-6
/
+7
*
i2c: rcar: fix error code in probe()
Dan Carpenter
2023-09-27
1
-1
/
+3
*
i2c: rcar: improve accuracy for R-Car Gen3+
Wolfram Sang
2023-09-22
1
-39
/
+89
*
i2c: rcar: reset controller is mandatory for Gen3+
Wolfram Sang
2023-09-22
1
-15
/
+14
*
i2c: rcar: remove open coded DIV_ROUND_CLOSEST
Wolfram Sang
2023-09-19
1
-4
/
+3
*
i2c: rcar: calculate divider instead of brute-forcing it
Wolfram Sang
2023-09-19
1
-16
/
+8
*
i2c: rcar: properly format a debug output
Wolfram Sang
2023-09-19
1
-1
/
+1
*
i2c: rcar: avoid non-standard use of goto
Wolfram Sang
2023-09-19
1
-4
/
+8
*
I2C: Explicitly include correct DT includes
Rob Herring
2023-08-14
1
-1
/
+1
*
i2c: rcar: Remove #ifdef guards for PM related functions
Paul Cercueil
2023-08-08
1
-8
/
+2
*
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: rcar: use flags instead of atomic_xfer
Kuninori Morimoto
2022-05-21
1
-10
/
+10
*
i2c: rcar: REP_AFTER_RD is not a persistent flag
Wolfram Sang
2022-05-21
1
-9
/
+8
*
i2c: rcar: use BIT macro consistently
Wolfram Sang
2022-05-21
1
-35
/
+35
*
i2c: rcar: refactor handling of first message
Wolfram Sang
2022-05-21
1
-27
/
+23
*
i2c: rcar: avoid race condition with SMIs
Wolfram Sang
2022-05-21
1
-11
/
+17
*
i2c: rcar: fix PM ref counts in probe error paths
Kuninori Morimoto
2022-05-21
1
-6
/
+9
*
i2c: rcar: add support for I2C_M_RECV_LEN
Wolfram Sang
2022-04-15
1
-4
/
+27
*
i2c: rcar: Add R-Car Gen4 support
Geert Uytterhoeven
2022-02-11
1
-0
/
+1
*
i2c: rcar: update to new DMAENGINE API when terminating
Wolfram Sang
2021-12-16
1
-17
/
+9
*
i2c: rcar: enable interrupts before starting transfer
Wolfram Sang
2021-09-29
1
-3
/
+3
*
i2c: rcar: Drop "renesas,i2c-rcar"
Geert Uytterhoeven
2021-05-28
1
-1
/
+0
*
i2c: rcar: add IRQ check
Sergey Shtylyov
2021-04-14
1
-1
/
+4
*
i2c: rcar: implement atomic transfers
Ulrich Hecht
2021-03-18
1
-6
/
+78
*
i2c: rcar: protect against supurious interrupts on V3U
Wolfram Sang
2021-01-05
1
-14
/
+43
*
i2c: rcar: make sure irq is not threaded on Gen2 and earlier
Wolfram Sang
2021-01-05
1
-1
/
+5
*
i2c: rcar: optimize cacheline to minimize HW race condition
Wolfram Sang
2021-01-05
1
-1
/
+1
*
i2c: rcar: faster irq code to minimize HW race condition
Wolfram Sang
2021-01-05
1
-7
/
+4
*
Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-10-21
1
-24
/
+41
|
\
|
*
i2c: rcar: add HostNotify support
Wolfram Sang
2020-09-21
1
-3
/
+28
|
*
i2c: rcar: refactor and shorten timeout when resetting
Wolfram Sang
2020-09-18
1
-12
/
+3
|
*
i2c: rcar: improve bus busy detection
Wolfram Sang
2020-09-18
1
-9
/
+10
*
|
i2c: rcar: in slave mode, clear NACK earlier
Wolfram Sang
2020-08-25
1
-0
/
+1
|
/
*
i2c: rcar: avoid race when unregistering slave
Wolfram Sang
2020-07-31
1
-3
/
+5
*
Merge tag 'v5.8-rc7' into i2c/for-5.9
Wolfram Sang
2020-07-31
1
-0
/
+3
|
\
|
*
i2c: rcar: always clear ICSAR to avoid side effects
Wolfram Sang
2020-07-23
1
-0
/
+3
*
|
i2c: rcar: slave: only send STOP event when we have been addressed
Wolfram Sang
2020-07-26
1
-3
/
+4
|
/
*
i2c: busses: convert to devm_platform_get_and_ioremap_resource
Dejin Zheng
2020-04-15
1
-3
/
+1
*
i2c: rcar: clean up after refactoring i2c_timings
Wolfram Sang
2020-03-31
1
-6
/
+6
*
i2c: rcar: Consolidate timings calls in rcar_i2c_clock_calculate()
Andy Shevchenko
2020-03-24
1
-9
/
+9
*
i2c: core: Allow override timing properties with 0
Andy Shevchenko
2020-03-24
1
-1
/
+1
*
i2c: rcar: Remove superfluous call to clk_get_rate()
Geert Uytterhoeven
2019-11-14
1
-1
/
+1
*
i2c: rcar: avoid race when unregistering slave client
Wolfram Sang
2019-08-14
1
-4
/
+7
*
i2c: rcar: wait for data empty before starting DMA
Wolfram Sang
2019-03-20
1
-7
/
+4
*
i2c: rcar: let DMA enable routine return success status
Wolfram Sang
2019-03-20
1
-5
/
+6
*
i2c: rcar: sanity check for minimal DMA length
Wolfram Sang
2019-03-20
1
-2
/
+6
*
i2c: rcar: explain the lockless design
Wolfram Sang
2019-03-12
1
-0
/
+9
*
i2c: rcar: fix concurrency issue related to ICDMAER
Hiromitsu Yamasaki
2019-03-12
1
-3
/
+3
[next]