开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-sh_mobile.c
Age
Commit message (
Expand
)
Author
2024-11-17
i2c: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-05-06
i2c: sh_mobile: remove printout on handled timeouts
Wolfram Sang
2024-02-08
i2c: sh_mobile: Switch R-Mobile A1/APE6 and SH-Mobile AG5 to new frequency ca...
Geert Uytterhoeven
2023-08-14
i2c: sh_mobile: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-08-14
I2C: Explicitly include correct DT includes
Rob Herring
2023-08-08
i2c: sh-mobile: 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-01-11
i2c: sh_mobile: remove unneeded semicolon
Yang Li
2022-01-03
i2c: sh_mobile: Use platform_get_irq_optional() to get the interrupt
Lad Prabhakar
2021-12-16
i2c: sh_mobile: update to new DMAENGINE API when terminating
Wolfram Sang
2021-08-11
i2c: sh_mobile: : use proper DMAENGINE API for termination
Wolfram Sang
2021-05-25
i2c: sh_mobile: Use new clock calculation formulas for RZ/G2E
Geert Uytterhoeven
2020-12-09
i2c: sh_mobile: Mark adapter suspended during suspend
Geert Uytterhoeven
2020-11-06
i2c: sh_mobile: implement atomic transfers
Ulrich Hecht
2020-07-04
i2c: Use separate MODULE_AUTHOR() statements for multiple authors
Jarkko Nikula
2020-05-29
i2c: sh_mobile: simplify code and remove false compilation warning
Viresh Kumar
2020-03-24
i2c: drivers: Use generic definitions for bus frequencies
Andy Shevchenko
2019-11-14
i2c: sh_mobile: Use dma_request_chan() directly for channel request
Peter Ujfalusi
2019-02-08
i2c: sh_mobile: use new clock calculation formulas for Gen2
Wolfram Sang
2019-02-08
i2c: sh_mobile: use new clock calculation formulas for Gen3
Wolfram Sang
2019-02-08
i2c: sh_mobile: sort compatible entries
Wolfram Sang
2019-01-23
i2c: sh_mobile: update copyright and comments
Wolfram Sang
2019-01-23
i2c: sh_mobile: refactor rx isr
Wolfram Sang
2019-01-23
i2c: sh_mobile: replace break; with if-block
Wolfram Sang
2019-01-23
i2c: sh_mobile: remove is_first_byte function
Wolfram Sang
2019-01-23
i2c: sh_mobile: drop 'data' argument from i2c_op function
Wolfram Sang
2019-01-23
i2c: sh_mobile: remove get_data function
Wolfram Sang
2019-01-23
i2c: sh_mobile: simplify sending address for RX
Wolfram Sang
2018-12-17
i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)
Fabrizio Castro
2018-11-27
i2c: sh_mobile: add support for r8a77990 (R-Car E3)
Simon Horman
2018-10-29
i2c: sh_mobile: Remove dummy runtime PM callbacks
Jarkko Nikula
2018-08-30
i2c: sh_mobile: fix leak when using DMA bounce buffer
Wolfram Sang
2018-08-30
i2c: sh_mobile: define start_ch() void as it only returns 0 anyhow
Wolfram Sang
2018-08-30
i2c: refactor function to release a DMA safe buffer
Wolfram Sang
2018-08-24
i2c: use SPDX identifier for Renesas drivers
Wolfram Sang
2018-08-04
i2c: sh_mobile: use core to detect 'no zero length read' quirk
Wolfram Sang
2018-05-08
i2c: busses: remove superfluous ignoring of children for RPM
Wolfram Sang
2018-01-15
i2c: sh_mobile: let r8a7790 (R-Car H2) use the new formula
Wolfram Sang
2018-01-15
i2c: sh_mobile: add new frequency calculation for later SoC
Wolfram Sang
2018-01-15
i2c: sh_mobile: add helper to check frequency calculations
Wolfram Sang
2018-01-15
i2c: sh_mobile: let RuntimePM do the clock handling
Wolfram Sang
2018-01-15
i2c: sh_mobile: require setup callback
Wolfram Sang
2018-01-15
i2c: sh_mobile: allow setup callback to return errno
Wolfram Sang
2018-01-15
i2c: sh_mobile: move type detection upwards
Wolfram Sang
2017-12-03
i2c: sh_mobile: use core helper to decide when to use DMA
Wolfram Sang
2017-11-27
i2c: sh_mobile: make sure to not accidently trigger STOP
Wolfram Sang
2017-11-27
i2c: sh_mobile: send STOP according to datasheet
Wolfram Sang
2017-11-27
i2c: sh_mobile: avoid unnecessary register read
Wolfram Sang
2017-11-27
i2c: sh_mobile: let RuntimePM do the clock handling
Wolfram Sang
[next]