summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | i2c: pxa: use official address byte helperRussell King2020-05-051-14/+4
| * | | i2c: powermac: use true,false for bool variableJason Yan2020-04-301-1/+1
| * | | i2c: stm32f7: prevent array underflow in stm32f7_get_lower_rate()Dan Carpenter2020-04-301-1/+1
| * | | i2c: iproc: add support for SMBUS quick cmdRayagonda Kokatanur2020-04-261-3/+7
| * | | i2c: powermac: Simplify reading the "reg" and "i2c-address" propertyAishwarya R2020-04-261-8/+8
| * | | i2c: qup: remove unneeded conversion to boolJason Yan2020-04-261-6/+4
| * | | i2c: brcmstb: Fix handling of optional interruptDave Stevenson2020-04-261-9/+11
| * | | i2c: stm32f7: allows for any bus frequencyAlain Volmat2020-04-261-61/+64
| * | | i2c: stm32: don't print an error on probe deferralEtienne Carriere2020-04-263-6/+15
| * | | i2c: brcmstb: Allow to compile it on BCM2835Maxime Ripard2020-04-261-2/+2
| * | | i2c: slave-eeprom: Make it possible to pre-load eeprom dataBjörn Ardö2020-04-261-0/+25
| * | | i2c: busses: remove duplicate dev_err()Dejin Zheng2020-04-1820-58/+20
| * | | i2c: Add Qualcomm CCI I2C driverLoic Poulain2020-04-183-0/+802
| * | | i2c: cadence: Added slave supportRadu Pirea2020-04-151-11/+309
| * | | i2c: designware: Calculate SCL timing parameter for High Speed ModeWan Ahmad Zainie2020-04-151-3/+15
| * | | i2c: designware: Calculate SCL timing parameter for Fast Mode PlusWan Ahmad Zainie2020-04-151-3/+16
| * | | i2c: i2c-stm32f7: improve nack debug messageFabrice Gasnier2020-04-151-1/+2
| * | | i2c: i801: Use GPIO_LOOKUP() helper macroGeert Uytterhoeven2020-04-151-3/+3
| * | | i2c: refactor parsing of timingsWolfram Sang2020-04-151-39/+30
| * | | i2c: piix4: Detect secondary SMBus controller on AMD AM4 chipsetsAdam Honse2020-04-151-1/+2
| * | | i2c: busses: convert to devm_platform_get_and_ioremap_resourceDejin Zheng2020-04-154-9/+4
| * | | i2c: busses: convert to devm_platform_ioremap_resourceDejin Zheng2020-04-1524-72/+24
* | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-06-101-2/+1
|\ \ \ \
| * | | | ARM/SAMSUNG EXYNOS ARM ARCHITECTURES: Use fallthrough;Joe Perches2020-05-191-2/+1
| |/ / /
* | | | Merge tag 'gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2020-06-051-3/+3
|\ \ \ \
| * \ \ \ Merge tag 'v5.7-rc7' into develLinus Walleij2020-05-2710-37/+68
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | i2c: i801: Use GPIO_LOOKUP() helper macroGeert Uytterhoeven2020-05-181-3/+3
| | |/ / | |/| |
* | | | Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki2020-06-011-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDEDRafael J. Wysocki2020-04-241-2/+2
* | | | 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