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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-20
i2c: pasemi: Wait for write xfers to finish
Martin Povišer
1
-0
/
+6
2022-04-08
i2c: mux: demux-pinctrl: do not deactivate a master that is not active
Peter Rosin
1
-2
/
+3
2022-04-08
i2c: meson: Fix wrong speed use from probe
Lucas Tanure
1
-6
/
+6
2022-04-08
i2c: xiic: Make bus names unique
Robert Hancock
1
-1
/
+2
2022-04-08
amba: Make the remove callback return void
Uwe Kleine-König
1
-3
/
+1
2022-03-08
i2c: qup: allow COMPILE_TEST
Wolfram Sang
1
-1
/
+1
2022-03-08
i2c: cadence: allow COMPILE_TEST
Wolfram Sang
1
-1
/
+1
2022-03-08
i2c: bcm2835: Avoid clock stretching timeouts
Eric Anholt
1
-0
/
+11
2022-02-23
i2c: brcmstb: fix support for DSL and CM variants
Rafał Miłecki
1
-1
/
+1
2022-02-23
i2c: qcom-cci: don't put a device tree node before i2c_add_adapter()
Vladimir Zapolskiy
1
-4
/
+10
2022-02-23
i2c: qcom-cci: don't delete an unregistered adapter
Vladimir Zapolskiy
1
-1
/
+1
2022-01-27
i2c: designware-pci: Fix to change data types of hcnt and lcnt parameters
Lakshmi Sowjanya D
1
-4
/
+4
2022-01-27
i2c: mpc: Correct I2C reset procedure
Joakim Tjernlund
1
-8
/
+15
2022-01-27
i2c: i801: Don't silently correct invalid transfer size
Heiner Kallweit
1
-10
/
+5
2022-01-05
i2c: validate user data in compat ioctl
Pavel Skripkin
1
-0
/
+3
2021-12-17
i2c: rk3x: Handle a spurious start completion interrupt flag
Ondrej Jirman
1
-2
/
+2
2021-12-08
i2c: cbus-gpio: set atomic transfer callback
Aaro Koskinen
1
-2
/
+3
2021-12-08
i2c: stm32f7: stop dma transfer in case of NACK
Alain Volmat
1
-2
/
+7
2021-12-08
i2c: stm32f7: recover the bus on access timeout
Alain Volmat
1
-0
/
+2
2021-12-08
i2c: stm32f7: flush TX FIFO upon transfer errors
Alain Volmat
1
-1
/
+19
2021-11-18
i2c: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()'
Christophe JAILLET
1
-1
/
+5
2021-11-18
i2c: mediatek: fixing the incorrect register offset
Kewei Xu
1
-1
/
+1
2021-10-13
i2c: mediatek: Add OFFSET_EXT_CONF setting back
Kewei Xu
1
-1
/
+10
2021-10-13
i2c: acpi: fix resource leak in reconfiguration device addition
Jamie Iles
1
-0
/
+1
2021-09-15
i2c: xlp9xx: fix main IRQ check
Sergey Shtylyov
1
-1
/
+1
2021-09-15
i2c: mt65xx: fix IRQ check
Sergey Shtylyov
1
-1
/
+1
2021-09-15
i2c: hix5hd2: fix IRQ check
Sergey Shtylyov
1
-1
/
+1
2021-09-15
i2c: fix platform_get_irq.cocci warnings
Tian Tao
1
-3
/
+1
2021-09-15
i2c: s3c2410: fix IRQ check
Sergey Shtylyov
1
-1
/
+1
2021-09-15
i2c: iop3xx: fix deferred probing
Sergey Shtylyov
1
-4
/
+2
2021-09-15
i2c: synquacer: fix deferred probing
Sergey Shtylyov
1
-1
/
+1
2021-09-15
i2c: highlander: add IRQ check
Sergey Shtylyov
1
-1
/
+1
2021-08-18
i2c: dev: zero out array used for i2c reads from userspace
Greg Kroah-Hartman
1
-2
/
+3
2021-07-20
i2c: core: Disable client irq on reboot/shutdown
Dmitry Torokhov
1
-0
/
+3
2021-06-30
i2c: robotfuzz-osif: fix control-request directions
Johan Hovold
1
-2
/
+2
2021-06-30
i2c: i801: Ensure that SMBHSTSTS_INUSE_STS is cleared when leaving i801_access
Heiner Kallweit
1
-0
/
+3
2021-06-16
i2c: mpc: implement erratum A-004447 workaround
Chris Packham
1
-1
/
+78
2021-06-16
i2c: mpc: Make use of i2c_recover_bus()
Chris Packham
1
-2
/
+16
2021-06-10
i2c: qcom-geni: Suspend and resume the bus during SYSTEM_SLEEP_PM ops
Roja Rani Yarubandi
1
-1
/
+11
2021-06-10
i2c: qcom-geni: Add shutdown callback for i2c
Roja Rani Yarubandi
1
-0
/
+9
2021-06-03
i2c: sh_mobile: Use new clock calculation formulas for RZ/G2E
Geert Uytterhoeven
1
-1
/
+1
2021-06-03
i2c: i801: Don't generate an interrupt on bus reset
Jean Delvare
1
-4
/
+2
2021-06-03
i2c: mediatek: Disable i2c start_en and clear intr_stat brfore reset
Qii Wang
1
-0
/
+5
2021-06-03
i2c: s3c2410: fix possible NULL pointer deref on read message after write
Krzysztof Kozlowski
1
-0
/
+3
2021-05-19
i2c: mediatek: Fix send master code at more than 1MHz
Qii Wang
1
-4
/
+5
2021-05-19
i2c: bail out early when RDWR parameters are wrong
Wolfram Sang
1
-2
/
+7
2021-05-14
i2c: mediatek: Fix wrong dma sync flag
Qii Wang
1
-1
/
+1
2021-05-14
i2c: sh7760: fix IRQ error path
Sergey Shtylyov
1
-1
/
+1
2021-05-14
i2c: sh7760: add IRQ check
Sergey Shtylyov
1
-1
/
+4
2021-05-14
i2c: rcar: add IRQ check
Sergey Shtylyov
1
-1
/
+4
[next]