index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-05
i2c: tegra: Factor out hardware initialization into separate function
Dmitry Osipenko
1
-13
/
+19
2020-10-05
i2c: tegra: Factor out register polling into separate function
Dmitry Osipenko
1
-32
/
+25
2020-10-05
i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg()
Dmitry Osipenko
1
-40
/
+55
2020-10-05
i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
Dmitry Osipenko
1
-16
/
+30
2020-10-05
i2c: tegra: Rename wait/poll functions
Dmitry Osipenko
1
-18
/
+14
2020-10-05
i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
Dmitry Osipenko
1
-9
/
+8
2020-10-05
i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()
Dmitry Osipenko
1
-5
/
+4
2020-10-05
i2c: tegra: Remove likely/unlikely from the code
Dmitry Osipenko
1
-2
/
+2
2020-10-05
i2c: tegra: Remove outdated barrier()
Dmitry Osipenko
1
-8
/
+5
2020-10-05
i2c: tegra: Clean up variable types
Dmitry Osipenko
1
-19
/
+19
2020-10-05
i2c: tegra: Reorder location of functions in the code
Dmitry Osipenko
1
-244
/
+242
2020-10-05
i2c: tegra: Clean up probe function
Dmitry Osipenko
1
-51
/
+49
2020-10-05
i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
Dmitry Osipenko
1
-4
/
+6
2020-10-05
i2c: tegra: Use clk-bulk helpers
Dmitry Osipenko
1
-120
/
+68
2020-10-05
i2c: tegra: Use platform_get_irq()
Dmitry Osipenko
1
-6
/
+3
2020-10-05
i2c: tegra: Use devm_platform_get_and_ioremap_resource()
Dmitry Osipenko
1
-3
/
+3
2020-10-05
i2c: tegra: Use reset_control_reset()
Dmitry Osipenko
1
-3
/
+10
2020-10-05
i2c: tegra: Remove error message used for devm_request_irq() failure
Dmitry Osipenko
1
-3
/
+1
2020-10-05
i2c: tegra: Runtime PM always available on Tegra
Dmitry Osipenko
1
-23
/
+6
2020-10-05
i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
Dmitry Osipenko
1
-25
/
+21
2020-10-05
i2c: tegra: Initialize div-clk rate unconditionally
Dmitry Osipenko
1
-18
/
+16
2020-10-05
i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
Dmitry Osipenko
1
-0
/
+2
2020-10-05
i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
Dmitry Osipenko
1
-1
/
+3
2020-10-05
i2c: tegra: Add missing pm_runtime_put()
Dmitry Osipenko
1
-2
/
+2
2020-10-05
i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
Dmitry Osipenko
1
-9
/
+16
2020-09-29
i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQ
Barry Song
3
-9
/
+6
2020-09-29
i2c: efm32: Use devm_platform_get_and_ioremap_resource()
Wang ShaoBo
1
-9
/
+3
2020-09-29
i2c: i801: Add support for Intel Alder Lake PCH-S
Jarkko Nikula
2
-0
/
+5
2020-09-27
i2c: npcm7xx: Clear LAST bit after a failed transaction.
Tali Perry
1
-0
/
+9
2020-09-27
i2c: imx: Fix external abort on interrupt in exit paths
Krzysztof Kozlowski
1
-11
/
+13
2020-09-27
i2c: rk3x: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-12
/
+7
2020-09-27
i2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoC
Khalil Blaiech
3
-0
/
+2520
2020-09-27
i2c: cpm: Fix i2c_ram structure
Nicolas VINCENT
1
-0
/
+3
2020-09-21
i2c: nvidia-gpu: Use put_unaligned_be24()
Andy Shevchenko
1
-2
/
+1
2020-09-21
i2c: ismt: Add support for Intel Emmitsburg PCH
Andy Shevchenko
1
-0
/
+2
2020-09-21
i2c: ismt: Describe parameters in kernel doc
Andy Shevchenko
1
-8
/
+2
2020-09-21
i2c: jz4780: Remove of_match_ptr()
Paul Cercueil
1
-1
/
+1
2020-09-21
i2c: jz4780: Add compatible string for JZ4770 SoC
Paul Cercueil
1
-0
/
+1
2020-09-21
i2c: amd_mp2: handle num is 0 input for i2c_amd_xfer
Tom Rix
1
-1
/
+1
2020-09-21
i2c: stm32: Simplify with dev_err_probe()
Krzysztof Kozlowski
3
-17
/
+13
2020-09-21
i2c: stm32: fix error message on upon dma_request_chan & defer handling
Alain Volmat
2
-11
/
+8
2020-09-21
i2c: i801: Exclude device from suspend direct complete optimization
Jean Delvare
1
-0
/
+1
2020-09-21
i2c: rcar: add HostNotify support
Wolfram Sang
2
-3
/
+29
2020-09-18
i2c: mxs: use MXS_DMA_CTRL_WAIT4END instead of DMA_CTRL_ACK
Matthias Schiffer
1
-3
/
+7
2020-09-18
i2c: stm32: name slave slot to ease maintenance
Alain Volmat
1
-8
/
+14
2020-09-18
i2c: bcm2835: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-5
/
+3
2020-09-18
i2c: rcar: refactor and shorten timeout when resetting
Wolfram Sang
1
-12
/
+3
2020-09-18
i2c: rcar: improve bus busy detection
Wolfram Sang
1
-9
/
+10
2020-09-18
i2c: stm32f7: Add SMBus Host-Notify protocol support
Alain Volmat
2
-16
/
+97
2020-09-18
i2c: mediatek: Send i2c master code at more than 1MHz
Qii Wang
1
-1
/
+1
[prev]
[next]