summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-npcm7xx.c
AgeCommit message (Expand)Author
2023-08-14I2C: Explicitly include correct DT includesRob Herring
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König
2022-12-15Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-12i2c: npcm7xx: Fix error handling in npcm_i2c_init()Yuan Can
2022-11-01i2c: npcm7xx: Annotate register field definitions with longer namesJonathan Neuschäfer
2022-11-01i2c: npcm7xx: Group bank 0/1 registers together for readabilityJonathan Neuschäfer
2022-08-03Merge tag 'i2c-for-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-06-08i2c: npcm7xx: Add check for platform_driver_registerJiasheng Jiang
2022-06-08i2c: npcm: Capitalize the one-line commentTyrone Ting
2022-06-08i2c: npcm: Support NPCM845Tyrone Ting
2022-06-08i2c: npcm: Correct slave role behaviorTali Perry
2022-06-08i2c: npcm: Remove own slave addresses 2:10Tali Perry
2022-05-21i2c: npcm: Handle spurious interruptsTali Perry
2022-05-21i2c: npcm: Correct register access widthTyrone Ting
2022-05-21i2c: npcm: Add tx complete counterTali Perry
2022-05-21i2c: npcm: Fix timeout calculationTali Perry
2022-05-21i2c: npcm: Remove unused variable clk_regmapTali Perry
2022-05-21i2c: npcm: Change the way of getting GCR regmapTali Perry
2022-02-07i2c: npcm7xx: Fix typosJonathan Neuschäfer
2020-09-27i2c: npcm7xx: Clear LAST bit after a failed transaction.Tali Perry
2020-09-08i2c: npcm7xx: Fix timeout calculationTali Perry
2020-06-11i2c: npcm7xx: npcm_i2caddr[] can be statickernel test robot
2020-06-08i2c: npcm7xx: Fix a couple of error codes in probeDan Carpenter
2020-06-07i2c: npcm7xx: Remove unnecessary parenthesesGustavo A. R. Silva
2020-06-03i2c: npcm7xx: Add support for slave mode for NuvotonTali Perry
2020-06-03i2c: npcm7xx: Add Nuvoton NPCM I2C controller driverTali Perry