index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-rcar.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
i2c: rcar: refactor TCYC handling
Wolfram Sang
2019-02-08
1
-9
/
+6
*
i2c: rcar: comment maintenance
Wolfram Sang
2019-02-05
1
-5
/
+2
*
i2c: rcar: Fix clients using i2c from suspend callback
Geert Uytterhoeven
2019-01-22
1
-1
/
+3
*
i2c: rcar: add suspend/resume support
Wolfram Sang
2019-01-08
1
-0
/
+25
*
i2c: rcar: check bus state before reinitializing
Wolfram Sang
2018-11-27
1
-4
/
+5
*
i2c: rcar: cleanup DMA for all kinds of failure
Wolfram Sang
2018-10-20
1
-1
/
+5
*
i2c: use SPDX identifier for Renesas drivers
Wolfram Sang
2018-08-24
1
-9
/
+1
*
i2c: rcar: implement STOP and REP_START according to docs
Wolfram Sang
2018-08-20
1
-14
/
+20
*
i2c: rcar: refactor private flags
Wolfram Sang
2018-08-20
1
-3
/
+4
*
i2c: rcar: use core to detect 'no zero length' quirk
Wolfram Sang
2018-08-04
1
-7
/
+6
*
i2c: rcar: handle RXDMA HW behaviour on Gen3
Wolfram Sang
2018-07-23
1
-3
/
+51
*
i2c: rcar: use the new get_bus_free callback
Wolfram Sang
2018-07-17
1
-10
/
+11
[next]