summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2021-02-01i2c: mux: mlxcpld: Move header file out of x86 realmVadim Pasternak
2021-02-01i2c: mux: mlxcpld: Update module licenseVadim Pasternak
2021-01-28i2c: mediatek: Move suspend and resume handling to NOIRQ phaseQii Wang
2021-01-28i2c: smbus: improve naming in i2c_smbus_xfer_emulated()Wolfram Sang
2021-01-28i2c: smbus: don't abuse loop variableWolfram Sang
2021-01-28i2c: tegra: Use threaded interruptDmitry Osipenko
2021-01-28Merge tag 'v5.11-rc5' into i2c/for-5.12Wolfram Sang
2021-01-28i2c: remove zte zx bus driverArnd Bergmann
2021-01-26isa: Make the remove callback for isa drivers return voidUwe Kleine-König
2021-01-22i2c: sprd: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski
2021-01-22i2c: s3c2410: advertise SMBus transfers using RECV_LENWolfram Sang
2021-01-22i2c: qup: advertise SMBus transfers using RECV_LENWolfram Sang
2021-01-22i2c: algo: bit: use new macro to specifiy capabilitiesWolfram Sang
2021-01-22i2c: remove u300 bus driverArnd Bergmann
2021-01-22i2c: remove sirf bus driverArnd Bergmann
2021-01-22Revert "i2c: imx: Remove unused .id_table support"Fabio Estevam
2021-01-20ARM: remove tango platformArnd Bergmann
2021-01-17i2c: stub: remove definition of DEBUGTom Rix
2021-01-17i2c: i2c-mux-gpio: Enable this driver in ACPI landEvan Green
2021-01-17i2c: i2c-mux-gpio: Factor out pdev->dev in _probe_dt()Evan Green
2021-01-17i2c: octeon: check correct size of maximum RECV_LEN packetWolfram Sang
2021-01-17i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFOSowjanya Komatineni
2021-01-17i2c: bpmp-tegra: Ignore unknown I2C_M flagsMikko Perttunen
2021-01-17i2c: Drop unused efm32 bus driverUwe Kleine-König
2021-01-11i2c: tegra: Wait for config load atomically while in ISRMikko Perttunen
2021-01-11i2c: smbus: switch from loops to memcpyDmitry Torokhov
2021-01-06i2c: mlxcpld: Add support for I2C bus frequency settingVadim Pasternak
2021-01-05i2c: busses: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun
2021-01-05i2c: use DIV_ROUND_UP macro to do calculationZheng Yongjun
2021-01-05i2c: fix platform_get_irq.cocci warningsTian Tao
2021-01-05i2c: gpio: fix MODULE_LICENCEWolfram Sang
2021-01-05i2c: iproc: handle rx fifo full interruptRayagonda Kokatanur
2021-01-05i2c: iproc: handle master read requestRayagonda Kokatanur
2021-01-05i2c: iproc: fix typo in slave_isr functionRayagonda Kokatanur
2021-01-05i2c: iproc: update slave isr mask (ISR_MASK_SLAVE)Rayagonda Kokatanur
2021-01-05i2c: iproc: handle only slave interrupts which are enabledRayagonda Kokatanur
2021-01-05i2c: iproc: handle Master aborted errorRayagonda Kokatanur
2021-01-05i2c: rcar: protect against supurious interrupts on V3UWolfram Sang
2021-01-05i2c: rcar: make sure irq is not threaded on Gen2 and earlierWolfram Sang
2021-01-05i2c: rcar: optimize cacheline to minimize HW race conditionWolfram Sang
2021-01-05i2c: rcar: faster irq code to minimize HW race conditionWolfram Sang
2021-01-05i2c: qcom-geni: Store DMA mapping data in geni_i2c_dev structRoja Rani Yarubandi
2021-01-05i2c: i801: Refactor mux code since platform_device_unregister() is NULL awareAndy Shevchenko
2021-01-05i2c: i801: Drop duplicate NULL check in i801_del_mux()Andy Shevchenko
2021-01-05i2c: mlxcpld: Decrease polling time for performance improvementVadim Pasternak
2021-01-05i2c: mlxcpld: Update module licenseVadim Pasternak
2021-01-05i2c: core: Do not print duplicate error when failing to register an i2c-clien...Hans de Goede
2021-01-05i2c: mediatek: Fix apdma and i2c hand-shake timeoutQii Wang
2021-01-04i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminatedHans de Goede
2021-01-04i2c: sprd: use a specific timeout to avoid system hang up issueChunyan Zhang