Re: [PULL REQUEST] i2c for 5.2

2019-07-05 Thread pr-tracker-bot
The pull request you sent on Fri, 5 Jul 2019 21:21:29 +0200: > 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/881ed91f7db58fcbe8fdca056907991c3c9d8f2d Thank you! -- Deet-doot-dot, I am a bot

[PULL REQUEST] i2c for 5.2

2019-07-05 Thread Wolfram Sang
Linus, I2C has a MAINTAINERS update which will be benfitial for developers, so let's add it right away. Please pull. Thanks, Wolfram The following changes since commit 6fbc7275c7a9ba97877050335f290341a1fd8dbf: Linux 5.2-rc7 (2019-06-30 11:25:36 +0800) are available in the Git repositor

Re: [PULL REQUEST] i2c for 5.2

2019-06-14 Thread pr-tracker-bot
The pull request you sent on Fri, 14 Jun 2019 18:45:53 +0200: > 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/5dcedf4600f8708150b89485d25cead88bff08a4 Thank you! -- Deet-doot-dot, I am a bo

[PULL REQUEST] i2c for 5.2

2019-06-14 Thread Wolfram Sang
Linus, I2C has two simple but wanted driver fixes for you. Please pull. Thanks, Wolfram The following changes since commit d1fdb6d8f6a4109a4263176c84b899076a5f8008: Linux 5.2-rc4 (2019-06-08 20:24:46 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/k

Re: [PULL REQUEST] i2c for 5.2

2019-06-08 Thread pr-tracker-bot
The pull request you sent on Sat, 8 Jun 2019 10:54:10 +0200: > 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/902b2edfca34f88b04b86e605087e200e7e79880 Thank you! -- Deet-doot-dot, I am a bot

[PULL REQUEST] i2c for 5.2

2019-06-08 Thread Wolfram Sang
Linus, I2C has a driver bugfix and a MAINTAINERS fix. Please pull. Thanks, Wolfram The following changes since commit f2c7c76c5d0a443053e94adb9f0918fa2fb85c3a: Linux 5.2-rc3 (2019-06-02 13:55:33 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel

Re: [PULL REQUEST] i2c for 5.2

2019-06-02 Thread pr-tracker-bot
The pull request you sent on Sun, 2 Jun 2019 08:24:02 +0200: > 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/38baf0bb79f51b4fcbf6df8fd181441d7b5c7913 Thank you! -- Deet-doot-dot, I am a bot

[PULL REQUEST] i2c for 5.2

2019-06-01 Thread Wolfram Sang
Linus, I2C has for you a memleak fix for the core, two driver bugfixes, as well as fixing missing file patterns to MAINTAINERS. Please pull. Thanks, Wolfram The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07: Linux 5.2-rc2 (2019-05-26 16:49:19 -0700) are availa

Re: [PULL REQUEST] i2c for 5.2

2019-05-19 Thread pr-tracker-bot
The pull request you sent on Sat, 18 May 2019 13:01:01 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/f23d8719e76fd32828ae6f1b55e4659144467742 Thank you! -- Deet-doot-dot, I am a bot.

[PULL REQUEST] i2c for 5.2

2019-05-18 Thread Wolfram Sang
Linus, here are some I2C core API additions which are kind of simple but enhance error checking for users a lot, especially by returning errno now. There are wrappers to still support the old API but it will be removed once all users are converted. This comes a bit later in a seperate pull reques

Re: [PULL REQUEST] i2c for 5.2

2019-05-09 Thread pr-tracker-bot
The pull request you sent on Thu, 9 May 2019 21:11:55 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-5.2 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/45182e4e1f8ac04708ca7508c51d9103f07d81ab Thank you! -- Deet-doot-dot, I am a bot. ht

[PULL REQUEST] i2c for 5.2

2019-05-09 Thread Wolfram Sang
Linus, I2C has for you: * API for late atomic transfers (e.g. to shut down via PMIC). We have a seperate callback now which is called under clearly defined conditions. In-kernel users are converted, too. * new driver for the AMD PCIe MP2 I2C controller * large refactoring for at91 and bcm-ipr