summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02i2c: imx: Synthesize end of transaction events without idle interruptsKevin Paul Herbert1-7/+52
2021-02-02i2c: i2c-qcom-geni: Add shutdown callback for i2cRoja Rani Yarubandi1-0/+34
2021-02-02i2c: mv64xxx: Add runtime PM supportSamuel Holland1-42/+78
2021-02-02i2c: amd-mp2: Remove unused macroRichard Neumann1-3/+0
2021-02-02i2c: amd-mp2: convert to PCI logging functionsRichard Neumann3-37/+24
2021-02-02i2c: mux: mlxcpld: Move header file out of x86 realmVadim Pasternak1-1/+1
2021-02-02i2c: mux: mlxcpld: Update module licenseVadim Pasternak1-30/+3
2021-01-28i2c: smbus: improve naming in i2c_smbus_xfer_emulated()Wolfram Sang1-12/+12
2021-01-28i2c: smbus: don't abuse loop variableWolfram Sang1-5/+4
2021-01-28i2c: tegra: Use threaded interruptDmitry Osipenko1-4/+5
2021-01-28Merge tag 'v5.11-rc5' into i2c/for-5.12Wolfram Sang8-12/+74
2021-01-28i2c: remove zte zx bus driverArnd Bergmann3-612/+0
2021-01-22i2c: sprd: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski1-0/+1
2021-01-22i2c: s3c2410: advertise SMBus transfers using RECV_LENWolfram Sang1-1/+1
2021-01-22i2c: qup: advertise SMBus transfers using RECV_LENWolfram Sang1-1/+1
2021-01-22i2c: algo: bit: use new macro to specifiy capabilitiesWolfram Sang1-3/+1
2021-01-22i2c: remove u300 bus driverArnd Bergmann3-1022/+0
2021-01-22i2c: remove sirf bus driverArnd Bergmann3-486/+0
2021-01-22Revert "i2c: imx: Remove unused .id_table support"Fabio Estevam1-1/+19
2021-01-17i2c: stub: remove definition of DEBUGTom Rix1-1/+0
2021-01-17i2c: i2c-mux-gpio: Enable this driver in ACPI landEvan Green1-28/+79
2021-01-17i2c: i2c-mux-gpio: Factor out pdev->dev in _probe_dt()Evan Green1-2/+3
2021-01-17i2c: octeon: check correct size of maximum RECV_LEN packetWolfram Sang1-1/+1
2021-01-17i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFOSowjanya Komatineni1-1/+21
2021-01-17i2c: bpmp-tegra: Ignore unknown I2C_M flagsMikko Perttunen1-1/+1
2021-01-17i2c: Drop unused efm32 bus driverUwe Kleine-König3-477/+0
2021-01-12i2c: tegra: Wait for config load atomically while in ISRMikko Perttunen1-1/+1
2021-01-12i2c: smbus: switch from loops to memcpyDmitry Torokhov1-10/+5
2021-01-06i2c: mlxcpld: Add support for I2C bus frequency settingVadim Pasternak1-1/+62
2021-01-05i2c: busses: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-2/+1
2021-01-05i2c: use DIV_ROUND_UP macro to do calculationZheng Yongjun1-3/+3
2021-01-05i2c: fix platform_get_irq.cocci warningsTian Tao1-3/+1
2021-01-05i2c: gpio: fix MODULE_LICENCEWolfram Sang1-1/+1
2021-01-05i2c: iproc: handle rx fifo full interruptRayagonda Kokatanur1-4/+17
2021-01-05i2c: iproc: handle master read requestRayagonda Kokatanur1-45/+170
2021-01-05i2c: iproc: fix typo in slave_isr functionRayagonda Kokatanur1-1/+1
2021-01-05i2c: iproc: update slave isr mask (ISR_MASK_SLAVE)Rayagonda Kokatanur1-1/+2
2021-01-05i2c: iproc: handle only slave interrupts which are enabledRayagonda Kokatanur1-4/+9
2021-01-05i2c: iproc: handle Master aborted errorRayagonda Kokatanur1-3/+5
2021-01-05i2c: rcar: protect against supurious interrupts on V3UWolfram Sang1-14/+43
2021-01-05i2c: rcar: make sure irq is not threaded on Gen2 and earlierWolfram Sang1-1/+5
2021-01-05i2c: rcar: optimize cacheline to minimize HW race conditionWolfram Sang1-1/+1
2021-01-05i2c: rcar: faster irq code to minimize HW race conditionWolfram Sang1-7/+4
2021-01-05i2c: qcom-geni: Store DMA mapping data in geni_i2c_dev structRoja Rani Yarubandi1-16/+43
2021-01-05i2c: i801: Refactor mux code since platform_device_unregister() is NULL awareAndy Shevchenko1-7/+3
2021-01-05i2c: i801: Drop duplicate NULL check in i801_del_mux()Andy Shevchenko1-2/+1
2021-01-05i2c: mlxcpld: Decrease polling time for performance improvementVadim Pasternak1-1/+1
2021-01-05i2c: mlxcpld: Update module licenseVadim Pasternak1-29/+3
2021-01-05i2c: core: Do not print duplicate error when failing to register an i2c-clien...Hans de Goede1-5/+1
2021-01-05i2c: mediatek: Fix apdma and i2c hand-shake timeoutQii Wang1-5/+22