summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
* 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 branch 'i2c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2020-04-0258-418/+670
|\
| * 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-265-69/+17
| |\
| * | i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-2444-199/+165
| * | 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-241-1/+1
| * | 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: 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