summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-npcm7xx.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-14i2c: Remove redundant comparison in npcm_i2c_reg_slaveRand Deeb1-3/+0
2024-01-18i2c: npcm7xx: move to per-adapter debugfs directoryWolfram Sang1-42/+7
2023-09-27i2c: npcm7xx: Fix callback completion orderingWilliam A. Kennington III1-10/+7
2023-08-14I2C: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2022-12-15Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-44/+43
2022-11-12i2c: npcm7xx: Fix error handling in npcm_i2c_init()Yuan Can1-1/+10
2022-11-01i2c: npcm7xx: Annotate register field definitions with longer namesJonathan Neuschäfer1-28/+28
2022-11-01i2c: npcm7xx: Group bank 0/1 registers together for readabilityJonathan Neuschäfer1-16/+15
2022-08-03Merge tag 'i2c-for-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-77/+99
2022-06-08i2c: npcm7xx: Add check for platform_driver_registerJiasheng Jiang1-2/+1
2022-06-08i2c: npcm: Capitalize the one-line commentTyrone Ting1-6/+6
2022-06-08i2c: npcm: Support NPCM845Tyrone Ting1-43/+71
2022-06-08i2c: npcm: Correct slave role behaviorTali Perry1-3/+6
2022-06-08i2c: npcm: Remove own slave addresses 2:10Tali Perry1-25/+16
2022-05-21i2c: npcm: Handle spurious interruptsTali Perry1-29/+62
2022-05-21i2c: npcm: Correct register access widthTyrone Ting1-2/+2
2022-05-21i2c: npcm: Add tx complete counterTali Perry1-0/+4
2022-05-21i2c: npcm: Fix timeout calculationTali Perry1-4/+4
2022-05-21i2c: npcm: Remove unused variable clk_regmapTali Perry1-5/+0
2022-05-21i2c: npcm: Change the way of getting GCR regmapTali Perry1-4/+8
2022-02-07i2c: npcm7xx: Fix typosJonathan Neuschäfer1-8/+8
2020-09-27i2c: npcm7xx: Clear LAST bit after a failed transaction.Tali Perry1-0/+9
2020-09-08i2c: npcm7xx: Fix timeout calculationTali Perry1-2/+6
2020-06-11i2c: npcm7xx: npcm_i2caddr[] can be statickernel test robot1-1/+1
2020-06-08i2c: npcm7xx: Fix a couple of error codes in probeDan Carpenter1-2/+2
2020-06-07i2c: npcm7xx: Remove unnecessary parenthesesGustavo A. R. Silva1-1/+1
2020-06-03i2c: npcm7xx: Add support for slave mode for NuvotonTali Perry1-1/+607
2020-06-03i2c: npcm7xx: Add Nuvoton NPCM I2C controller driverTali Perry1-0/+1736