Message ID | 20190620200147.1268-1-wsa+renesas@sang-engineering.com (mailing list archive) |
---|---|
State | Under Review |
Delegated to: | Kieran Bingham |
Headers | show |
Series | i2c: mux: demux-pinctrl: use proper email address for ABI requests | expand |
On Thu, Jun 20, 2019 at 10:01:47PM +0200, Wolfram Sang wrote: > Use my commercial address, not my community one. > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
On 2019-06-20 22:01, Wolfram Sang wrote: > Use my commercial address, not my community one. > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> > --- > > Peter, I'd assume this goes via your tree unless you let me know > otherwise. Thanks! > > Documentation/ABI/testing/sysfs-platform-i2c-demux-pinctrl | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/Documentation/ABI/testing/sysfs-platform-i2c-demux-pinctrl b/Documentation/ABI/testing/sysfs-platform-i2c-demux-pinctrl > index 3c3514815cd5..d6e0c3bb6bbf 100644 > --- a/Documentation/ABI/testing/sysfs-platform-i2c-demux-pinctrl > +++ b/Documentation/ABI/testing/sysfs-platform-i2c-demux-pinctrl > @@ -1,7 +1,8 @@ > What: /sys/devices/platform/<i2c-demux-name>/available_masters > Date: January 2016 > KernelVersion: 4.6 > -Contact: Wolfram Sang <wsa@the-dreams.de> > +Contact: Wolfram Sang <wsa+renesas@sang-engineering.com> > + Surplus newline... I removed that, and added the patch to the i2c-mux/for-next branch. Cheers, Peter > Description: > Reading the file will give you a list of masters which can be > selected for a demultiplexed bus. The format is > @@ -12,7 +13,7 @@ Description: > What: /sys/devices/platform/<i2c-demux-name>/current_master > Date: January 2016 > KernelVersion: 4.6 > -Contact: Wolfram Sang <wsa@the-dreams.de> > +Contact: Wolfram Sang <wsa+renesas@sang-engineering.com> > Description: > This file selects/shows the active I2C master for a demultiplexed > bus. It uses the <index> value from the file 'available_masters'. >
diff --git a/Documentation/ABI/testing/sysfs-platform-i2c-demux-pinctrl b/Documentation/ABI/testing/sysfs-platform-i2c-demux-pinctrl index 3c3514815cd5..d6e0c3bb6bbf 100644 --- a/Documentation/ABI/testing/sysfs-platform-i2c-demux-pinctrl +++ b/Documentation/ABI/testing/sysfs-platform-i2c-demux-pinctrl @@ -1,7 +1,8 @@ What: /sys/devices/platform/<i2c-demux-name>/available_masters Date: January 2016 KernelVersion: 4.6 -Contact: Wolfram Sang <wsa@the-dreams.de> +Contact: Wolfram Sang <wsa+renesas@sang-engineering.com> + Description: Reading the file will give you a list of masters which can be selected for a demultiplexed bus. The format is @@ -12,7 +13,7 @@ Description: What: /sys/devices/platform/<i2c-demux-name>/current_master Date: January 2016 KernelVersion: 4.6 -Contact: Wolfram Sang <wsa@the-dreams.de> +Contact: Wolfram Sang <wsa+renesas@sang-engineering.com> Description: This file selects/shows the active I2C master for a demultiplexed bus. It uses the <index> value from the file 'available_masters'.
Use my commercial address, not my community one. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> --- Peter, I'd assume this goes via your tree unless you let me know otherwise. Thanks! Documentation/ABI/testing/sysfs-platform-i2c-demux-pinctrl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)