summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-mlxbf.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: mlxbf: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-08-141-7/+1
* I2C: Explicitly include correct DT includesRob Herring2023-08-141-1/+1
* i2c: mlxbf: Use dev_err_probe in probe functionLiao Chang2023-08-101-33/+17
* i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-4/+2
* i2c: mlxbf: depend on ACPI; clean away ifdeffageAdam Borowski2022-10-211-9/+0
* Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-041-384/+462
|\
| * i2c: mlxbf: remove device tree supportAsmaa Mnebhi2022-09-271-48/+1
| * i2c: mlxbf: support BlueField-3 SoCAsmaa Mnebhi2022-09-271-171/+284
| * i2c: mlxbf: add multi slave functionalityAsmaa Mnebhi2022-09-271-171/+149
| * i2c: mlxbf: support lock mechanismAsmaa Mnebhi2022-09-271-5/+39
| * Merge branch 'master' into i2c/for-mergewindowWolfram Sang2022-09-271-41/+27
| |\
| * | i2c: mlxbf: remove IRQF_ONESHOTAsmaa Mnebhi2022-09-171-1/+1
* | | Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-10-031-14/+6
|\ \ \ | |_|/ |/| |
| * | i2c: mlxbf: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko2022-09-191-14/+6
| |/
* | i2c: mlxbf: Fix frequency calculationAsmaa Mnebhi2022-09-211-40/+23
* | i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()Asmaa Mnebhi2022-09-171-0/+3
* | i2c: mlxbf: incorrect base address passed during io writeAsmaa Mnebhi2022-09-171-1/+1
|/
* i2c: mlxbf: add IRQ checkSergey Shtylyov2021-04-141-0/+2
* i2c: drivers: Use generic definitions for bus frequencies (part 2)Andy Shevchenko2021-04-051-10/+4
* i2c: mlxbf: Fix the return check of devm_ioremap and ioremapWang Xiaojun2020-12-051-6/+6
* i2c: mlxbf: Update author and maintainer email infoKhalil Blaiech2020-11-061-1/+1
* i2c: mlxbf: Update reference clock frequencyKhalil Blaiech2020-11-061-6/+4
* i2c: mlxbf: Remove unecessary wrapper functionsKhalil Blaiech2020-11-061-111/+72
* i2c: mlxbf: Fix resrticted cast warning of sparseKhalil Blaiech2020-11-061-2/+2
* i2c: mlxbf: Add CONFIG_ACPI to guard ACPI function callKhalil Blaiech2020-11-061-0/+9
* i2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoCKhalil Blaiech2020-09-271-0/+2506