-
- Downloads
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c fixes from Wolfram Sang: "I2C has some bugfixes for you: mainly Jarkko fixed up a few things in the designware driver regarding the new slave mode. But Ulf also fixed a long-standing and now agreed suspend problem. Plus, some simple stuff which nonetheless needs fixing" * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: i2c: designware: Fix runtime PM for I2C slave mode i2c: designware: Remove needless pm_runtime_put_noidle() call i2c: aspeed: fixed potential null pointer dereference i2c: simtec: use release_mem_region instead of release_resource i2c: core: Make comment about I2C table requirement to reflect the code i2c: designware: Fix standard mode speed when configuring the slave mode i2c: designware: Fix oops from i2c_dw_irq_handler_slave i2c: designware: Fix system suspend
No related branches found
No related tags found
Showing
- drivers/i2c/busses/i2c-aspeed.c 3 additions, 2 deletionsdrivers/i2c/busses/i2c-aspeed.c
- drivers/i2c/busses/i2c-designware-platdrv.c 13 additions, 4 deletionsdrivers/i2c/busses/i2c-designware-platdrv.c
- drivers/i2c/busses/i2c-designware-slave.c 4 additions, 2 deletionsdrivers/i2c/busses/i2c-designware-slave.c
- drivers/i2c/busses/i2c-simtec.c 2 additions, 4 deletionsdrivers/i2c/busses/i2c-simtec.c
- drivers/i2c/i2c-core-base.c 2 additions, 2 deletionsdrivers/i2c/i2c-core-base.c
Loading
Please register or sign in to comment