summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
...
| * | | i2c: pxa: clear all master action bits in i2c_pxa_stop_message()Russell King2020-05-121-4/+2
| * | | i2c: pxa: remove some unnecessary debugRussell King2020-05-121-3/+1
| * | | i2c: pxa: ensure timeout messages are uniqueRussell King2020-05-121-3/+3
| * | | i2c: pxa: avoid complaints with non-responsive slavesRussell King2020-05-121-4/+8
| * | | i2c: pxa: consolidate i2c_pxa_*xfer() implementationsRussell King2020-05-121-20/+16
| * | | i2c: at91: Send bus clear command if SDA is downCodrin Ciubotariu2020-05-053-8/+50
| * | | i2c: pxa: fix i2c_pxa_wait_bus_not_busy() boundary conditionRussell King2020-05-051-5/+12
| * | | i2c: pxa: clean up decode_bits()Russell King2020-05-051-4/+3
| * | | i2c: pxa: fix i2c_pxa_scream_blue_murder() debug outputRussell King2020-05-051-4/+3
| * | | i2c: pxa: move DT IDs along side platform IDsRussell King2020-05-051-9/+9
| * | | i2c: pxa: move private definitions to i2c-pxa.cRussell King2020-05-051-0/+43
| * | | i2c: pxa: always set fm and hs members for each typeRussell King2020-05-051-2/+10
| * | | i2c: pxa: add and use definitions for IBMR registerRussell King2020-05-051-4/+8
| * | | i2c: pxa: re-arrange register field definitionsRussell King2020-05-051-60/+53
| * | | i2c: pxa: re-arrange functions to flow betterRussell King2020-05-051-163/+162
| * | | i2c: pxa: re-arrange includes to be in alphabetical orderRussell King2020-05-051-8/+8
| * | | i2c: pxa: remove unneeded includesRussell King2020-05-051-4/+0
| * | | 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: 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: 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-276-15/+48
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | 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: altera: Fix race between xfer_msg and isr threadAtsushi Nemoto2020-05-151-1/+9
* | | | i2c: at91: Fix pinmux after devm_gpiod_get() for bus recoveryCodrin Ciubotariu2020-05-151-3/+17
| |_|/ |/| |
* | | 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