Re: [PULL REQUEST] i2c for 5.10

2020-12-12 Thread pr-tracker-bot
The pull request you sent on Sat, 12 Dec 2020 19:30:46 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/5ee595d9079b94ee931287ce004d34886b7d3c24 Thank you! -- Deet-doot-dot, I am a

[PULL REQUEST] i2c for 5.10

2020-12-12 Thread Wolfram Sang
Linus, the AT24 EEPROM driver still needs a bugfix for 5.10. Please pull. Thanks, Wolfram The following changes since commit 0477e92881850d44910a7e94fc2c46f96faa131f: Linux 5.10-rc7 (2020-12-06 14:25:12 -0800) are available in the Git repository at:

Re: [PULL REQUEST] i2c for 5.10

2020-12-05 Thread pr-tracker-bot
The pull request you sent on Sat, 5 Dec 2020 23:11:43 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/33256ce194110874d4bc90078b577c59f9076c59 Thank you! -- Deet-doot-dot, I am a

[PULL REQUEST] i2c for 5.10

2020-12-05 Thread Wolfram Sang
Linus, here are some more I2C driver updates. IMX updates are a tad bigger, but not exceptionally big. Please pull. Thanks, Wolfram The following changes since commit b65054597872ce3aefbc6a666385eabdf9e288da: Linux 5.10-rc6 (2020-11-29 15:50:50 -0800) are available in the Git

Re: [PULL REQUEST] i2c for 5.10

2020-11-07 Thread pr-tracker-bot
The pull request you sent on Sat, 7 Nov 2020 19:39:57 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/af6e7de0c7d1338c3e4224c764fbcb7e28064df9 Thank you! -- Deet-doot-dot, I am a

[PULL REQUEST] i2c for 5.10

2020-11-07 Thread Wolfram Sang
Linus, here are driver bugfixes for I2C. Most of them are for the new mlxbf driver which got more exposure after rc1. The sh_mobile patch should already have reached you during the merge window, but I accidently dropped it. However, since it fixes a problem with rebooting, I think it is still

Re: [PULL REQUEST] i2c for 5.10

2020-10-25 Thread pr-tracker-bot
The pull request you sent on Sun, 25 Oct 2020 13:37:45 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-5.10 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/0746c4a9f3d37caf73fb93420bcf34a841019a40 Thank you! -- Deet-doot-dot, I am a bot.

[PULL REQUEST] i2c for 5.10

2020-10-25 Thread Wolfram Sang
Linus, I2C has a regression fix which should go into rc1 and to stable kernels as well. Please pull. Thanks, Wolfram The following changes since commit d76913908102044f14381df865bb74df17a538cb: Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block (2020-10-24 12:46:42

Re: [PULL REQUEST] i2c for 5.10

2020-10-21 Thread pr-tracker-bot
The pull request you sent on Wed, 21 Oct 2020 08:55:00 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-5.10 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/b5df4b5c28b232d1fc0b48660f44668faebb0bcb Thank you! -- Deet-doot-dot, I am a bot.

[PULL REQUEST] i2c for 5.10

2020-10-21 Thread Wolfram Sang
Linus, everyone, during this short break of my holidays, I send the first pull request of I2C for 5.10. Main changes: * if a host can be a client, too, the I2C core can now use it to emulate SMBus HostNotify support (STM32 and R-Car added this so far) * also for client mode, a testunit has