aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-25Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+33
2017-02-20Merge tag 'device-properties-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+15
2017-02-08i2c: allow specify device properties in i2c_board_infoDmitry Torokhov1-1/+15
2017-02-07i2c: acpi: Initialize info.type from of_compatibleDan O'Donovan1-1/+2
2017-01-28i2c: core: helper function to detect slave modeLuis Oliveira1-0/+33
2017-01-12i2c: fix spelling mistake: "insufficent" -> "insufficient"Colin Ian King1-1/+1
2017-01-12i2c: print correct device invalid addressJohn Garry1-1/+1
2017-01-12i2c: do not enable fall back to Host Notify by defaultDmitry Torokhov1-9/+8
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+2
2016-12-09tracing: Have the reg function allow to failSteven Rostedt (Red Hat)1-1/+2
2016-11-24i2c: use an IRQ to report Host Notify events, not alertBenjamin Tissoires1-0/+113
2016-11-17i2c: Provide a temporary .probe_new() call-back typeLee Jones1-3/+12
2016-11-17i2c: Export i2c_match_id() for direct use by device driversLee Jones1-1/+2
2016-11-17i2c: Make I2C ID tables non-mandatory for DT'ed devicesLee Jones1-2/+10
2016-11-17i2c: Match using traditional OF methods, then by vendor-less compatible stringsLee Jones1-0/+16
2016-11-17i2c: Add the ability to match device to compatible string without an of_nodeLee Jones1-0/+30
2016-11-13i2c: Add pointer dereference protection to i2c_match_id()Lee Jones1-5/+7
2016-11-04i2c: core: fix NULL pointer dereference under race conditionVladimir Zapolskiy1-1/+1
2016-10-25i2c: mark device nodes only in case of successful instantiationRalf Ramsauer1-1/+10
2016-10-11Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into i2c/for-nextWolfram Sang1-2/+8
2016-09-24i2c: add a warning to i2c_adapter_depth()Bartosz Golaszewski1-0/+3
2016-09-24i2c: export i2c_adapter_depth()Bartosz Golaszewski1-7/+2
2016-09-22i2c / ACPI: Do not touch an I2C device if it belongs to another adapterMika Westerberg1-7/+20
2016-08-30i2c: core: put literals on one line in dev_*() callsAndy Shevchenko1-20/+23
2016-08-30i2c: move locking operations to their own structPeter Rosin1-5/+8
2016-08-26i2c: core: Add function for finding the bus speed from ACPI, take 2Jarkko Nikula1-11/+88
2016-08-26i2c: core: Cleanup I2C ACPI namespace, take 2Jarkko Nikula1-43/+43
2016-08-25i2c: add i2c_trylock_bus wrapper, use itPeter Rosin1-1/+1
2016-07-27Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-58/+107
2016-07-19Revert "i2c: core: Cleanup I2C ACPI namespace"Wolfram Sang1-27/+27
2016-07-19Revert "i2c: core: Add function for finding the bus speed from ACPI"Wolfram Sang1-59/+15
2016-07-14i2c: core: Add function for finding the bus speed from ACPIJarkko Nikula1-15/+59
2016-07-14i2c: core: Cleanup I2C ACPI namespaceJarkko Nikula1-27/+27
2016-07-14i2c: use pr_fmt in the coreWolfram Sang1-8/+8
2016-07-14i2c: print more info when acpi_i2c_space_handler() failsWolfram Sang1-1/+2
2016-07-14i2c: print more info when of_i2c_notify failsWolfram Sang1-2/+2
2016-07-14i2c: add error message when obtaining idr failsWolfram Sang1-5/+4
2016-07-14i2c: improve error messages in i2c_register_adapter()Wolfram Sang1-8/+8
2016-07-14i2c: cleanup i2c_register_adapter() by refactoring recovery initWolfram Sang1-34/+42
2016-07-14i2c: free idr when sanity checks in i2c_register_adapter() failWolfram Sang1-3/+3
2016-07-08i2c / ACPI: add support for ACPI reconfigure notificationsOctavian Purdila1-38/+137
2016-06-30i2c: core: Add support for 'i2c-bus' subnodeJon Hunter1-2/+8
2016-06-13i2c: Add generic support passing secondary devices addressesJean-Michel Hautbois1-0/+41
2016-05-13i2c: only check scl functions when using generic recoveryWolfram Sang1-3/+5
2016-05-04i2c: mux: relax locking of the top i2c adapter during mux-locked muxingPeter Rosin1-0/+1
2016-05-04i2c: muxes always lock the parent adapterPeter Rosin1-18/+3
2016-05-04i2c: allow adapter drivers to override the adapter lockingPeter Rosin1-14/+27
2016-04-12i2c: let I2C masters ignore their children for PMLinus Walleij1-0/+1
2016-04-11i2c: core: use new 8 bit address helper functionWolfram Sang1-1/+1