aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/i2c/busses (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-15Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2020-08-13Merge branch 'i2c/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds29-227/+231
2020-08-12i2c: iproc: fix race between client unreg and isrDhananjay Phadke1-1/+12
2020-08-10i2c: eg20t: use generic power managementVaibhav Gupta1-29/+7
2020-08-10i2c: eg20t: Drop PCI wakeup calls from .suspend/.resumeVaibhav Gupta1-3/+0
2020-08-10i2c: mediatek: Fix i2c_spec_values descriptionMatthias Brugger1-5/+4
2020-08-07i2c: designware: Add device HID for Hygon I2C controllerPu Wen1-0/+1
2020-08-05i2c: mediatek: Add i2c compatible for MediaTek MT8192Qii Wang1-0/+15
2020-08-05i2c: mediatek: Add access to more than 8GB dram in i2c driverQii Wang1-22/+17
2020-08-05i2c: mediatek: Add apdma sync in i2c driverQii Wang1-3/+20
2020-08-05i2c: i801: Add support for Intel Tiger Lake PCH-HJarkko Nikula1-0/+4
2020-08-05i2c: i801: Add support for Intel Emmitsburg PCHMika Westerberg2-0/+5
2020-08-05i2c: bcm2835: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-08-05i2c: at91: Move to generic GPIO bus recoveryCodrin Ciubotariu2-69/+3
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-08-03Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+25
2020-08-03Merge tag 'rm-unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/linuxLinus Torvalds3-287/+0
2020-07-31i2c: rcar: avoid race when unregistering slaveWolfram Sang1-3/+5
2020-07-31Merge tag 'v5.8-rc7' into i2c/for-5.9Wolfram Sang6-21/+36
2020-07-28i2c: tegra: Avoid tegra_i2c_init_dma() for Tegra210 vi i2cSowjanya Komatineni1-1/+1
2020-07-28i2c: tegra: Fix runtime resume to re-init VI I2CSowjanya Komatineni1-0/+16
2020-07-28i2c: tegra: Fix the error path in tegra_i2c_runtime_resumeSowjanya Komatineni1-3/+8
2020-07-28i2c: tegra: Remove NULL pointer check before clk_enable/disable/prepare/unprepareSowjanya Komatineni1-41/+23
2020-07-28i2c: tegra: Don't mark VI I2C as IRQ safe runtime PMSowjanya Komatineni1-1/+9
2020-07-26i2c: rcar: slave: only send STOP event when we have been addressedWolfram Sang1-3/+4
2020-07-24i2c: fsi: Prevent adding adapters for ports without dts nodesEddie James1-1/+1
2020-07-23i2c: i2c-qcom-geni: Fix DMA transfer raceDouglas Anderson1-2/+4
2020-07-23i2c: rcar: always clear ICSAR to avoid side effectsWolfram Sang1-0/+3
2020-07-23i2c: busses: Use fallthrough pseudo-keywordGustavo A. R. Silva9-18/+16
2020-07-22i2c: cadence: Clear HOLD bit at correct time in Rx pathRaviteja Narayanam1-9/+10
2020-07-22Revert "i2c: cadence: Fix the hold bit setting"Raviteja Narayanam1-7/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-04i2c: rk3x: support master_xfer_atomicJohn Keeping1-4/+35
2020-07-04i2c: Use separate MODULE_AUTHOR() statements for multiple authorsJarkko Nikula11-20/+26
2020-07-04i2c: mlxcpld: check correct size of maximum RECV_LEN packetWolfram Sang1-2/+2
2020-07-04i2c: eg20t: Load module automatically if ID matchesAndy Shevchenko1-0/+1
2020-07-04i2c: designware: platdrv: Set class based on DMIRicardo Ribalda1-1/+14
2020-07-01i2c/buses: remove i2c-puv3 driverMike Rapoport3-287/+0
2020-06-26i2c: fsi: Fix the port number field in status registerEddie James1-1/+1
2020-06-24i2c: i2c-qcom-geni: Add interconnect supportAkash Asthana1-1/+25
2020-06-23i2c: designware: Adjust bus speed independently of ACPIAndy Shevchenko4-12/+20
2020-06-13Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds63-1144/+5303
2020-06-11i2c: Drop stray comma in MODULE_AUTHOR statementsJean Delvare2-3/+3
2020-06-11i2c: npcm7xx: npcm_i2caddr[] can be statickernel test robot1-1/+1
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-2/+1
2020-06-08i2c: npcm7xx: Fix a couple of error codes in probeDan Carpenter1-2/+2
2020-06-07i2c: icy: Fix build with CONFIG_AMIGA_PCMCIA=nMax Staudt1-0/+1
2020-06-07i2c: npcm7xx: Remove unnecessary parenthesesGustavo A. R. Silva1-1/+1
2020-06-05Merge tag 'gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-3/+3
2020-06-03i2c: npcm7xx: Add support for slave mode for NuvotonTali Perry1-1/+607