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
/
i2c-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-31
i2c: rename core source file to allow refactorization
Wolfram Sang
1
-3831
/
+0
2017-05-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-2
/
+32
2017-04-16
i2c: core: Allow drivers to disable i2c-core irq mapping
Hans de Goede
1
-3
/
+3
2017-04-16
i2c: core: Add new i2c_acpi_new_device helper function
Hans de Goede
1
-0
/
+49
2017-04-16
i2c: core: Allow getting ACPI info by index
Hans de Goede
1
-0
/
+7
2017-04-01
i2c: allow attaching IRQ resources to i2c_board_info
Dmitry Torokhov
1
-0
/
+30
2017-04-01
i2c: export i2c_client_type structure
Dmitry Torokhov
1
-2
/
+2
2017-02-26
Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+33
2017-02-21
Merge tag 'device-properties-4.11-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+15
2017-02-08
i2c: allow specify device properties in i2c_board_info
Dmitry Torokhov
1
-1
/
+15
2017-02-07
i2c: acpi: Initialize info.type from of_compatible
Dan O'Donovan
1
-1
/
+2
2017-01-29
i2c: core: helper function to detect slave mode
Luis Oliveira
1
-0
/
+33
2017-01-12
i2c: fix spelling mistake: "insufficent" -> "insufficient"
Colin Ian King
1
-1
/
+1
2017-01-12
i2c: print correct device invalid address
John Garry
1
-1
/
+1
2017-01-12
i2c: do not enable fall back to Host Notify by default
Dmitry Torokhov
1
-9
/
+8
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-16
Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-1
/
+2
2016-12-09
tracing: Have the reg function allow to fail
Steven Rostedt (Red Hat)
1
-1
/
+2
2016-11-24
i2c: use an IRQ to report Host Notify events, not alert
Benjamin Tissoires
1
-0
/
+113
2016-11-17
i2c: Provide a temporary .probe_new() call-back type
Lee Jones
1
-3
/
+12
2016-11-17
i2c: Export i2c_match_id() for direct use by device drivers
Lee Jones
1
-1
/
+2
2016-11-17
i2c: Make I2C ID tables non-mandatory for DT'ed devices
Lee Jones
1
-2
/
+10
2016-11-17
i2c: Match using traditional OF methods, then by vendor-less compatible strings
Lee Jones
1
-0
/
+16
2016-11-17
i2c: Add the ability to match device to compatible string without an of_node
Lee Jones
1
-0
/
+30
2016-11-13
i2c: Add pointer dereference protection to i2c_match_id()
Lee Jones
1
-5
/
+7
2016-11-04
i2c: core: fix NULL pointer dereference under race condition
Vladimir Zapolskiy
1
-1
/
+1
2016-10-25
i2c: mark device nodes only in case of successful instantiation
Ralf Ramsauer
1
-1
/
+10
2016-10-12
Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Wolfram Sang
1
-2
/
+8
2016-09-24
i2c: add a warning to i2c_adapter_depth()
Bartosz Golaszewski
1
-0
/
+3
2016-09-24
i2c: export i2c_adapter_depth()
Bartosz Golaszewski
1
-7
/
+2
2016-09-22
i2c / ACPI: Do not touch an I2C device if it belongs to another adapter
Mika Westerberg
1
-7
/
+20
2016-08-31
i2c: core: put literals on one line in dev_*() calls
Andy Shevchenko
1
-20
/
+23
2016-08-30
i2c: move locking operations to their own struct
Peter Rosin
1
-5
/
+8
2016-08-26
i2c: core: Add function for finding the bus speed from ACPI, take 2
Jarkko Nikula
1
-11
/
+88
2016-08-26
i2c: core: Cleanup I2C ACPI namespace, take 2
Jarkko Nikula
1
-43
/
+43
2016-08-25
i2c: add i2c_trylock_bus wrapper, use it
Peter Rosin
1
-1
/
+1
2016-07-28
Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
1
-58
/
+107
2016-07-19
Revert "i2c: core: Cleanup I2C ACPI namespace"
Wolfram Sang
1
-27
/
+27
2016-07-19
Revert "i2c: core: Add function for finding the bus speed from ACPI"
Wolfram Sang
1
-59
/
+15
2016-07-14
i2c: core: Add function for finding the bus speed from ACPI
Jarkko Nikula
1
-15
/
+59
2016-07-14
i2c: core: Cleanup I2C ACPI namespace
Jarkko Nikula
1
-27
/
+27
2016-07-14
i2c: use pr_fmt in the core
Wolfram Sang
1
-8
/
+8
2016-07-14
i2c: print more info when acpi_i2c_space_handler() fails
Wolfram Sang
1
-1
/
+2
2016-07-14
i2c: print more info when of_i2c_notify fails
Wolfram Sang
1
-2
/
+2
2016-07-14
i2c: add error message when obtaining idr fails
Wolfram Sang
1
-5
/
+4
2016-07-14
i2c: improve error messages in i2c_register_adapter()
Wolfram Sang
1
-8
/
+8
2016-07-14
i2c: cleanup i2c_register_adapter() by refactoring recovery init
Wolfram Sang
1
-34
/
+42
2016-07-14
i2c: free idr when sanity checks in i2c_register_adapter() fail
Wolfram Sang
1
-3
/
+3
2016-07-08
i2c / ACPI: add support for ACPI reconfigure notifications
Octavian Purdila
1
-38
/
+137
2016-06-30
i2c: core: Add support for 'i2c-bus' subnode
Jon Hunter
1
-2
/
+8
[next]