summaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | i2c: pxa: drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-10-021-1/+0
| * | | i2c: mediatek: fixing the incorrect register offsetKewei Xu2021-10-021-1/+1
| * | | i2c: kempld: deprecate class based instantiationMichael Brunner2021-09-291-1/+2
| * | | i2c: bcm-kona: Fix return value in probe()zhaoxiao2021-09-291-1/+1
| * | | i2c: rcar: enable interrupts before starting transferWolfram Sang2021-09-291-3/+3
| * | | i2c: i801: Stop using pm_runtime_set_autosuspend_delay(-1)Heiner Kallweit2021-09-291-4/+5
| * | | i2c: i801: Use PCI bus rescan mutex to protect P2SB accessHeiner Kallweit2021-09-291-3/+2
| * | | i2c: i801: Improve i801_add_muxHeiner Kallweit2021-09-291-11/+7
| * | | i2c: i801: Improve i801_acpi_probe/remove functionsHeiner Kallweit2021-09-291-16/+7
| * | | i2c: i801: Remove not needed check for PCI_COMMAND_INTX_DISABLEHeiner Kallweit2021-09-291-8/+1
| * | | i2c: i801: Improve is_dell_system_with_lis3lv02dHeiner Kallweit2021-09-291-9/+5
| * | | i2c: xiic: Fix RX IRQ busy checkMarek Vasut2021-09-141-1/+1
| * | | i2c: xiic: Only ever transfer single messageMarek Vasut2021-09-141-34/+10
| * | | i2c: xiic: Switch from waitqueue to completionMarek Vasut2021-09-141-15/+18
| * | | i2c: xiic: Defer xiic_wakeup() and __xiic_start_xfer() in xiic_process()Marek Vasut2021-09-141-11/+26
| * | | i2c: xiic: Drop broken interrupt handlerMarek Vasut2021-09-141-24/+1
| * | | i2c: xiic: Fix broken locking on tx_msgMarek Vasut2021-09-141-10/+16
* | | | i2c: xgene-slimpro: Fix wrong pointer passed to PTR_ERR()Wei Yongjun2021-11-061-1/+1
* | | | Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-041-13/+9
|\ \ \ \
| * | | | i2c: acpi: Replace custom function with device_match_acpi_handle()Andy Shevchenko2021-10-201-13/+9
| | |/ / | |/| |
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-11-031-26/+30
|\ \ \ \ | |_|_|/ |/| | |
| * | | i2c: virtio: Add support for zero-length requestsViresh Kumar2021-11-011-26/+30
| |/ /
* / / mailbox: pcc: Use PCC mailbox channel pointer instead of standardSudeep Holla2021-10-301-21/+12
|/ /
* | i2c: mlxcpld: Modify register setting for 400KHz frequencyVadim Pasternak2021-10-041-1/+1
* | i2c: mlxcpld: Fix criteria for frequency settingVadim Pasternak2021-10-041-1/+1
* | i2c: mediatek: Add OFFSET_EXT_CONF setting backKewei Xu2021-10-021-1/+10
* | i2c: acpi: fix resource leak in reconfiguration device additionJamie Iles2021-10-021-0/+1
|/
* Merge tag 'platform-drivers-x86-v5.15-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-09-021-0/+32
|\
| * i2c: acpi: Add an i2c_acpi_client_count() helper functionHans de Goede2021-08-121-0/+32
* | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-4/+1
|\ \
| * \ Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman2021-07-271-2/+2
| |\ \
| * | | bus: Make remove callback return voidUwe Kleine-König2021-07-211-4/+1
| | |/ | |/|
* | | Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-3125-730/+400
|\ \ \
| * | | i2c: cadence: Implement save restoreShubhrajyoti Datta2021-08-251-11/+27
| * | | i2c: xlp9xx: fix main IRQ checkSergey Shtylyov2021-08-251-1/+1
| * | | i2c: mt65xx: fix IRQ checkSergey Shtylyov2021-08-251-1/+1
| * | | i2c: virtio: add a virtio i2c frontend driverJie Deng2021-08-193-0/+302
| * | | i2c: hix5hd2: fix IRQ checkSergey Shtylyov2021-08-191-1/+1
| * | | i2c: s3c2410: fix IRQ checkSergey Shtylyov2021-08-191-1/+1
| * | | i2c: iop3xx: fix deferred probingSergey Shtylyov2021-08-191-4/+2
| * | | i2c: synquacer: fix deferred probingSergey Shtylyov2021-08-171-1/+1
| * | | i2c: sun6i-pw2i: Prefer strscpy over strlcpyLen Baker2021-08-171-1/+1
| * | | i2c: remove dead PMC MSP TWI/SMBus/I2C driverLukas Bulwahn2021-08-173-610/+0
| * | | i2c: dev: Use sysfs_emit() in "show" functionsAndy Shevchenko2021-08-111-1/+1
| * | | i2c: dev: Define pr_fmt() and drop duplication substringsAndy Shevchenko2021-08-111-11/+9
| * | | i2c: designware: Fix indentation in the headerAndy Shevchenko2021-08-111-2/+2
| * | | i2c: designware: Use DIV_ROUND_CLOSEST() macroAndy Shevchenko2021-08-112-6/+7
| * | | i2c: at91: mark PM ops as __maybe unusedWolfram Sang2021-08-111-1/+1
| * | | i2c: sh_mobile: : use proper DMAENGINE API for terminationWolfram Sang2021-08-111-2/+2
| * | | i2c: qup: : use proper DMAENGINE API for terminationWolfram Sang2021-08-111-1/+1