* [GIT PULL] i2c: 'i2c-bus' node support for v4.8-rc1
@ 2016-07-01 15:00 Thierry Reding
2016-07-01 15:44 ` Wolfram Sang
0 siblings, 1 reply; 4+ messages in thread
From: Thierry Reding @ 2016-07-01 15:00 UTC (permalink / raw)
To: Wolfram Sang; +Cc: linux-i2c, linux-tegra
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(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] i2c: 'i2c-bus' node support for v4.8-rc1
2016-07-01 15:00 [GIT PULL] i2c: 'i2c-bus' node support for v4.8-rc1 Thierry Reding
@ 2016-07-01 15:44 ` Wolfram Sang
2016-10-10 12:46 ` Jon Hunter
0 siblings, 1 reply; 4+ messages in thread
From: Wolfram Sang @ 2016-07-01 15:44 UTC (permalink / raw)
To: Thierry Reding; +Cc: linux-i2c, linux-tegra
[-- Attachment #1: Type: text/plain, Size: 539 bytes --]
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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] i2c: 'i2c-bus' node support for v4.8-rc1
2016-07-01 15:44 ` Wolfram Sang
@ 2016-10-10 12:46 ` Jon Hunter
2016-10-12 7:00 ` Wolfram Sang
0 siblings, 1 reply; 4+ messages in thread
From: Jon Hunter @ 2016-10-10 12:46 UTC (permalink / raw)
To: Wolfram Sang, Thierry Reding
Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA,
linux-tegra-u79uwXL29TY76Z2rM5mHXA
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
--
nvpublic
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] i2c: 'i2c-bus' node support for v4.8-rc1
2016-10-10 12:46 ` Jon Hunter
@ 2016-10-12 7:00 ` Wolfram Sang
0 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2016-10-12 7:00 UTC (permalink / raw)
To: Jon Hunter; +Cc: Thierry Reding, linux-i2c, linux-tegra
[-- Attachment #1: Type: text/plain, Size: 324 bytes --]
> 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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-10-12 7:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-01 15:00 [GIT PULL] i2c: 'i2c-bus' node support for v4.8-rc1 Thierry Reding
2016-07-01 15:44 ` Wolfram Sang
2016-10-10 12:46 ` Jon Hunter
2016-10-12 7:00 ` Wolfram Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).