summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core-base.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: remove deprecated attach_adapter callbackWolfram Sang2018-08-241-10/+1Star
* Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-221-32/+53
|\
| * i2c: core: Parse SDA hold time from firmwareAndy Shevchenko2018-08-081-0/+2
| * i2c: quirks: add zero length checksWolfram Sang2018-08-041-0/+6
| * i2c: recovery: make pin init look like STOPWolfram Sang2018-07-211-9/+10
| * i2c: recovery: rename variable for easier understandingWolfram Sang2018-07-171-7/+7
| * i2c: recovery: add get_bus_free callbackWolfram Sang2018-07-171-4/+23
| * i2c: recovery: refactor recovery functionWolfram Sang2018-07-171-18/+6Star
| * i2c: recovery: require either get_sda or set_sdaWolfram Sang2018-07-171-1/+6
* | i2c/mux, locking/core: Annotate the nested rt_mutex usagePeter Rosin2018-07-251-1/+1
|/
* i2c: recovery: if possible send STOP with recovery pulsesWolfram Sang2018-07-121-1/+10
* Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-141-6/+4Star
|\
| * i2c: Retain info->of_node in i2c_new_device()Boris Brezillon2018-05-221-2/+4
| * i2c: Get rid of i2c_board_info->archdataBoris Brezillon2018-05-151-4/+0Star
* | i2c: Respect all error codes from dev_pm_domain_attach()Ulf Hansson2018-05-141-1/+1
|/
* i2c: add param sanity check to i2c_transfer()Ard Biesheuvel2018-04-111-0/+3
* i2c: Update i2c_trace_msg static key to modern apiDavidlohr Bueso2018-04-031-6/+7
* i2c: fix parameter of trace_i2c_resultAhbong Chang2018-04-031-1/+1
* i2c: make i2c_check_addr_validity() staticWolfram Sang2018-03-241-1/+1
* Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2018-03-171-0/+33
|\
| * i2c: add i2c_get_device_id() to get the standard i2c device idPeter Rosin2018-03-061-0/+33
* | i2c: core: report OF style module alias for devices registered via OFJavier Martinez Canillas2018-03-051-0/+8
|/
* Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-041-116/+96Star
|\
| * i2c: send STOP after successful bus recoveryWolfram Sang2018-01-161-0/+12
| * i2c: ensure SDA is released in recovery if SDA is controllableWolfram Sang2018-01-161-0/+2
| * i2c: add 'set_sda' to bus_recovery_infoWolfram Sang2018-01-161-1/+10
| * i2c: refactor i2c_master_{send_recv}Wolfram Sang2017-12-031-46/+18Star
| * i2c: add helpers to ease DMA handlingWolfram Sang2017-12-031-0/+46
| * i2c: core: fix compile issue related to incorrect gpio headerPhil Reid2017-11-281-1/+1
| * i2c: remove legacy integer scl/sda gpio for recoveryPhil Reid2017-11-271-76/+2Star
| * i2c: Switch to using gpiod interface for gpio bus recoveryPhil Reid2017-11-271-4/+17
* | i2c: core: decrease reference count of device node in i2c_unregister_deviceLixin Wang2018-01-171-1/+5
|/
* i2c: Make i2c_unregister_device() NULL-awareAndy Shevchenko2017-11-021-2/+3
* Merge branch 'i2c/sbs-manager' into i2c/for-4.15Wolfram Sang2017-11-011-0/+9
|\
| * i2c: core: call of_i2c_setup_smbus_alert in i2c_register_adapterPhil Reid2017-10-281-0/+9
* | i2c: generic recovery: check SCL before SDAClaudio Foellmi2017-10-281-3/+7
* | i2c: Allow overriding dev_name through board_infoHans de Goede2017-10-271-2/+8
|/
* i2c: core: Make comment about I2C table requirement to reflect the codeJavier Martinez Canillas2017-08-141-2/+2
* i2c: core: Allow empty id_table in ACPI case as wellAndy Shevchenko2017-07-311-0/+1
* i2c: reformat core-base file headerWolfram Sang2017-05-311-21/+22
* i2c: remove unneeded includes from coreWolfram Sang2017-05-311-2/+0Star
* i2c: break out ACPI support into separate fileWolfram Sang2017-05-311-648/+0Star
* i2c: break out OF support into separate fileWolfram Sang2017-05-311-264/+1Star
* i2c: break out smbus support into separate fileWolfram Sang2017-05-311-574/+0Star
* i2c: break out slave support into separate fileWolfram Sang2017-05-311-101/+1Star
* i2c: rename core source file to allow refactorizationWolfram Sang2017-05-311-0/+3831