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