summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: brcmstb: fix support for DSL and CM variantsRafał Miłecki2022-02-181-1/+1
* i2c: qup: allow COMPILE_TESTWolfram Sang2022-02-151-1/+1
* i2c: imx: allow COMPILE_TESTWolfram Sang2022-02-151-1/+1
* i2c: cadence: allow COMPILE_TESTWolfram Sang2022-02-151-1/+1
* i2c: qcom-cci: don't put a device tree node before i2c_add_adapter()Vladimir Zapolskiy2022-02-111-4/+10
* i2c: qcom-cci: don't delete an unregistered adapterVladimir Zapolskiy2022-02-111-1/+1
* i2c: bcm2835: Avoid clock stretching timeoutsEric Anholt2022-02-071-0/+11
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-1/+1
|\
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
* | Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-1422-895/+441
|\ \
| * | i2c: sh_mobile: remove unneeded semicolonYang Li2022-01-111-1/+1
| * | i2c: riic: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-031-5/+5
| * | i2c: sh_mobile: Use platform_get_irq_optional() to get the interruptLad Prabhakar2022-01-031-8/+26
| * | i2c: bcm2835: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-031-7/+4
| * | i2c: aspeed: Remove unused includesThierry Reding2021-12-161-2/+0
| * | i2c: sh_mobile: update to new DMAENGINE API when terminatingWolfram Sang2021-12-161-17/+9
| * | i2c: rcar: update to new DMAENGINE API when terminatingWolfram Sang2021-12-161-17/+9
| * | i2c: exynos5: Fix getting the optional clockSam Protsenko2021-12-161-3/+5
| * | i2c: designware-pci: Convert to use dev_err_probe()Andy Shevchenko2021-12-161-14/+10
| * | i2c: designware-pci: use __maybe_unused for PM functionsAndy Shevchenko2021-12-161-4/+2
| * | i2c: designware-pci: Group MODULE_*() macrosAndy Shevchenko2021-12-161-4/+2
| * | i2c: designware-pci: Add a note about struct dw_scl_sda_cfg usageAndy Shevchenko2021-12-161-0/+7
| * | i2c: designware-pci: Fix to change data types of hcnt and lcnt parametersLakshmi Sowjanya D2021-12-161-4/+4
| * | i2c: designware: Do not complete i2c read without RX_FULL interruptTamal Saha2021-12-161-2/+5
| * | i2c: tegra: use i2c_timings for bus clock freqAkhil R2021-12-101-12/+9
| * | i2c: i801: Don't clear status flags twice in interrupt modeHeiner Kallweit2021-12-091-11/+5
| * | i2c: i801: Don't read back cleared status in i801_check_pre()Heiner Kallweit2021-12-091-19/+3
| * | i2c: exynos5: Mention Exynos850 and ExynosAutoV9 in KconfigSam Protsenko2021-12-091-1/+1
| * | i2c: exynos5: Add bus clock supportSam Protsenko2021-12-091-8/+38
| * | i2c: exynos5: Add support for ExynosAutoV9 SoCJaewon Kim2021-12-091-9/+53
| * | i2c: stm32f7: remove noisy and imprecise log messagesWolfram Sang2021-12-011-4/+0
| * | i2c: stm32: get rid of stm32f7_i2c_release_bus return valueAlain Volmat2021-12-011-8/+2
| * | Revert "i2c: designware-pci: Add support for Fast Mode Plus and High Speed Mode"Wolfram Sang2021-11-301-8/+0
| * | Revert "i2c: designware-pci: Set ideal timing parameters for Elkhart Lake PSE"Wolfram Sang2021-11-301-14/+0
| * | i2c: i801: Improve handling platform data for tco deviceHeiner Kallweit2021-11-291-15/+12
| * | i2c: designware-pci: Set ideal timing parameters for Elkhart Lake PSELakshmi Sowjanya D2021-11-291-0/+14
| * | i2c: designware-pci: Add support for Fast Mode Plus and High Speed ModeLakshmi Sowjanya D2021-11-291-0/+8
| * | i2c: enable async suspend/resume on i2c client devicesDerek Basehore2021-11-291-0/+1
| * | i2c: enable async suspend/resume for i2c adaptersRajat Jain2021-11-291-0/+1
| * | i2c: designware: Enable async suspend / resume of designware devicesRajat Jain2021-11-291-0/+2
| * | i2c: mpc: Correct I2C reset procedureJoakim Tjernlund2021-11-291-8/+15
| * | i2c: designware: Fix the kernel doc description for struct dw_i2c_devAndy Shevchenko2021-11-291-4/+9
| * | i2c: rk3x: enable clock before getting rateJohn Keeping2021-11-291-0/+7
| * | i2c: i801: Improve handling of chip-specific feature definitionsHeiner Kallweit2021-11-291-125/+66
| * | i2c: i801: Remove i801_set_block_buffer_modeHeiner Kallweit2021-11-291-12/+5
| * | i2c: i801: Don't silently correct invalid transfer sizeHeiner Kallweit2021-11-291-10/+5
| * | i2c: tegra: Add the ACPI supportAkhil R2021-11-291-12/+40
| * | Merge branch 'i2c/for-current' into i2c/for-mergewindowWolfram Sang2021-11-292-16/+30
| |\ \
| * | | i2c: mux: gpio: Use array_size() helperAndy Shevchenko2021-11-231-1/+2
| * | | i2c: mux: gpio: Don't dereference fwnode from struct deviceAndy Shevchenko2021-11-231-3/+4