aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-mlxbf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-21i2c: mlxbf: depend on ACPI; clean away ifdeffageAdam Borowski1-9/+0
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-384/+462
2022-10-03Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-14/+6
2022-09-27i2c: mlxbf: remove device tree supportAsmaa Mnebhi1-48/+1
2022-09-27i2c: mlxbf: support BlueField-3 SoCAsmaa Mnebhi1-171/+284
2022-09-27i2c: mlxbf: add multi slave functionalityAsmaa Mnebhi1-171/+149
2022-09-27i2c: mlxbf: support lock mechanismAsmaa Mnebhi1-5/+39
2022-09-27Merge branch 'master' into i2c/for-mergewindowWolfram Sang1-41/+27
2022-09-21i2c: mlxbf: Fix frequency calculationAsmaa Mnebhi1-40/+23
2022-09-19i2c: mlxbf: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko1-14/+6
2022-09-17i2c: mlxbf: remove IRQF_ONESHOTAsmaa Mnebhi1-1/+1
2022-09-17i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()Asmaa Mnebhi1-0/+3
2022-09-17i2c: mlxbf: incorrect base address passed during io writeAsmaa Mnebhi1-1/+1
2021-04-14i2c: mlxbf: add IRQ checkSergey Shtylyov1-0/+2
2021-04-05i2c: drivers: Use generic definitions for bus frequencies (part 2)Andy Shevchenko1-10/+4
2020-12-05i2c: mlxbf: Fix the return check of devm_ioremap and ioremapWang Xiaojun1-6/+6
2020-11-06i2c: mlxbf: Update author and maintainer email infoKhalil Blaiech1-1/+1
2020-11-06i2c: mlxbf: Update reference clock frequencyKhalil Blaiech1-6/+4
2020-11-06i2c: mlxbf: Remove unecessary wrapper functionsKhalil Blaiech1-111/+72
2020-11-06i2c: mlxbf: Fix resrticted cast warning of sparseKhalil Blaiech1-2/+2
2020-11-06i2c: mlxbf: Add CONFIG_ACPI to guard ACPI function callKhalil Blaiech1-0/+9
2020-09-27i2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoCKhalil Blaiech1-0/+2506