index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-npcm7xx.c
Age
Commit message (
Expand
)
Author
2023-08-14
I2C: Explicitly include correct DT includes
Rob Herring
2023-06-05
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
2022-12-15
Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-11-12
i2c: npcm7xx: Fix error handling in npcm_i2c_init()
Yuan Can
2022-11-01
i2c: npcm7xx: Annotate register field definitions with longer names
Jonathan Neuschäfer
2022-11-01
i2c: npcm7xx: Group bank 0/1 registers together for readability
Jonathan Neuschäfer
2022-08-03
Merge tag 'i2c-for-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-06-08
i2c: npcm7xx: Add check for platform_driver_register
Jiasheng Jiang
2022-06-08
i2c: npcm: Capitalize the one-line comment
Tyrone Ting
2022-06-08
i2c: npcm: Support NPCM845
Tyrone Ting
2022-06-08
i2c: npcm: Correct slave role behavior
Tali Perry
2022-06-08
i2c: npcm: Remove own slave addresses 2:10
Tali Perry
2022-05-21
i2c: npcm: Handle spurious interrupts
Tali Perry
2022-05-21
i2c: npcm: Correct register access width
Tyrone Ting
2022-05-21
i2c: npcm: Add tx complete counter
Tali Perry
2022-05-21
i2c: npcm: Fix timeout calculation
Tali Perry
2022-05-21
i2c: npcm: Remove unused variable clk_regmap
Tali Perry
2022-05-21
i2c: npcm: Change the way of getting GCR regmap
Tali Perry
2022-02-07
i2c: npcm7xx: Fix typos
Jonathan Neuschäfer
2020-09-27
i2c: npcm7xx: Clear LAST bit after a failed transaction.
Tali Perry
2020-09-08
i2c: npcm7xx: Fix timeout calculation
Tali Perry
2020-06-11
i2c: npcm7xx: npcm_i2caddr[] can be static
kernel test robot
2020-06-08
i2c: npcm7xx: Fix a couple of error codes in probe
Dan Carpenter
2020-06-07
i2c: npcm7xx: Remove unnecessary parentheses
Gustavo A. R. Silva
2020-06-03
i2c: npcm7xx: Add support for slave mode for Nuvoton
Tali Perry
2020-06-03
i2c: npcm7xx: Add Nuvoton NPCM I2C controller driver
Tali Perry