index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
i2c-core-base.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: core: Allow override timing properties with 0
Andy Shevchenko
2020-03-24
1
-13
/
+17
*
i2c: core: Provide generic definitions for bus frequencies
Andy Shevchenko
2020-03-24
1
-4
/
+4
*
i2c: i2c-core-base: convert to use i2c_new_client_device()
Wolfram Sang
2020-01-15
1
-7
/
+6
*
Merge branch 'i2c/for-current' into i2c/for-5.6
Wolfram Sang
2020-01-15
1
-3
/
+10
|
\
|
*
i2c: fix bus recovery stop mode timing
Russell King
2020-01-09
1
-3
/
+10
*
|
i2c: core: Use DEVICE_ATTR_*() helper macros
Geert Uytterhoeven
2019-12-17
1
-10
/
+10
|
/
*
i2c: remove i2c_new_dummy() API
Wolfram Sang
2019-12-10
1
-23
/
+0
*
i2c: replace i2c_new_probed_device with an ERR_PTR variant
Wolfram Sang
2019-11-28
1
-6
/
+19
*
i2c: remove helpers for ref-counting clients
Wolfram Sang
2019-11-15
1
-32
/
+0
*
i2c: add support for filters optional properties
Eugen Hristev
2019-10-24
1
-0
/
+6
*
Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2019-09-24
1
-11
/
+9
|
\
|
*
i2c: replace i2c_new_secondary_device with an ERR_PTR variant
Wolfram Sang
2019-08-14
1
-5
/
+5
|
*
i2c: Drop unneeded check for of_node
Andy Shevchenko
2019-08-06
1
-6
/
+4
*
|
Merge tag 'docs-5.4' of git://git.lwn.net/linux
Linus Torvalds
2019-09-17
1
-2
/
+2
|
\
\
|
*
|
docs: i2c: convert to ReST and add to driver-api bookset
Mauro Carvalho Chehab
2019-07-31
1
-2
/
+2
|
|
/
*
/
i2c: make i2c_unregister_device() ERR_PTR safe
Wolfram Sang
2019-08-29
1
-1
/
+1
|
/
*
Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2019-07-15
1
-10
/
+10
|
\
|
*
i2c: core: Tidy up handling of init_irq
Charles Keepax
2019-06-29
1
-2
/
+3
|
*
i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irq
Charles Keepax
2019-06-29
1
-3
/
+0
|
*
i2c: core: Move ACPI IRQ handling to probe time
Charles Keepax
2019-06-29
1
-1
/
+4
|
*
i2c: core: Allow whole core to use i2c_dev_irq_from_resources
Charles Keepax
2019-06-29
1
-2
/
+2
|
*
i2c: add newly exported functions to the header, too
Wolfram Sang
2019-06-26
1
-3
/
+2
|
*
i2c: core: always have a named variable in arguments
Wolfram Sang
2019-06-14
1
-2
/
+2
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
1
-9
/
+1
|
/
*
i2c: core: add device-managed version of i2c_new_dummy
Heiner Kallweit
2019-05-17
1
-0
/
+44
*
i2c: core: improve return value handling of i2c_new_device and i2c_new_dummy
Heiner Kallweit
2019-05-17
1
-13
/
+61
*
Merge branch 'i2c/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2019-05-09
1
-11
/
+12
|
\
|
*
i2c: core: apply 'is_suspended' check for SMBus, too
Wolfram Sang
2019-05-03
1
-5
/
+4
|
*
i2c: core: ratelimit 'transfer when suspended' errors
Wolfram Sang
2019-05-03
1
-1
/
+4
|
*
i2c: core: introduce callbacks for atomic transfers
Wolfram Sang
2019-04-16
1
-1
/
+5
|
*
i2c: core: use I2C locking behaviour also for SMBUS
Wolfram Sang
2019-04-16
1
-8
/
+3
|
*
i2c: core: remove use of in_atomic()
Wolfram Sang
2019-04-16
1
-1
/
+1
*
|
Merge branch 'i2c/for-current-fixed' of ssh://gitolite.kernel.org/pub/scm/lin...
Linus Torvalds
2019-05-03
1
-0
/
+4
|
\
\
|
*
|
i2c: Prevent runtime suspend of adapter when Host Notify is required
Jarkko Nikula
2019-05-02
1
-0
/
+4
|
|
/
*
/
gcc-9: don't warn about uninitialized variable
Linus Torvalds
2019-05-01
1
-1
/
+1
|
/
*
i2c: add extra check to safe DMA buffer helper
Wolfram Sang
2019-03-13
1
-2
/
+7
*
i2c: Allow recovery of the initial IRQ by an I2C client device.
Jim Broadus
2019-02-24
1
-4
/
+5
*
i2c: add suspended flag and accessors for i2c adapters
Wolfram Sang
2019-01-08
1
-0
/
+3
*
i2c: Clear client->irq in i2c_device_remove
Charles Keepax
2018-10-31
1
-0
/
+2
*
i2c: Remove unnecessary call to irq_find_mapping
Charles Keepax
2018-10-31
1
-4
/
+1
*
Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-10-29
1
-27
/
+16
|
\
|
*
i2c: core: remove level of indentation in i2c_transfer
Wolfram Sang
2018-10-05
1
-17
/
+16
|
*
i2c: core: remove outdated DEBUG output
Wolfram Sang
2018-10-05
1
-10
/
+0
*
|
i2c: Fix kerneldoc for renamed i2c dma put function
Stephen Boyd
2018-10-11
1
-1
/
+1
|
/
*
i2c: refactor function to release a DMA safe buffer
Wolfram Sang
2018-08-30
1
-5
/
+6
*
i2c: remove deprecated attach_adapter callback
Wolfram Sang
2018-08-24
1
-10
/
+1
*
Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-08-21
1
-32
/
+53
|
\
|
*
i2c: core: Parse SDA hold time from firmware
Andy Shevchenko
2018-08-08
1
-0
/
+2
|
*
i2c: quirks: add zero length checks
Wolfram Sang
2018-08-04
1
-0
/
+6
|
*
i2c: recovery: make pin init look like STOP
Wolfram Sang
2018-07-21
1
-9
/
+10
[next]