summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-mlxbf.c
AgeCommit message (Expand)Author
2023-08-14i2c: mlxbf: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-08-14I2C: Explicitly include correct DT includesRob Herring
2023-08-10i2c: mlxbf: Use dev_err_probe in probe functionLiao Chang
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König
2022-10-21i2c: mlxbf: depend on ACPI; clean away ifdeffageAdam Borowski
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-03Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2022-09-27i2c: mlxbf: remove device tree supportAsmaa Mnebhi
2022-09-27i2c: mlxbf: support BlueField-3 SoCAsmaa Mnebhi
2022-09-27i2c: mlxbf: add multi slave functionalityAsmaa Mnebhi
2022-09-27i2c: mlxbf: support lock mechanismAsmaa Mnebhi
2022-09-27Merge branch 'master' into i2c/for-mergewindowWolfram Sang
2022-09-21i2c: mlxbf: Fix frequency calculationAsmaa Mnebhi
2022-09-19i2c: mlxbf: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko
2022-09-17i2c: mlxbf: remove IRQF_ONESHOTAsmaa Mnebhi
2022-09-17i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()Asmaa Mnebhi
2022-09-17i2c: mlxbf: incorrect base address passed during io writeAsmaa Mnebhi
2021-04-14i2c: mlxbf: add IRQ checkSergey Shtylyov
2021-04-05i2c: drivers: Use generic definitions for bus frequencies (part 2)Andy Shevchenko
2020-12-05i2c: mlxbf: Fix the return check of devm_ioremap and ioremapWang Xiaojun
2020-11-06i2c: mlxbf: Update author and maintainer email infoKhalil Blaiech
2020-11-06i2c: mlxbf: Update reference clock frequencyKhalil Blaiech
2020-11-06i2c: mlxbf: Remove unecessary wrapper functionsKhalil Blaiech
2020-11-06i2c: mlxbf: Fix resrticted cast warning of sparseKhalil Blaiech
2020-11-06i2c: mlxbf: Add CONFIG_ACPI to guard ACPI function callKhalil Blaiech
2020-09-27i2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoCKhalil Blaiech