aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core-base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-30i2c: refactor function to release a DMA safe bufferWolfram Sang1-5/+6
2018-08-24i2c: remove deprecated attach_adapter callbackWolfram Sang1-10/+1
2018-08-21Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-32/+53
2018-08-08i2c: core: Parse SDA hold time from firmwareAndy Shevchenko1-0/+2
2018-08-04i2c: quirks: add zero length checksWolfram Sang1-0/+6
2018-07-25i2c/mux, locking/core: Annotate the nested rt_mutex usagePeter Rosin1-1/+1
2018-07-21i2c: recovery: make pin init look like STOPWolfram Sang1-9/+10
2018-07-17i2c: recovery: rename variable for easier understandingWolfram Sang1-7/+7
2018-07-17i2c: recovery: add get_bus_free callbackWolfram Sang1-4/+23
2018-07-17i2c: recovery: refactor recovery functionWolfram Sang1-18/+6
2018-07-17i2c: recovery: require either get_sda or set_sdaWolfram Sang1-1/+6
2018-07-12i2c: recovery: if possible send STOP with recovery pulsesWolfram Sang1-1/+10
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-6/+4
2018-05-22i2c: Retain info->of_node in i2c_new_device()Boris Brezillon1-2/+4
2018-05-15i2c: Get rid of i2c_board_info->archdataBoris Brezillon1-4/+0
2018-05-14i2c: Respect all error codes from dev_pm_domain_attach()Ulf Hansson1-1/+1
2018-04-11i2c: add param sanity check to i2c_transfer()Ard Biesheuvel1-0/+3
2018-04-03i2c: Update i2c_trace_msg static key to modern apiDavidlohr Bueso1-6/+7
2018-04-03i2c: fix parameter of trace_i2c_resultAhbong Chang1-1/+1
2018-03-24i2c: make i2c_check_addr_validity() staticWolfram Sang1-1/+1
2018-03-17Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-4.17Wolfram Sang1-0/+33
2018-03-06i2c: add i2c_get_device_id() to get the standard i2c device idPeter Rosin1-0/+33
2018-03-05i2c: core: report OF style module alias for devices registered via OFJavier Martinez Canillas1-0/+8
2018-02-04Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-116/+96
2018-01-17i2c: core: decrease reference count of device node in i2c_unregister_deviceLixin Wang1-1/+5
2018-01-16i2c: send STOP after successful bus recoveryWolfram Sang1-0/+12
2018-01-16i2c: ensure SDA is released in recovery if SDA is controllableWolfram Sang1-0/+2
2018-01-16i2c: add 'set_sda' to bus_recovery_infoWolfram Sang1-1/+10
2017-12-03i2c: refactor i2c_master_{send_recv}Wolfram Sang1-46/+18
2017-12-03i2c: add helpers to ease DMA handlingWolfram Sang1-0/+46
2017-11-28i2c: core: fix compile issue related to incorrect gpio headerPhil Reid1-1/+1
2017-11-27i2c: remove legacy integer scl/sda gpio for recoveryPhil Reid1-76/+2
2017-11-27i2c: Switch to using gpiod interface for gpio bus recoveryPhil Reid1-4/+17
2017-11-02i2c: Make i2c_unregister_device() NULL-awareAndy Shevchenko1-2/+3
2017-11-01Merge branch 'i2c/sbs-manager' into i2c/for-4.15Wolfram Sang1-0/+9
2017-10-28i2c: core: call of_i2c_setup_smbus_alert in i2c_register_adapterPhil Reid1-0/+9
2017-10-28i2c: generic recovery: check SCL before SDAClaudio Foellmi1-3/+7
2017-10-27i2c: Allow overriding dev_name through board_infoHans de Goede1-2/+8
2017-08-14i2c: core: Make comment about I2C table requirement to reflect the codeJavier Martinez Canillas1-2/+2
2017-07-31i2c: core: Allow empty id_table in ACPI case as wellAndy Shevchenko1-0/+1
2017-05-31i2c: reformat core-base file headerWolfram Sang1-21/+22
2017-05-31i2c: remove unneeded includes from coreWolfram Sang1-2/+0
2017-05-31i2c: break out ACPI support into separate fileWolfram Sang1-648/+0
2017-05-31i2c: break out OF support into separate fileWolfram Sang1-264/+1
2017-05-31i2c: break out smbus support into separate fileWolfram Sang1-574/+0
2017-05-31i2c: break out slave support into separate fileWolfram Sang1-101/+1
2017-05-31i2c: rename core source file to allow refactorizationWolfram Sang1-0/+3831