summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2021-04-281-6/+1
|\
| * i2c: designware: Get rid of legacy platform dataAndy Shevchenko2021-04-141-6/+1
* | Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-261-1/+1
|\ \
| * | i2c: altera: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCsKrzysztof Kozlowski2021-03-231-1/+1
| |/
* | i2c: mv64xxx: Fix random system lock caused by runtime PMMarek Behún2021-04-151-0/+4
* | i2c: exynos5: correct top kerneldocKrzysztof Kozlowski2021-04-061-1/+1
* | i2c: designware: Adjust bus_freq_hz when refuse high speed mode setAndy Shevchenko2021-04-051-0/+1
* | i2c: hix5hd2: use the correct HiSilicon copyrightHao Fang2021-03-311-1/+1
* | i2c: stm32f4: Mundane typo fixBhaskar Chowdhury2021-03-311-1/+1
* | I2C: JZ4780: Fix bug for Ingenic X1000.周琰杰 (Zhou Yanjie)2021-03-311-2/+2
|/
* i2c: exynos5: Preserve high speed master codeMårten Lindahl2021-02-261-1/+7
* Revert "i2c: i2c-qcom-geni: Add shutdown callback for i2c"Wolfram Sang2021-02-261-34/+0
* i2c: designware: Get right data lengthLiguang Zhang2021-02-262-1/+3
* i2c: brcmstb: Fix brcmstd_send_i2c_cmd conditionMaxime Ripard2021-02-261-1/+1
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-02-221-3/+1
|\
| * amba: Make the remove callback return voidUwe Kleine-König2021-02-021-3/+1
* | Merge branch 'i2c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-2225-2841/+572
|\ \
| * | i2c: remove redundant error print in stm32f7_i2c_probeMenglong Dong2021-02-121-5/+1
| * | i2c: busses: Replace spin_lock_irqsave with spin_lock in hard IRQWeihang Li2021-02-122-6/+4
| * | i2c: i801: Add support for Intel Alder Lake PCH-PJarkko Nikula2021-02-091-0/+4
| * | i2c: mv64xxx: Fix check for missing clock after adding RPMSamuel Holland2021-02-091-1/+1
| * | i2c: imx: Synthesize end of transaction events without idle interruptsKevin Paul Herbert2021-02-011-7/+52
| * | i2c: i2c-qcom-geni: Add shutdown callback for i2cRoja Rani Yarubandi2021-02-011-0/+34
| * | i2c: mv64xxx: Add runtime PM supportSamuel Holland2021-02-011-42/+78
| * | i2c: amd-mp2: Remove unused macroRichard Neumann2021-02-011-3/+0
| * | i2c: amd-mp2: convert to PCI logging functionsRichard Neumann2021-02-013-37/+24
| * | i2c: tegra: Use threaded interruptDmitry Osipenko2021-01-281-4/+5
| * | Merge tag 'v5.11-rc5' into i2c/for-5.12Wolfram Sang2021-01-288-12/+74
| |\ \
| * | | i2c: remove zte zx bus driverArnd Bergmann2021-01-283-612/+0
| * | | i2c: s3c2410: advertise SMBus transfers using RECV_LENWolfram Sang2021-01-221-1/+1
| * | | i2c: qup: advertise SMBus transfers using RECV_LENWolfram Sang2021-01-221-1/+1
| * | | i2c: remove u300 bus driverArnd Bergmann2021-01-223-1022/+0
| * | | i2c: remove sirf bus driverArnd Bergmann2021-01-223-486/+0
| * | | i2c: Drop unused efm32 bus driverUwe Kleine-König2021-01-173-477/+0
| * | | i2c: mlxcpld: Add support for I2C bus frequency settingVadim Pasternak2021-01-061-1/+62
| * | | i2c: busses: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-051-2/+1
| * | | i2c: use DIV_ROUND_UP macro to do calculationZheng Yongjun2021-01-051-3/+3
| * | | i2c: fix platform_get_irq.cocci warningsTian Tao2021-01-051-3/+1
| * | | i2c: gpio: fix MODULE_LICENCEWolfram Sang2021-01-051-1/+1
| * | | i2c: iproc: handle rx fifo full interruptRayagonda Kokatanur2021-01-051-4/+17
| * | | i2c: iproc: handle master read requestRayagonda Kokatanur2021-01-051-45/+170
| * | | i2c: iproc: fix typo in slave_isr functionRayagonda Kokatanur2021-01-051-1/+1
| * | | i2c: iproc: update slave isr mask (ISR_MASK_SLAVE)Rayagonda Kokatanur2021-01-051-1/+2
| * | | i2c: iproc: handle only slave interrupts which are enabledRayagonda Kokatanur2021-01-051-4/+9
| * | | i2c: iproc: handle Master aborted errorRayagonda Kokatanur2021-01-051-3/+5
| * | | i2c: rcar: protect against supurious interrupts on V3UWolfram Sang2021-01-051-14/+43
| * | | i2c: rcar: make sure irq is not threaded on Gen2 and earlierWolfram Sang2021-01-051-1/+5
| * | | i2c: rcar: optimize cacheline to minimize HW race conditionWolfram Sang2021-01-051-1/+1
| * | | i2c: rcar: faster irq code to minimize HW race conditionWolfram Sang2021-01-051-7/+4
| * | | i2c: qcom-geni: Store DMA mapping data in geni_i2c_dev structRoja Rani Yarubandi2021-01-051-16/+43