summaryrefslogtreecommitdiffstats
path: root/include/linux/i2c.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "i2c: core: Add function for finding the bus speed from ACPI"Wolfram Sang2016-07-191-9/+0
* i2c: core: Add function for finding the bus speed from ACPIJarkko Nikula2016-07-141-0/+9
* i2c: smbus: add SMBus Host Notify supportBenjamin Tissoires2016-06-171-0/+3
* i2c: add a protocol parameter to the alert callbackBenjamin Tissoires2016-06-171-1/+6
* i2c: Add generic support passing secondary devices addressesJean-Michel Hautbois2016-06-131-0/+5
* i2c: mux: relax locking of the top i2c adapter during mux-locked muxingPeter Rosin2016-05-041-0/+1
* i2c: allow adapter drivers to override the adapter lockingPeter Rosin2016-05-041-2/+42
* i2c: introduce helper function to get 8 bit address from a messageWolfram Sang2016-04-111-0/+5
* i2c: create builtin_i2c_driver to avoid registration boilerplatePaul Gortmaker2016-01-131-1/+12
* i2c: add generic routine to parse DT for timing informationWolfram Sang2015-12-141-0/+18
* i2c: add i2c_check_quirks helper functionNicola Corna2015-11-301-0/+14
* i2c: add i2c quirk flag for unsupported clock stretchingNicola Corna2015-11-301-0/+2
* i2c: core: Add support for best effort block read emulationIrina Tirdea2015-08-241-0/+3
* i2c: add a flag to mark clients as slavesWolfram Sang2015-08-241-4/+5
* i2c: core: add and export of_get_i2c_adapter_by_node() interfaceVladimir Zapolskiy2015-08-101-0/+7
* Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-141-2/+2
|\
| * driver core / ACPI: Represent ACPI companions using fwnode_handleRafael J. Wysocki2015-03-161-2/+2
* | i2c: change input parameter to i2c_adapter for prepare/unprepare_recoveryGrygorii Strashko2015-04-101-2/+2
* | i2c: slave: rework the slave APIWolfram Sang2015-03-271-4/+4
* | i2c: add quirk structure to describe adapter flawsWolfram Sang2015-03-131-0/+43
|/
* Merge branch 'i2c/for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-02-211-4/+0
|\
| * i2c: Remove support for legacy PMLars-Peter Clausen2014-12-221-4/+0
* | i2c: Only include slave support if selectedJean Delvare2015-01-261-0/+6
|/
* Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-12-141-0/+29
|\
| * i2c: core changes for slave supportWolfram Sang2014-12-111-0/+29
* | treewide: Fix typo in Documentation/DocBook/device-driversMasanari Iida2014-11-031-1/+1
|/
* i2c: move acpi code back into the coreWolfram Sang2014-09-251-16/+0
* i2c: rework kernel config I2C_ACPILan Tianyu2014-08-191-4/+8
* I2C/ACPI: Clean up I2C ACPI code and Add CONFIG_I2C_ACPI configLan Tianyu2014-06-271-1/+3
* I2C/ACPI: Add i2c ACPI operation region supportLan Tianyu2014-06-271-0/+10
* i2c: add deprecation warning for class based instantiationWolfram Sang2014-03-051-0/+1
* i2c: update i2c_algorithm documentationBen Dooks2014-01-261-1/+15
* i2c: Re-instate body of i2c_parent_is_i2c_adapter()Stephen Warren2014-01-141-1/+1
* i2c: Remove redundant 'driver' field from the i2c_client structLars-Peter Clausen2013-10-031-2/+0
* i2c: move ACPI helpers into the coreMika Westerberg2013-08-231-6/+0
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-0/+20
* i2c: reduce parent checking to a NOOP in non-I2C_MUX casePhil Carmody2013-08-071-0/+2
* i2c: Make return type of i2c_del_adapter() voidLars-Peter Clausen2013-04-021-1/+1
* i2c: Remove detach_adapterLars-Peter Clausen2013-04-021-5/+2
* i2c: Add bus recovery infrastructureViresh Kumar2013-03-241-0/+41
* i2c / ACPI: add ACPI enumeration supportMika Westerberg2012-11-231-0/+9
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-124/+1
* i2c: Correct struct i2c_driver doc about detectionVivien Didelot2012-10-051-1/+1
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-301-0/+3
|\
| * [media] i2c: Export an unlocked flavor of i2c_transferJean Delvare2012-06-291-0/+3
* | i2c: Add SCCB supportLaurent Pinchart2012-07-241-0/+3
* | i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown2012-05-301-2/+3
* | i2c: implement i2c_verify_adapterStephen Warren2012-05-121-0/+1
|/
* i2c: Update the FSF addressJean Delvare2012-03-261-1/+2
* Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-0/+13
|\