summaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2c: mux: mlxcpld: Update module licenseVadim Pasternak2021-02-011-30/+3
* i2c: smbus: improve naming in i2c_smbus_xfer_emulated()Wolfram Sang2021-01-281-12/+12
* i2c: smbus: don't abuse loop variableWolfram Sang2021-01-281-5/+4
* i2c: tegra: Use threaded interruptDmitry Osipenko2021-01-281-4/+5
* Merge tag 'v5.11-rc5' into i2c/for-5.12Wolfram Sang2021-01-288-12/+74
|\
| * i2c: sprd: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski2021-01-221-0/+1
| * Revert "i2c: imx: Remove unused .id_table support"Fabio Estevam2021-01-221-1/+19
| * i2c: octeon: check correct size of maximum RECV_LEN packetWolfram Sang2021-01-171-1/+1
| * i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFOSowjanya Komatineni2021-01-171-1/+21
| * i2c: bpmp-tegra: Ignore unknown I2C_M flagsMikko Perttunen2021-01-171-1/+1
| * i2c: tegra: Wait for config load atomically while in ISRMikko Perttunen2021-01-111-1/+1
| * i2c: mediatek: Fix apdma and i2c hand-shake timeoutQii Wang2021-01-051-5/+22
| * i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminatedHans de Goede2021-01-041-1/+1
| * i2c: sprd: use a specific timeout to avoid system hang up issueChunyan Zhang2021-01-041-1/+7
* | i2c: remove zte zx bus driverArnd Bergmann2021-01-283-612/+0
* | i2c: s3c2410: advertise SMBus transfers using RECV_LENWolfram Sang2021-01-221-1/+1
* | i2c: qup: advertise SMBus transfers using RECV_LENWolfram Sang2021-01-221-1/+1
* | i2c: algo: bit: use new macro to specifiy capabilitiesWolfram Sang2021-01-221-3/+1
* | i2c: remove u300 bus driverArnd Bergmann2021-01-223-1022/+0
* | i2c: remove sirf bus driverArnd Bergmann2021-01-223-486/+0
* | i2c: stub: remove definition of DEBUGTom Rix2021-01-171-1/+0
* | i2c: i2c-mux-gpio: Enable this driver in ACPI landEvan Green2021-01-171-28/+79
* | i2c: i2c-mux-gpio: Factor out pdev->dev in _probe_dt()Evan Green2021-01-171-2/+3
* | i2c: Drop unused efm32 bus driverUwe Kleine-König2021-01-173-477/+0
* | i2c: smbus: switch from loops to memcpyDmitry Torokhov2021-01-111-10/+5
* | i2c: mlxcpld: Add support for I2C bus frequency settingVadim Pasternak2021-01-061-1/+62
* | i2c: busses: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-051-2/+1
* | i2c: use DIV_ROUND_UP macro to do calculationZheng Yongjun2021-01-051-3/+3
* | i2c: fix platform_get_irq.cocci warningsTian Tao2021-01-051-3/+1
* | i2c: gpio: fix MODULE_LICENCEWolfram Sang2021-01-051-1/+1
* | i2c: iproc: handle rx fifo full interruptRayagonda Kokatanur2021-01-051-4/+17
* | i2c: iproc: handle master read requestRayagonda Kokatanur2021-01-051-45/+170
* | i2c: iproc: fix typo in slave_isr functionRayagonda Kokatanur2021-01-051-1/+1
* | i2c: iproc: update slave isr mask (ISR_MASK_SLAVE)Rayagonda Kokatanur2021-01-051-1/+2
* | i2c: iproc: handle only slave interrupts which are enabledRayagonda Kokatanur2021-01-051-4/+9
* | i2c: iproc: handle Master aborted errorRayagonda Kokatanur2021-01-051-3/+5
* | i2c: rcar: protect against supurious interrupts on V3UWolfram Sang2021-01-051-14/+43
* | i2c: rcar: make sure irq is not threaded on Gen2 and earlierWolfram Sang2021-01-051-1/+5
* | i2c: rcar: optimize cacheline to minimize HW race conditionWolfram Sang2021-01-051-1/+1
* | i2c: rcar: faster irq code to minimize HW race conditionWolfram Sang2021-01-051-7/+4
* | i2c: qcom-geni: Store DMA mapping data in geni_i2c_dev structRoja Rani Yarubandi2021-01-051-16/+43
* | i2c: i801: Refactor mux code since platform_device_unregister() is NULL awareAndy Shevchenko2021-01-051-7/+3
* | i2c: i801: Drop duplicate NULL check in i801_del_mux()Andy Shevchenko2021-01-051-2/+1
* | i2c: mlxcpld: Decrease polling time for performance improvementVadim Pasternak2021-01-051-1/+1
* | i2c: mlxcpld: Update module licenseVadim Pasternak2021-01-051-29/+3
* | i2c: core: Do not print duplicate error when failing to register an i2c-clien...Hans de Goede2021-01-051-5/+1
|/
* Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-12-161-2/+2
|\
| *-. Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki2020-12-151-2/+2
| |\ \
| | * | PM: sleep: Add dev_wakeup_path() helperPatrice Chotard2020-11-231-2/+2
| | |/
* | | i2c: remove check that can never be trueUwe Kleine-König2020-12-111-4/+1