summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-251-0/+33
|\
| * i2c: core: helper function to detect slave modeLuis Oliveira2017-01-281-0/+33
* | Merge tag 'device-properties-4.11-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-02-211-1/+15
|\ \
| * | i2c: allow specify device properties in i2c_board_infoDmitry Torokhov2017-02-081-1/+15
| |/
* / i2c: acpi: Initialize info.type from of_compatibleDan O'Donovan2017-02-071-1/+2
|/
* i2c: fix spelling mistake: "insufficent" -> "insufficient"Colin Ian King2017-01-121-1/+1
* i2c: print correct device invalid addressJohn Garry2017-01-121-1/+1
* i2c: do not enable fall back to Host Notify by defaultDmitry Torokhov2017-01-121-9/+8Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2016-12-151-1/+2
|\
| * tracing: Have the reg function allow to failSteven Rostedt (Red Hat)2016-12-091-1/+2
* | i2c: use an IRQ to report Host Notify events, not alertBenjamin Tissoires2016-11-241-0/+113
* | i2c: Provide a temporary .probe_new() call-back typeLee Jones2016-11-171-3/+12
* | i2c: Export i2c_match_id() for direct use by device driversLee Jones2016-11-171-1/+2
* | i2c: Make I2C ID tables non-mandatory for DT'ed devicesLee Jones2016-11-171-2/+10
* | i2c: Match using traditional OF methods, then by vendor-less compatible stringsLee Jones2016-11-171-0/+16
* | i2c: Add the ability to match device to compatible string without an of_nodeLee Jones2016-11-171-0/+30
* | i2c: Add pointer dereference protection to i2c_match_id()Lee Jones2016-11-131-5/+7
|/
* i2c: core: fix NULL pointer dereference under race conditionVladimir Zapolskiy2016-11-041-1/+1
* i2c: mark device nodes only in case of successful instantiationRalf Ramsauer2016-10-251-1/+10
* Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/gi...Wolfram Sang2016-10-111-2/+8
|\
| * i2c: core: Add support for 'i2c-bus' subnodeJon Hunter2016-06-301-2/+8
* | i2c: add a warning to i2c_adapter_depth()Bartosz Golaszewski2016-09-241-0/+3
* | i2c: export i2c_adapter_depth()Bartosz Golaszewski2016-09-241-7/+2Star
* | i2c / ACPI: Do not touch an I2C device if it belongs to another adapterMika Westerberg2016-09-221-7/+20
* | i2c: core: put literals on one line in dev_*() callsAndy Shevchenko2016-08-301-20/+23
* | i2c: move locking operations to their own structPeter Rosin2016-08-301-5/+8
* | i2c: core: Add function for finding the bus speed from ACPI, take 2Jarkko Nikula2016-08-261-11/+88
* | i2c: core: Cleanup I2C ACPI namespace, take 2Jarkko Nikula2016-08-261-43/+43
* | i2c: add i2c_trylock_bus wrapper, use itPeter Rosin2016-08-251-1/+1
* | Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-07-271-58/+107
|\ \
| * | Revert "i2c: core: Cleanup I2C ACPI namespace"Wolfram Sang2016-07-191-27/+27
| * | Revert "i2c: core: Add function for finding the bus speed from ACPI"Wolfram Sang2016-07-191-59/+15Star
| * | i2c: core: Add function for finding the bus speed from ACPIJarkko Nikula2016-07-141-15/+59
| * | i2c: core: Cleanup I2C ACPI namespaceJarkko Nikula2016-07-141-27/+27
| * | i2c: use pr_fmt in the coreWolfram Sang2016-07-141-8/+8
| * | i2c: print more info when acpi_i2c_space_handler() failsWolfram Sang2016-07-141-1/+2
| * | i2c: print more info when of_i2c_notify failsWolfram Sang2016-07-141-2/+2
| * | i2c: add error message when obtaining idr failsWolfram Sang2016-07-141-5/+4Star
| * | i2c: improve error messages in i2c_register_adapter()Wolfram Sang2016-07-141-8/+8
| * | i2c: cleanup i2c_register_adapter() by refactoring recovery initWolfram Sang2016-07-141-34/+42
| * | i2c: free idr when sanity checks in i2c_register_adapter() failWolfram Sang2016-07-141-3/+3
| * | i2c: Add generic support passing secondary devices addressesJean-Michel Hautbois2016-06-131-0/+41
| |/
* / i2c / ACPI: add support for ACPI reconfigure notificationsOctavian Purdila2016-07-081-38/+137
|/
* i2c: only check scl functions when using generic recoveryWolfram Sang2016-05-131-3/+5
* i2c: mux: relax locking of the top i2c adapter during mux-locked muxingPeter Rosin2016-05-041-0/+1
* i2c: muxes always lock the parent adapterPeter Rosin2016-05-041-18/+3Star
* i2c: allow adapter drivers to override the adapter lockingPeter Rosin2016-05-041-14/+27
* i2c: let I2C masters ignore their children for PMLinus Walleij2016-04-121-0/+1
* i2c: core: use new 8 bit address helper functionWolfram Sang2016-04-111-1/+1