summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_pro...Christophe JAILLET2020-05-151-0/+1
* i2c: altera: Fix race between xfer_msg and isr threadAtsushi Nemoto2020-05-151-1/+9
* i2c: algo-pca: update contact emailWolfram Sang2020-05-151-1/+1
* i2c: at91: Fix pinmux after devm_gpiod_get() for bus recoveryCodrin Ciubotariu2020-05-151-3/+17
* i2c: use my kernel.org address from now onWolfram Sang2020-05-052-2/+2
* i2c: fix missing pm_runtime_put_sync in i2c_device_probeAlain Volmat2020-05-051-6/+16
* i2c: aspeed: Avoid i2c interrupt status clear race condition.ryan_chen2020-04-301-1/+4
* i2c: amd-mp2-pci: Fix Oops in amd_mp2_pci_init() error handlingDan Carpenter2020-04-301-1/+1
* Revert "i2c: tegra: Better handle case where CPU0 is busy for a long time"Wolfram Sang2020-04-281-15/+12
* Revert "i2c: tegra: Synchronize DMA before termination"Wolfram Sang2020-04-281-9/+0
* i2c: iproc: generate stop event for slave writesRayagonda Kokatanur2020-04-281-0/+3
* i2c: tegra: Synchronize DMA before terminationDmitry Osipenko2020-04-151-0/+9
* i2c: tegra: Better handle case where CPU0 is busy for a long timeDmitry Osipenko2020-04-151-12/+15
* i2c: remove i2c_new_probed_device APIWolfram Sang2020-04-151-13/+0
* i2c: altera: use proper variable to hold errnoWolfram Sang2020-04-151-5/+4
* i2c: designware: platdrv: Remove DPM_FLAG_SMART_SUSPEND flag on BYT and CHTHans de Goede2020-04-151-4/+10
* Merge branch 'i2c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2020-04-0265-483/+733
|\
| * i2c: rcar: clean up after refactoring i2c_timingsWolfram Sang2020-03-311-6/+6
| * Merge tag 'v5.6-rc7' into i2c/for-5.7Wolfram Sang2020-03-266-70/+26
| |\
| * | i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-2444-199/+165
| * | i2c: algo: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-241-3/+3
| * | i2c: stm32f7: switch to I²C generic property parsingAndy Shevchenko2020-03-241-31/+26
| * | i2c: rcar: Consolidate timings calls in rcar_i2c_clock_calculate()Andy Shevchenko2020-03-241-9/+9
| * | i2c: core: Allow override timing properties with 0Andy Shevchenko2020-03-242-14/+18
| * | i2c: core: Provide generic definitions for bus frequenciesAndy Shevchenko2020-03-242-5/+5
| * | i2c: mxs: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2020-03-221-3/+3
| * | i2c: imx: remove duplicate print after platform_get_irq()Tang Bin2020-03-211-3/+1
| * | i2c: designware: Fix spelling typos in the commentsAndy Shevchenko2020-03-215-8/+8
| * | i2c: designware: Discard i2c_dw_read_comp_param() functionSerge Semin2020-03-212-7/+0
| * | i2c: designware: Detect the FIFO size in the common codeSerge Semin2020-03-215-24/+27
| * | i2c: dev: Fix the race between the release of i2c_dev and cdevKevin Hao2020-03-201-22/+26
| * | i2c: qcom-geni: Drop of_platform.h includeStephen Boyd2020-03-131-1/+0
| * | i2c: qcom-geni: Grow a dev pointer to simplify codeStephen Boyd2020-03-131-31/+26
| * | i2c: qcom-geni: Let firmware specify irq trigger flagsStephen Boyd2020-03-131-2/+2
| * | i2c: stm32f7: do not backup read-only PECR registerAlain Volmat2020-03-131-4/+0
| * | i2c: smbus: remove outdated references to irq level triggersWolfram Sang2020-03-101-5/+0
| * | i2c: convert SMBus alert setup function to return an ERRPTRWolfram Sang2020-03-105-24/+32
| * | i2c: stm32f7: add a new st, stm32mp15-i2c compatibleAlain Volmat2020-03-101-6/+33
| * | i2c: stm32f7: disable/restore Fast Mode Plus bits in low power modesAlain Volmat2020-03-101-13/+39
| * | i2c: brcmstb: Support BCM2711 HDMI BSC controllersMaxime Ripard2020-03-101-0/+33
| * | i2c: omap: use devm_platform_ioremap_resource()chenqiwu2020-03-101-3/+1
| * | i2c: use kobj_to_dev() APIchenqiwu2020-03-101-2/+2
| * | i2c: powermac: correct comment about custom handlingWolfram Sang2020-03-101-8/+7
| * | i2c: dev: keep sorting of includesWolfram Sang2020-02-261-1/+1
| * | i2c: stm32f7: allow controller to be wakeup-sourceAlain Volmat2020-02-261-21/+86
| * | i2c: imx: implement master_xfer_atomic callbackStefan Lengfeld2020-02-261-41/+105
| * | i2c: at91: implement i2c bus recoveryKamel Bouhara2020-02-262-0/+82
* | | i2c: pca-platform: Use platform_irq_get_optionalChris Packham2020-03-281-1/+1
* | | i2c: st: fix missing struct parameter descriptionAlain Volmat2020-03-281-0/+1
* | | i2c: nvidia-gpu: Handle timeout correctly in gpu_i2c_check_status()Kai-Heng Feng2020-03-241-12/+8