summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+15
| * 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/+4
| * 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/+3
* 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
* i2c: prevent endless uevent loop with CONFIG_I2C_DEBUG_COREWolfram Sang2016-03-301-8/+2
* i2c: immediately mark ourselves as registeredWolfram Sang2016-03-141-1/+4
* i2c: do not use internal data from driver coreSudip Mukherjee2016-03-121-2/+4
* i2c: i2c-core: sort includesWolfram Sang2016-02-201-15/+15
* i2c: always enable RuntimePM for the adapter deviceWolfram Sang2016-01-101-0/+3
* i2c: make i2c_parse_fw_timings() always visibleWolfram Sang2015-12-171-52/+52
* i2c: add generic routine to parse DT for timing informationWolfram Sang2015-12-141-0/+53
* i2c: fix wakeup irq parsingGrygorii Strashko2015-11-201-1/+1
* Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2015-11-101-23/+59
|\
| * i2c: add ACPI support for I2C mux portsDustin Byford2015-10-251-2/+2
| * i2c / ACPI: Rework I2C device scanningMika Westerberg2015-10-201-23/+59
* | i2c: return probe deferred status on dev_pm_domain_attachKieran Bingham2015-10-151-6/+6
|/
* i2c: allow specifying separate wakeup interrupt in device treeDmitry Torokhov2015-08-261-9/+42
* i2c: core: Add support for best effort block read emulationIrina Tirdea2015-08-241-0/+57
* i2c: slave: print warning if slave flag not setWolfram Sang2015-08-241-0/+4
* i2c: support 10 bit and slave addresses in sysfs 'new_device'Wolfram Sang2015-08-241-1/+11
* i2c: take address space into account when checking for used addressesWolfram Sang2015-08-241-4/+4
* i2c: apply DT flags when probingWolfram Sang2015-08-241-5/+18
* i2c: make address check indpendent from client structWolfram Sang2015-08-241-6/+5
* i2c: rename address check functionsWolfram Sang2015-08-241-6/+6
* i2c: apply address offset for slaves, tooWolfram Sang2015-08-241-3/+19
* i2c: core: add and export of_get_i2c_adapter_by_node() interfaceVladimir Zapolskiy2015-08-101-0/+18
* i2c: core: manage i2c bus device refcount in i2c_[get|put]_adapterVladimir Zapolskiy2015-08-101-3/+12
* i2c: fix leaked device refcount on of_find_i2c_* error pathVladimir Zapolskiy2015-08-011-6/+14
* i2c: core: only use set_scl for bus recovery after calling prepare_recoveryJan Luebbe2015-07-311-1/+3
* i2c: Mark instantiated device nodes with OF_POPULATEPantelis Antoniou2015-07-091-1/+15
* Merge branch 'i2c/for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2015-06-251-23/+40
|\
| * i2c: core: Reduce stack size of acpi_i2c_space_handler()Jarkko Nikula2015-06-031-16/+21
| * i2c: core: fix typo in commentShailendra Verma2015-06-011-1/+1
| * i2c: check for proper length of the reg propertyWolfram Sang2015-06-011-1/+1
OpenPOWER on IntegriCloud