index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-13
i2c: imx: don't print error message on probe defer
Lucas Stach
1
-1
/
+2
2019-12-13
i2c: core: fix use after free in of_i2c_notify
Wen Yang
1
-2
/
+2
2019-12-01
i2c: uniphier-f: fix timeout error after reading 8 bytes
Masahiro Yamada
1
-3
/
+14
2019-12-01
i2c: uniphier-f: fix race condition when IRQ is cleared
Masahiro Yamada
1
-5
/
+6
2019-12-01
i2c: uniphier-f: fix occasional timeout error
Masahiro Yamada
1
-8
/
+25
2019-12-01
i2c: uniphier-f: make driver robust against concurrency
Masahiro Yamada
1
-1
/
+16
2019-11-24
i2c: zx2967: use core to detect 'no zero length' quirk
Wolfram Sang
1
-3
/
+5
2019-11-24
i2c: tegra: use core to detect 'no zero length' quirk
Wolfram Sang
1
-3
/
+1
2019-11-24
i2c: qup: use core to detect 'no zero length' quirk
Wolfram Sang
1
-8
/
+6
2019-11-24
i2c: omap: use core to detect 'no zero length' quirk
Wolfram Sang
1
-3
/
+5
2019-11-24
i2c: brcmstb: Allow enabling the driver on DSL SoCs
Florian Fainelli
1
-3
/
+4
2019-11-24
i2c: mediatek: modify threshold passed to i2c_get_dma_safe_msg_buf()
Hsin-Yi Wang
1
-4
/
+4
2019-11-20
i2c: aspeed: fix invalid clock parameters for very large divisors
Brendan Higgins
1
-20
/
+45
2019-11-20
i2c: mediatek: Use DMA safe buffers for i2c transactions
Jun Gao
1
-7
/
+55
2019-11-20
i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is present
Hans de Goede
1
-1
/
+27
2019-11-10
i2c: stm32f7: remove warning when compiling with W=1
Alain Volmat
1
-1
/
+1
2019-11-10
i2c: stm32f7: fix a race in slave mode with arbitration loss irq
Fabrice Gasnier
1
-7
/
+10
2019-11-10
i2c: stm32f7: fix first byte to send in slave mode
Fabrice Gasnier
1
-0
/
+2
2019-10-07
i2c-cht-wc: Fix lockdep warning
Hans de Goede
1
-0
/
+46
2019-10-05
i2c: riic: Clear NACK in tend isr
Chris Brandt
1
-0
/
+1
2019-09-21
i2c: designware: Synchronize IRQs when unregistering slave client
Jarkko Nikula
1
-0
/
+1
2019-09-16
i2c: at91: fix clk_offset for sama5d2
Michał Mirosław
1
-1
/
+1
2019-09-16
i2c: at91: disable TXRDY interrupt after sending data
Michał Mirosław
1
-4
/
+5
2019-09-06
i2c: piix4: Fix port selection for AMD Family 16h Model 30h
Andrew Cooks
1
-7
/
+5
2019-09-06
i2c: emev2: avoid race when unregistering slave client
Wolfram Sang
1
-4
/
+12
2019-09-06
i2c: rcar: avoid race when unregistering slave client
Wolfram Sang
1
-4
/
+7
2019-08-09
gcc-9: don't warn about uninitialized variable
Linus Torvalds
1
-1
/
+1
2019-07-31
i2c: stm32f7: fix the get_irq error cases
Fabrice Gasnier
1
-12
/
+14
2019-07-10
i2c: pca-platform: Fix GPIO lookup code
Linus Walleij
1
-2
/
+1
2019-06-22
i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwr
Yingjoe Chen
1
-0
/
+1
2019-06-19
i2c: acorn: fix i2c warning
Russell King
1
-0
/
+1
2019-06-11
i2c: xiic: Add max_read_len quirk
Robert Hancock
1
-0
/
+5
2019-06-09
i2c: synquacer: fix synquacer_i2c_doxfer() return value
Masahisa Kojima
1
-1
/
+1
2019-06-09
i2c: mlxcpld: Fix wrong initialization order in probe
Vadim Pasternak
1
-1
/
+1
2019-05-08
i2c: i2c-stm32f7: Fix SDADEL minimum formula
Nicolas Le Bayon
1
-1
/
+1
2019-05-08
i2c: Prevent runtime suspend of adapter when Host Notify is required
Jarkko Nikula
1
-0
/
+4
2019-05-08
i2c: Allow recovery of the initial IRQ by an I2C client device.
Jim Broadus
1
-4
/
+5
2019-05-08
i2c: Clear client->irq in i2c_device_remove
Charles Keepax
1
-0
/
+2
2019-05-08
i2c: Remove unnecessary call to irq_find_mapping
Charles Keepax
1
-4
/
+1
2019-05-08
i2c: imx: correct the method of getting private data in notifier_call
Anson Huang
1
-2
/
+2
2019-05-08
i2c: synquacer: fix enumeration of slave devices
Ard Biesheuvel
1
-0
/
+2
2019-05-04
i2c: i801: Add support for Intel Comet Lake
Jarkko Nikula
2
-0
/
+5
2019-04-05
i2c: of: Try to find an I2C adapter matching the parent
Thierry Reding
1
-1
/
+13
2019-03-23
i2c: tegra: fix maximum transfer size
Sowjanya Komatineni
1
-1
/
+1
2019-03-23
i2c: bcm2835: Clear current buffer pointers and counts after a transfer
Paul Kocialkowski
1
-0
/
+12
2019-03-23
i2c: cadence: Fix the hold bit setting
Shubhrajyoti Datta
1
-2
/
+7
2019-03-14
i2c: omap: Use noirq system sleep pm ops to idle device for suspend
Tony Lindgren
1
-8
/
+5
2019-02-12
i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)
Fabrizio Castro
1
-0
/
+1
2019-02-12
i2c-axxia: check for error conditions first
Adamski, Krzysztof (Nokia - PL/Wroclaw)
1
-16
/
+16
2019-02-12
i2c: sh_mobile: add support for r8a77990 (R-Car E3)
Simon Horman
1
-0
/
+1
[next]