index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-rcar.c
Age
Commit message (
Expand
)
Author
2024-07-12
i2c: rcar: ensure Gen3+ reset does not disturb local targets
Wolfram Sang
2024-07-10
i2c: rcar: clear NO_RXDMA flag after resetting
Wolfram Sang
2024-07-09
i2c: rcar: bring hardware to known state when probing
Wolfram Sang
2024-01-18
i2c: rcar: add FastMode+ support for Gen4
Wolfram Sang
2024-01-18
i2c: rcar: introduce Gen4 devices
Wolfram Sang
2023-09-27
i2c: rcar: fix error code in probe()
Dan Carpenter
2023-09-22
i2c: rcar: improve accuracy for R-Car Gen3+
Wolfram Sang
2023-09-22
i2c: rcar: reset controller is mandatory for Gen3+
Wolfram Sang
2023-09-19
i2c: rcar: remove open coded DIV_ROUND_CLOSEST
Wolfram Sang
2023-09-19
i2c: rcar: calculate divider instead of brute-forcing it
Wolfram Sang
2023-09-19
i2c: rcar: properly format a debug output
Wolfram Sang
2023-09-19
i2c: rcar: avoid non-standard use of goto
Wolfram Sang
2023-08-14
I2C: Explicitly include correct DT includes
Rob Herring
2023-08-08
i2c: rcar: Remove #ifdef guards for PM related functions
Paul Cercueil
2023-06-05
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
2022-08-11
i2c: move drivers from strlcpy to strscpy
Wolfram Sang
2022-05-21
i2c: rcar: use flags instead of atomic_xfer
Kuninori Morimoto
2022-05-21
i2c: rcar: REP_AFTER_RD is not a persistent flag
Wolfram Sang
2022-05-21
i2c: rcar: use BIT macro consistently
Wolfram Sang
2022-05-21
i2c: rcar: refactor handling of first message
Wolfram Sang
2022-05-21
i2c: rcar: avoid race condition with SMIs
Wolfram Sang
2022-05-21
i2c: rcar: fix PM ref counts in probe error paths
Kuninori Morimoto
2022-04-15
i2c: rcar: add support for I2C_M_RECV_LEN
Wolfram Sang
2022-02-11
i2c: rcar: Add R-Car Gen4 support
Geert Uytterhoeven
2021-12-16
i2c: rcar: update to new DMAENGINE API when terminating
Wolfram Sang
2021-09-29
i2c: rcar: enable interrupts before starting transfer
Wolfram Sang
2021-05-28
i2c: rcar: Drop "renesas,i2c-rcar"
Geert Uytterhoeven
2021-04-14
i2c: rcar: add IRQ check
Sergey Shtylyov
2021-03-18
i2c: rcar: implement atomic transfers
Ulrich Hecht
2021-01-05
i2c: rcar: protect against supurious interrupts on V3U
Wolfram Sang
2021-01-05
i2c: rcar: make sure irq is not threaded on Gen2 and earlier
Wolfram Sang
2021-01-05
i2c: rcar: optimize cacheline to minimize HW race condition
Wolfram Sang
2021-01-05
i2c: rcar: faster irq code to minimize HW race condition
Wolfram Sang
2020-10-21
Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-09-21
i2c: rcar: add HostNotify support
Wolfram Sang
2020-09-18
i2c: rcar: refactor and shorten timeout when resetting
Wolfram Sang
2020-09-18
i2c: rcar: improve bus busy detection
Wolfram Sang
2020-08-25
i2c: rcar: in slave mode, clear NACK earlier
Wolfram Sang
2020-07-31
i2c: rcar: avoid race when unregistering slave
Wolfram Sang
2020-07-31
Merge tag 'v5.8-rc7' into i2c/for-5.9
Wolfram Sang
2020-07-26
i2c: rcar: slave: only send STOP event when we have been addressed
Wolfram Sang
2020-07-23
i2c: rcar: always clear ICSAR to avoid side effects
Wolfram Sang
2020-04-15
i2c: busses: convert to devm_platform_get_and_ioremap_resource
Dejin Zheng
2020-03-31
i2c: rcar: clean up after refactoring i2c_timings
Wolfram Sang
2020-03-24
i2c: rcar: Consolidate timings calls in rcar_i2c_clock_calculate()
Andy Shevchenko
2020-03-24
i2c: core: Allow override timing properties with 0
Andy Shevchenko
2019-11-14
i2c: rcar: Remove superfluous call to clk_get_rate()
Geert Uytterhoeven
2019-08-14
i2c: rcar: avoid race when unregistering slave client
Wolfram Sang
2019-03-20
i2c: rcar: wait for data empty before starting DMA
Wolfram Sang
2019-03-20
i2c: rcar: let DMA enable routine return success status
Wolfram Sang
[next]