aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/i2c/busses/i2c-mlxcpld.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-18i2c: Don't let i2c adapters declare I2C_CLASS_SPD support if they support I2C_CLASS_HWMONHeiner Kallweit1-1/+1
2023-08-25i2c: mlxcpld: Add support for extended transaction lengthVadim Pasternak1-0/+10
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-10-20i2c: fix spelling typos in commentsJiangshan Yi1-1/+1
2022-08-03Merge tag 'i2c-for-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+4
2022-07-16i2c: mlxcpld: Add callback to notify probing completionVadim Pasternak1-0/+4
2022-07-16i2c: mlxcpld: Fix register setting for 400KHz frequencyVadim Pasternak1-1/+1
2021-10-11i2c: mlxcpld: Allow flexible polling time setting for I2C transactionsVadim Pasternak1-4/+8
2021-10-11Merge branch 'i2c/for-current' into i2c/for-mergewindowWolfram Sang1-2/+2
2021-10-04i2c: mlxcpld: Reduce polling time for performance improvementVadim Pasternak1-1/+1
2021-10-04i2c: mlxcpld: Modify register setting for 400KHz frequencyVadim Pasternak1-1/+1
2021-10-04i2c: mlxcpld: Fix criteria for frequency settingVadim Pasternak1-1/+1
2021-01-06i2c: mlxcpld: Add support for I2C bus frequency settingVadim Pasternak1-1/+62
2021-01-05i2c: mlxcpld: Decrease polling time for performance improvementVadim Pasternak1-1/+1
2021-01-05i2c: mlxcpld: Update module licenseVadim Pasternak1-29/+3
2020-07-04i2c: mlxcpld: check correct size of maximum RECV_LEN packetWolfram Sang1-2/+2
2019-05-27i2c: mlxcpld: Fix wrong initialization order in probeVadim Pasternak1-1/+1
2018-04-30i2c: mlxcpld: Allow configurable adapter id for mlxcpldMichael Shych1-0/+2
2018-04-30i2c: mlxcpld: Fix adapter functionality support callbackMichael Shych1-1/+8
2018-04-30i2c: mlxcpld: Add support for smbus block read transactionMichael Shych1-6/+32
2018-04-30i2c: mlxcpld: Add support for extended transaction length for i2c-mlxcpldMichael Shych1-2/+17
2017-08-29i2c: busses: make i2c_adapter_quirks constBhumika Goyal1-1/+1
2016-11-24i2c: mlxcpld: add master driver for mellanox systemsVadim Pasternak1-0/+504