summaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-core.c
AgeCommit message (Expand)Author
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
2016-06-13i2c: Add generic support passing secondary devices addressesJean-Michel Hautbois
2016-05-13i2c: only check scl functions when using generic recoveryWolfram Sang
2016-05-04i2c: mux: relax locking of the top i2c adapter during mux-locked muxingPeter Rosin
2016-05-04i2c: muxes always lock the parent adapterPeter Rosin
2016-05-04i2c: allow adapter drivers to override the adapter lockingPeter Rosin
2016-04-12i2c: let I2C masters ignore their children for PMLinus Walleij
2016-04-11i2c: core: use new 8 bit address helper functionWolfram Sang
2016-03-30i2c: prevent endless uevent loop with CONFIG_I2C_DEBUG_COREWolfram Sang
2016-03-14i2c: immediately mark ourselves as registeredWolfram Sang
2016-03-12i2c: do not use internal data from driver coreSudip Mukherjee
2016-02-20i2c: i2c-core: sort includesWolfram Sang
2016-01-10i2c: always enable RuntimePM for the adapter deviceWolfram Sang
2015-12-17i2c: make i2c_parse_fw_timings() always visibleWolfram Sang
2015-12-14i2c: add generic routine to parse DT for timing informationWolfram Sang
2015-11-20i2c: fix wakeup irq parsingGrygorii Strashko