aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-core.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-12i2c: fix spelling mistake: "insufficent" -> "insufficient"Gravatar Colin Ian King 1-1/+1
2017-01-12i2c: print correct device invalid addressGravatar John Garry 1-1/+1
2017-01-12i2c: do not enable fall back to Host Notify by defaultGravatar Dmitry Torokhov 1-9/+8
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+2
2016-12-09tracing: Have the reg function allow to failGravatar Steven Rostedt (Red Hat) 1-1/+2
2016-11-24i2c: use an IRQ to report Host Notify events, not alertGravatar Benjamin Tissoires 1-0/+113
2016-11-17i2c: Provide a temporary .probe_new() call-back typeGravatar Lee Jones 1-3/+12
2016-11-17i2c: Export i2c_match_id() for direct use by device driversGravatar Lee Jones 1-1/+2
2016-11-17i2c: Make I2C ID tables non-mandatory for DT'ed devicesGravatar Lee Jones 1-2/+10
2016-11-17i2c: Match using traditional OF methods, then by vendor-less compatible stringsGravatar Lee Jones 1-0/+16
2016-11-17i2c: Add the ability to match device to compatible string without an of_nodeGravatar Lee Jones 1-0/+30
2016-11-13i2c: Add pointer dereference protection to i2c_match_id()Gravatar Lee Jones 1-5/+7
2016-11-04i2c: core: fix NULL pointer dereference under race conditionGravatar Vladimir Zapolskiy 1-1/+1
2016-10-25i2c: mark device nodes only in case of successful instantiationGravatar Ralf Ramsauer 1-1/+10
2016-10-11Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Wolfram Sang 1-2/+8
2016-09-24i2c: add a warning to i2c_adapter_depth()Gravatar Bartosz Golaszewski 1-0/+3
2016-09-24i2c: export i2c_adapter_depth()Gravatar Bartosz Golaszewski 1-7/+2
2016-09-22i2c / ACPI: Do not touch an I2C device if it belongs to another adapterGravatar Mika Westerberg 1-7/+20
2016-08-30i2c: core: put literals on one line in dev_*() callsGravatar Andy Shevchenko 1-20/+23
2016-08-30i2c: move locking operations to their own structGravatar Peter Rosin 1-5/+8
2016-08-26i2c: core: Add function for finding the bus speed from ACPI, take 2Gravatar Jarkko Nikula 1-11/+88
2016-08-26i2c: core: Cleanup I2C ACPI namespace, take 2Gravatar Jarkko Nikula 1-43/+43
2016-08-25i2c: add i2c_trylock_bus wrapper, use itGravatar Peter Rosin 1-1/+1
2016-07-27Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Gravatar Linus Torvalds 1-58/+107
2016-07-19Revert "i2c: core: Cleanup I2C ACPI namespace"Gravatar Wolfram Sang 1-27/+27
2016-07-19Revert "i2c: core: Add function for finding the bus speed from ACPI"Gravatar Wolfram Sang 1-59/+15
2016-07-14i2c: core: Add function for finding the bus speed from ACPIGravatar Jarkko Nikula 1-15/+59
2016-07-14i2c: core: Cleanup I2C ACPI namespaceGravatar Jarkko Nikula 1-27/+27
2016-07-14i2c: use pr_fmt in the coreGravatar Wolfram Sang 1-8/+8
2016-07-14i2c: print more info when acpi_i2c_space_handler() failsGravatar Wolfram Sang 1-1/+2
2016-07-14i2c: print more info when of_i2c_notify failsGravatar Wolfram Sang 1-2/+2
2016-07-14i2c: add error message when obtaining idr failsGravatar Wolfram Sang 1-5/+4
2016-07-14i2c: improve error messages in i2c_register_adapter()Gravatar Wolfram Sang 1-8/+8
2016-07-14i2c: cleanup i2c_register_adapter() by refactoring recovery initGravatar Wolfram Sang 1-34/+42
2016-07-14i2c: free idr when sanity checks in i2c_register_adapter() failGravatar Wolfram Sang 1-3/+3
2016-07-08i2c / ACPI: add support for ACPI reconfigure notificationsGravatar Octavian Purdila 1-38/+137
2016-06-30i2c: core: Add support for 'i2c-bus' subnodeGravatar Jon Hunter 1-2/+8
2016-06-13i2c: Add generic support passing secondary devices addressesGravatar Jean-Michel Hautbois 1-0/+41
2016-05-13i2c: only check scl functions when using generic recoveryGravatar Wolfram Sang 1-3/+5
2016-05-04i2c: mux: relax locking of the top i2c adapter during mux-locked muxingGravatar Peter Rosin 1-0/+1
2016-05-04i2c: muxes always lock the parent adapterGravatar Peter Rosin 1-18/+3
2016-05-04i2c: allow adapter drivers to override the adapter lockingGravatar Peter Rosin 1-14/+27
2016-04-12i2c: let I2C masters ignore their children for PMGravatar Linus Walleij 1-0/+1
2016-04-11i2c: core: use new 8 bit address helper functionGravatar Wolfram Sang 1-1/+1
2016-03-30i2c: prevent endless uevent loop with CONFIG_I2C_DEBUG_COREGravatar Wolfram Sang 1-8/+2
2016-03-14i2c: immediately mark ourselves as registeredGravatar Wolfram Sang 1-1/+4
2016-03-12i2c: do not use internal data from driver coreGravatar Sudip Mukherjee 1-2/+4
2016-02-20i2c: i2c-core: sort includesGravatar Wolfram Sang 1-15/+15
2016-01-10i2c: always enable RuntimePM for the adapter deviceGravatar Wolfram Sang 1-0/+3