mbox

[GIT,PULL] i2c: 'i2c-bus' node support for v4.8-rc1

Message ID 20160701150056.26537-2-thierry.reding@gmail.com
State Accepted
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.8-i2c

Message

Thierry Reding July 1, 2016, 3 p.m. UTC
Hi Wolfram,

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.8-i2c

for you to fetch changes up to 7e4c224abfe8e2a00f56a2ef0198e6de3ca1852c:

  i2c: core: Add support for 'i2c-bus' subnode (2016-06-30 11:02:17 +0200)

Thanks,
Thierry

----------------------------------------------------------------
i2c: 'i2c-bus' node support for v4.8-rc1

This includes the device tree binding and I2C core changes to support
the i2c-bus subnode that I2C masters can use to describe their slaves
in a separate namespace and therefore avoid clashing with potentially
other subnodes.

----------------------------------------------------------------
Jon Hunter (2):
      dt-bindings: i2c: Add support for 'i2c-bus' subnode
      i2c: core: Add support for 'i2c-bus' subnode

 Documentation/devicetree/bindings/i2c/i2c.txt |  8 ++++++++
 drivers/i2c/i2c-core.c                        | 10 ++++++++--
 2 files changed, 16 insertions(+), 2 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Wolfram Sang July 1, 2016, 3:44 p.m. UTC | #1
On Fri, Jul 01, 2016 at 05:00:55PM +0200, Thierry Reding wrote:
> Hi Wolfram,
> 
> The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
> 
>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.8-i2c
> 
> for you to fetch changes up to 7e4c224abfe8e2a00f56a2ef0198e6de3ca1852c:
> 
>   i2c: core: Add support for 'i2c-bus' subnode (2016-06-30 11:02:17 +0200)

Thanks, pulled.
Jon Hunter Oct. 10, 2016, 12:46 p.m. UTC | #2
Hi Wolfram,

On 01/07/16 16:44, Wolfram Sang wrote:
> * PGP Signed by an unknown key
> 
> On Fri, Jul 01, 2016 at 05:00:55PM +0200, Thierry Reding wrote:
>> Hi Wolfram,
>>
>> The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
>>
>>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.8-i2c
>>
>> for you to fetch changes up to 7e4c224abfe8e2a00f56a2ef0198e6de3ca1852c:
>>
>>   i2c: core: Add support for 'i2c-bus' subnode (2016-06-30 11:02:17 +0200)
> 
> Thanks, pulled.

I was just checking the latest mainline and -next and I did not see the
changes for the 'i2c-bus' node. Let me know if I have missed an email
somewhere or if these were dropped for some reason.

Cheers
Jon
Wolfram Sang Oct. 12, 2016, 7 a.m. UTC | #3
> I was just checking the latest mainline and -next and I did not see the
> changes for the 'i2c-bus' node. Let me know if I have missed an email
> somewhere or if these were dropped for some reason.

Ooops, seems I pulled but forgot to merge :( Thanks for the pointer,
done now. Will use the current merge window for it.