aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-30i2c: prevent endless uevent loop with CONFIG_I2C_DEBUG_COREWolfram Sang1-8/+2
2016-03-14i2c: immediately mark ourselves as registeredWolfram Sang1-1/+4
2016-03-12i2c: do not use internal data from driver coreSudip Mukherjee1-2/+4
2016-02-20i2c: i2c-core: sort includesWolfram Sang1-15/+15
2016-01-10i2c: always enable RuntimePM for the adapter deviceWolfram Sang1-0/+3
2015-12-17i2c: make i2c_parse_fw_timings() always visibleWolfram Sang1-52/+52
2015-12-14i2c: add generic routine to parse DT for timing informationWolfram Sang1-0/+53
2015-11-20i2c: fix wakeup irq parsingGrygorii Strashko1-1/+1
2015-11-10Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-23/+59
2015-10-25i2c: add ACPI support for I2C mux portsDustin Byford1-2/+2
2015-10-20i2c / ACPI: Rework I2C device scanningMika Westerberg1-23/+59
2015-10-15i2c: return probe deferred status on dev_pm_domain_attachKieran Bingham1-6/+6
2015-08-26i2c: allow specifying separate wakeup interrupt in device treeDmitry Torokhov1-9/+42
2015-08-24i2c: core: Add support for best effort block read emulationIrina Tirdea1-0/+57
2015-08-24i2c: slave: print warning if slave flag not setWolfram Sang1-0/+4
2015-08-24i2c: support 10 bit and slave addresses in sysfs 'new_device'Wolfram Sang1-1/+11
2015-08-24i2c: take address space into account when checking for used addressesWolfram Sang1-4/+4
2015-08-24i2c: apply DT flags when probingWolfram Sang1-5/+18
2015-08-24i2c: make address check indpendent from client structWolfram Sang1-6/+5
2015-08-24i2c: rename address check functionsWolfram Sang1-6/+6
2015-08-24i2c: apply address offset for slaves, tooWolfram Sang1-3/+19
2015-08-10i2c: core: add and export of_get_i2c_adapter_by_node() interfaceVladimir Zapolskiy1-0/+18
2015-08-10i2c: core: manage i2c bus device refcount in i2c_[get|put]_adapterVladimir Zapolskiy1-3/+12
2015-08-01i2c: fix leaked device refcount on of_find_i2c_* error pathVladimir Zapolskiy1-6/+14
2015-07-31i2c: core: only use set_scl for bus recovery after calling prepare_recoveryJan Luebbe1-1/+3
2015-07-09i2c: Mark instantiated device nodes with OF_POPULATEPantelis Antoniou1-1/+15
2015-06-25Merge branch 'i2c/for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-23/+40
2015-06-03i2c: core: Reduce stack size of acpi_i2c_space_handler()Jarkko Nikula1-16/+21
2015-06-01i2c: core: fix typo in commentShailendra Verma1-1/+1
2015-06-01i2c: check for proper length of the reg propertyWolfram Sang1-1/+1
2015-06-01i2c: slave: add error messages to slave coreWolfram Sang1-5/+17
2015-05-13i2c / ACPI: Assign IRQ for devices that have GpioInt automaticallyMika Westerberg1-2/+7
2015-05-13i2c / ACPI: Use 0 to indicate that device does not have interrupt assignedMika Westerberg1-2/+1
2015-04-23i2c: Mark adapter devices with pm_runtime_no_callbacksCharles Keepax1-0/+2
2015-04-15i2c: core: Export bus recovery functionsMark Brown1-0/+3
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2015-04-14Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-2/+71
2015-04-10i2c: change input parameter to i2c_adapter for prepare/unprepare_recoveryGrygorii Strashko1-2/+2
2015-03-18i2c: busses with dynamic ids should start after fixed ids for DTWolfram Sang1-0/+7
2015-03-16driver core / ACPI: Represent ACPI companions using fwnode_handleRafael J. Wysocki1-2/+2
2015-03-13i2c: add quirk checks to coreWolfram Sang1-0/+62
2015-03-12Revert "i2c: core: Dispose OF IRQ mapping at client removal time"Jakub Kicinski1-3/+0
2015-02-21Merge branch 'i2c/for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-148/+14
2015-02-05i2c: clarify comments about the dev_released completionWolfram Sang1-3/+7