index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-01
i2c: s3c2410: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-08-01
i2c: at91: fix clk_offset for sama5d2
Michał Mirosław
1
-1
/
+1
2019-08-01
i2c: at91: disable TXRDY interrupt after sending data
Michał Mirosław
1
-4
/
+5
2019-08-01
i2c: iproc: Fix i2c master read more than 63 bytes
Rayagonda Kokatanur
1
-4
/
+6
2019-07-17
docs: fix broken doc references due to renames
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-15
Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
25
-411
/
+1119
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-5
/
+5
2019-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+2
2019-07-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-2
/
+4
2019-07-06
i2c: mt7621: Fix platform_no_drv_owner.cocci warnings
YueHaibing
1
-1
/
+0
2019-07-05
i2c: cpm: remove casting dma_alloc
Vasyl Gomonovych
1
-1
/
+3
2019-07-05
i2c: i801: Add support for Intel Tiger Lake
Jarkko Nikula
2
-0
/
+5
2019-07-05
i2c: i801: Fix PCI ID sorting
Jarkko Nikula
1
-2
/
+2
2019-06-29
i2c: i2c-stm32f7: Add I2C_SMBUS_I2C_BLOCK_DATA support
Fabrice Gasnier
1
-1
/
+5
2019-06-29
i2c: core: Tidy up handling of init_irq
Charles Keepax
1
-2
/
+3
2019-06-29
i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irq
Charles Keepax
2
-3
/
+3
2019-06-29
i2c: core: Move ACPI IRQ handling to probe time
Charles Keepax
3
-7
/
+21
2019-06-29
i2c: acpi: Factor out getting the IRQ from ACPI
Charles Keepax
1
-8
/
+21
2019-06-29
i2c: acpi: Use available IRQ helper functions
Charles Keepax
1
-9
/
+13
2019-06-29
i2c: core: Allow whole core to use i2c_dev_irq_from_resources
Charles Keepax
2
-2
/
+4
2019-06-29
Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...
Wolfram Sang
5
-150
/
+91
2019-06-26
i2c: mt7621: Add MediaTek MT7621/7628/7688 I2C driver
Stefan Roese
3
-0
/
+365
2019-06-26
i2c: core: add sysfs header
Wolfram Sang
1
-0
/
+1
2019-06-26
i2c: bcm2835: Ensure clock exists when probing
Annaliese McDermond
1
-4
/
+12
2019-06-26
i2c: bcm2835: Move IRQ request after clock code in probe
Annaliese McDermond
1
-14
/
+14
2019-06-26
i2c: add newly exported functions to the header, too
Wolfram Sang
1
-3
/
+2
2019-06-24
driver_find_device: Unify the match function with class_find_device()
Suzuki K Poulose
1
-1
/
+1
2019-06-24
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
2
-4
/
+4
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
21
-85
/
+21
2019-06-22
i2c: mux: add sysfs header
Wolfram Sang
1
-0
/
+1
2019-06-22
i2c: mux/i801: Switch to use descriptor passing
Linus Walleij
2
-93
/
+60
2019-06-21
i2c: tegra: remove BUG() macro
Bitan Biswas
1
-8
/
+39
2019-06-21
i2c: i801: Add support for Intel Elkhart Lake
Jarkko Nikula
2
-0
/
+5
2019-06-21
i2c: i801: Add Block Write-Block Read Process Call support
Alexander Sverdlin
1
-6
/
+37
2019-06-21
i2c: stm32f7: fix the get_irq error cases
Fabrice Gasnier
1
-12
/
+14
2019-06-21
i2c: i801: Use match_string() helper to simplify the code
Andy Shevchenko
1
-7
/
+6
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
18
-71
/
+18
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 462
Thomas Gleixner
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235
Thomas Gleixner
1
-9
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233
Thomas Gleixner
1
-4
/
+1
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
18
-86
/
+23
2019-06-14
i2c: qcom-geni: Provide support for ACPI
Lee Jones
1
-1
/
+14
2019-06-14
i2c: qcom-geni: Signify successful driver probe
Lee Jones
1
-0
/
+2
2019-06-14
i2c: tegra: Add suspend-resume support
Bitan Biswas
1
-0
/
+24
2019-06-14
i2c: core: always have a named variable in arguments
Wolfram Sang
1
-2
/
+2
2019-06-14
i2c: ocores: add polling mode workaround for Sifive FU540-C000 SoC
Sagar Shrikant Kadam
1
-2
/
+22
2019-06-14
i2c: ocores: add support for i2c device on Sifive FU540-c000 SoC
Sagar Shrikant Kadam
1
-0
/
+9
2019-06-14
i2c: tegra: Avoid error message on deferred probe
Thierry Reding
1
-1
/
+3
2019-06-14
i2c: i801: Fix kernel crash in is_dell_system_with_lis3lv02d()
Andy Shevchenko
1
-1
/
+1
2019-06-12
i2c: iop: Use GPIO descriptors
Linus Walleij
2
-11
/
+23
[next]