summaryrefslogtreecommitdiffstats
path: root/include/linux/i2c.h
Commit message (Expand)AuthorAgeFilesLines
* i2c: add i2c_get_device_id() to get the standard i2c device idPeter Rosin2018-03-061-0/+30
* i2c: add 'set_sda' to bus_recovery_infoWolfram Sang2018-01-161-0/+4
* i2c: add identifier in declarations for i2c_bus_recoveryWolfram Sang2018-01-161-6/+6
* i2c: make kerneldoc about bus recovery more preciseWolfram Sang2018-01-161-5/+5
* i2c: add i2c_master_{send|recv}_dmasafeWolfram Sang2017-12-031-0/+32
* i2c: refactor i2c_master_{send_recv}Wolfram Sang2017-12-031-4/+30
* i2c: add helpers to ease DMA handlingWolfram Sang2017-12-031-0/+3
* i2c: remove legacy integer scl/sda gpio for recoveryPhil Reid2017-11-271-6/+1
* i2c: Switch to using gpiod interface for gpio bus recoveryPhil Reid2017-11-271-0/+4
* i2c: use macro IS_ENABLED in header i2c.hStefan Lengfeld2017-11-271-3/+3
* i2c: Allow overriding dev_name through board_infoHans de Goede2017-10-271-0/+2
* i2c: rephrase explanation of I2C_CLASS_DEPRECATEDWolfram Sang2017-07-311-1/+2
* i2c: Provide a stub for i2c_detect_slave_mode()Andy Shevchenko2017-07-081-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-05-031-0/+5
|\
| * i2c: allow attaching IRQ resources to i2c_board_infoDmitry Torokhov2017-04-011-0/+4
| * i2c: export i2c_client_type structureDmitry Torokhov2017-04-011-0/+1
* | i2c: core: Allow drivers to disable i2c-core irq mappingHans de Goede2017-04-161-0/+3
* | i2c: core: Add new i2c_acpi_new_device helper functionHans de Goede2017-04-161-0/+7
|/
* sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-251-0/+1
|\
| * i2c: core: helper function to detect slave modeLuis Oliveira2017-01-281-0/+1
* | i2c: allow specify device properties in i2c_board_infoDmitry Torokhov2017-02-081-0/+3
|/
* i2c: do not enable fall back to Host Notify by defaultDmitry Torokhov2017-01-121-0/+1
* i2c: use an IRQ to report Host Notify events, not alertBenjamin Tissoires2016-11-241-0/+4
* i2c: Provide a temporary .probe_new() call-back typeLee Jones2016-11-171-1/+7
* i2c: Export i2c_match_id() for direct use by device driversLee Jones2016-11-171-0/+2
* i2c: Match using traditional OF methods, then by vendor-less compatible stringsLee Jones2016-11-171-0/+12
* i2c: export i2c_adapter_depth()Bartosz Golaszewski2016-09-241-0/+1
* i2c: move locking operations to their own structPeter Rosin2016-08-301-7/+18
* i2c: core: Add function for finding the bus speed from ACPI, take 2Jarkko Nikula2016-08-261-0/+9
* i2c: add i2c_trylock_bus wrapper, use itPeter Rosin2016-08-251-0/+14
* 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