aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core.c
AgeCommit message (Expand)Author
2017-05-31i2c: rename core source file to allow refactorizationWolfram Sang
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2017-04-16i2c: core: Allow drivers to disable i2c-core irq mappingHans de Goede
2017-04-16i2c: core: Add new i2c_acpi_new_device helper functionHans de Goede
2017-04-16i2c: core: Allow getting ACPI info by indexHans de Goede
2017-04-01i2c: allow attaching IRQ resources to i2c_board_infoDmitry Torokhov
2017-04-01i2c: export i2c_client_type structureDmitry Torokhov
2017-02-25Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-02-20Merge tag 'device-properties-4.11-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-02-08i2c: allow specify device properties in i2c_board_infoDmitry Torokhov
2017-02-07i2c: acpi: Initialize info.type from of_compatibleDan O'Donovan
2017-01-28i2c: core: helper function to detect slave modeLuis Oliveira
2017-01-12i2c: fix spelling mistake: "insufficent" -> "insufficient"Colin Ian King
2017-01-12i2c: print correct device invalid addressJohn Garry
2017-01-12i2c: do not enable fall back to Host Notify by defaultDmitry Torokhov
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2016-12-09tracing: Have the reg function allow to failSteven Rostedt (Red Hat)
2016-11-24i2c: use an IRQ to report Host Notify events, not alertBenjamin Tissoires
2016-11-17i2c: Provide a temporary .probe_new() call-back typeLee Jones
2016-11-17i2c: Export i2c_match_id() for direct use by device driversLee Jones
2016-11-17i2c: Make I2C ID tables non-mandatory for DT'ed devicesLee Jones
2016-11-17i2c: Match using traditional OF methods, then by vendor-less compatible stringsLee Jones
2016-11-17i2c: Add the ability to match device to compatible string without an of_nodeLee Jones
2016-11-13i2c: Add pointer dereference protection to i2c_match_id()Lee Jones
2016-11-04i2c: core: fix NULL pointer dereference under race conditionVladimir Zapolskiy
2016-10-25i2c: mark device nodes only in case of successful instantiationRalf Ramsauer
2016-10-11Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/gi...Wolfram Sang
2016-09-24i2c: add a warning to i2c_adapter_depth()Bartosz Golaszewski
2016-09-24i2c: export i2c_adapter_depth()Bartosz Golaszewski
2016-09-22i2c / ACPI: Do not touch an I2C device if it belongs to another adapterMika Westerberg
2016-08-30i2c: core: put literals on one line in dev_*() callsAndy Shevchenko
2016-08-30i2c: move locking operations to their own structPeter Rosin
2016-08-26i2c: core: Add function for finding the bus speed from ACPI, take 2Jarkko Nikula
2016-08-26i2c: core: Cleanup I2C ACPI namespace, take 2Jarkko Nikula
2016-08-25i2c: add i2c_trylock_bus wrapper, use itPeter Rosin
2016-07-27Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2016-07-19Revert "i2c: core: Cleanup I2C ACPI namespace"Wolfram Sang
2016-07-19Revert "i2c: core: Add function for finding the bus speed from ACPI"Wolfram Sang
2016-07-14i2c: core: Add function for finding the bus speed from ACPIJarkko Nikula
2016-07-14i2c: core: Cleanup I2C ACPI namespaceJarkko Nikula
2016-07-14i2c: use pr_fmt in the coreWolfram Sang
2016-07-14i2c: print more info when acpi_i2c_space_handler() failsWolfram Sang
2016-07-14i2c: print more info when of_i2c_notify failsWolfram Sang
2016-07-14i2c: add error message when obtaining idr failsWolfram Sang
2016-07-14i2c: improve error messages in i2c_register_adapter()Wolfram Sang
2016-07-14i2c: cleanup i2c_register_adapter() by refactoring recovery initWolfram Sang
2016-07-14i2c: free idr when sanity checks in i2c_register_adapter() failWolfram Sang
2016-07-08i2c / ACPI: add support for ACPI reconfigure notificationsOctavian Purdila
2016-06-30i2c: core: Add support for 'i2c-bus' subnodeJon Hunter