summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | i2c: i801: Refactor mux code since platform_device_unregister() is NULL awareAndy Shevchenko2021-01-051-7/+3
| * | | i2c: i801: Drop duplicate NULL check in i801_del_mux()Andy Shevchenko2021-01-051-2/+1
| * | | i2c: mlxcpld: Decrease polling time for performance improvementVadim Pasternak2021-01-051-1/+1
| * | | i2c: mlxcpld: Update module licenseVadim Pasternak2021-01-051-29/+3
| | |/ | |/|
* | | Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-02-212-6/+2
|\ \ \
| * \ \ Merge tag 'asoc-v5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2021-02-176-8/+60
| |\ \ \
| * | | | isa: Make the remove callback for isa drivers return voidUwe Kleine-König2021-01-262-6/+2
* | | | | Merge tag 'arm-platform-removal-v5.12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-02-201-2/+2
|\ \ \ \ \
| * | | | | ARM: remove tango platformArnd Bergmann2021-01-201-2/+2
| | |_|/ / | |/| | |
* | | | | i2c: stm32f7: fix configuration of the digital filterAlain Volmat2021-02-121-1/+10
| |_|/ / |/| | |