index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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
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
2017-11-27
i2c: sh_mobile: shorten exit of xfer routine
Wolfram Sang
2017-11-27
i2c: sh_mobile: use direct writes when accessing ICE bit
Wolfram Sang
2017-11-27
i2c: sh_mobile: manually "inline" two short functions
Wolfram Sang
2017-11-27
i2c: sh_mobile: remove redundant deinitialization
Wolfram Sang
2017-11-27
i2c: sh_mobile: remove redundant initialization
Wolfram Sang
2017-10-17
i2c: sh_mobile: Use of_device_get_match_data() helper
Geert Uytterhoeven
2017-08-17
i2c: sh_mobile: avoid unused ret variable
Eugeniu Rosca
2017-06-02
i2c: sh_mobile: drop needless check for of_node
Wolfram Sang
[next]