All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa@kernel.org>
To: Christian Zigotzky <chzigotzky@xenosoft.de>
Cc: Sven Peter <sven@svenpeter.dev>,
	Michael Ellerman <mpe@ellerman.id.au>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Paul Mackerras <paulus@samba.org>,
	Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	Hector Martin <marcan@marcan.st>,
	mohamed.mediouni@caramail.com,
	Stan Skowronek <stan@corellium.com>,
	Mark Kettenis <mark.kettenis@xs4all.nl>,
	linux-arm-kernel@lists.infradead.org,
	Alyssa Rosenzweig <alyssa@rosenzweig.io>,
	linuxppc-dev <linuxppc-dev@lists.ozlabs.org>,
	linux-i2c@vger.kernel.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	"R.T.Dickinson" <rtd2@xtra.co.nz>,
	Darren Stevens <darren@stevens-zone.net>,
	Matthew Leaman <matthew@a-eon.biz>,
	"R.T.Dickinson" <rtd@a-eon.com>
Subject: Re: Add Apple M1 support to PASemi i2c driver
Date: Mon, 4 Oct 2021 11:55:11 +0200	[thread overview]
Message-ID: <YVrPf4yVFm184LEG@shikoro> (raw)
In-Reply-To: <1B71F6A3-6467-46EF-858F-82E93D54365D@xenosoft.de>

[-- Attachment #1: Type: text/plain, Size: 349 bytes --]


> i2c-8	i2c       	PA Semi SMBus adapter at 0x(____ptrval____)	I2C adapter
> i2c-9	i2c       	PA Semi SMBus adapter at 0x(____ptrval____)	I2C adapter
> i2c-10	i2c       	PA Semi SMBus adapter at 0x(____ptrval____)	I2C adapter

As Sven correctly switched from %lx to %p, this is intended behaviour.
Run 'i2cdetect' as root to see the values again.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Wolfram Sang <wsa@kernel.org>
To: Christian Zigotzky <chzigotzky@xenosoft.de>
Cc: Darren Stevens <darren@stevens-zone.net>,
	Arnd Bergmann <arnd@arndb.de>, Sven Peter <sven@svenpeter.dev>,
	Hector Martin <marcan@marcan.st>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	linux-i2c@vger.kernel.org, Paul Mackerras <paulus@samba.org>,
	Alyssa Rosenzweig <alyssa@rosenzweig.io>,
	"R.T.Dickinson" <rtd2@xtra.co.nz>,
	Olof Johansson <olof@lixom.net>,
	mohamed.mediouni@caramail.com, Matthew Leaman <matthew@a-eon.biz>,
	Mark Kettenis <mark.kettenis@xs4all.nl>,
	linuxppc-dev <linuxppc-dev@lists.ozlabs.org>,
	"R.T.Dickinson" <rtd@a-eon.com>,
	linux-arm-kernel@lists.infradead.org,
	Stan Skowronek <stan@corellium.com>
Subject: Re: Add Apple M1 support to PASemi i2c driver
Date: Mon, 4 Oct 2021 11:55:11 +0200	[thread overview]
Message-ID: <YVrPf4yVFm184LEG@shikoro> (raw)
In-Reply-To: <1B71F6A3-6467-46EF-858F-82E93D54365D@xenosoft.de>

[-- Attachment #1: Type: text/plain, Size: 349 bytes --]


> i2c-8	i2c       	PA Semi SMBus adapter at 0x(____ptrval____)	I2C adapter
> i2c-9	i2c       	PA Semi SMBus adapter at 0x(____ptrval____)	I2C adapter
> i2c-10	i2c       	PA Semi SMBus adapter at 0x(____ptrval____)	I2C adapter

As Sven correctly switched from %lx to %p, this is intended behaviour.
Run 'i2cdetect' as root to see the values again.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Wolfram Sang <wsa@kernel.org>
To: Christian Zigotzky <chzigotzky@xenosoft.de>
Cc: Sven Peter <sven@svenpeter.dev>,
	Michael Ellerman <mpe@ellerman.id.au>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Paul Mackerras <paulus@samba.org>,
	Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	Hector Martin <marcan@marcan.st>,
	mohamed.mediouni@caramail.com,
	Stan Skowronek <stan@corellium.com>,
	Mark Kettenis <mark.kettenis@xs4all.nl>,
	linux-arm-kernel@lists.infradead.org,
	Alyssa Rosenzweig <alyssa@rosenzweig.io>,
	linuxppc-dev <linuxppc-dev@lists.ozlabs.org>,
	linux-i2c@vger.kernel.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	"R.T.Dickinson" <rtd2@xtra.co.nz>,
	Darren Stevens <darren@stevens-zone.net>,
	Matthew Leaman <matthew@a-eon.biz>,
	"R.T.Dickinson" <rtd@a-eon.com>
Subject: Re: Add Apple M1 support to PASemi i2c driver
Date: Mon, 4 Oct 2021 11:55:11 +0200	[thread overview]
Message-ID: <YVrPf4yVFm184LEG@shikoro> (raw)
In-Reply-To: <1B71F6A3-6467-46EF-858F-82E93D54365D@xenosoft.de>


[-- Attachment #1.1: Type: text/plain, Size: 349 bytes --]


> i2c-8	i2c       	PA Semi SMBus adapter at 0x(____ptrval____)	I2C adapter
> i2c-9	i2c       	PA Semi SMBus adapter at 0x(____ptrval____)	I2C adapter
> i2c-10	i2c       	PA Semi SMBus adapter at 0x(____ptrval____)	I2C adapter

As Sven correctly switched from %lx to %p, this is intended behaviour.
Run 'i2cdetect' as root to see the values again.


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-10-04  9:55 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-26 14:55 Add Apple M1 support to PASemi i2c driver Christian Zigotzky
2021-09-26 14:55 ` Christian Zigotzky
2021-09-26 14:55 ` Christian Zigotzky
2021-09-26 20:27 ` Christian Zigotzky
2021-09-26 20:27   ` Christian Zigotzky
2021-09-26 20:27   ` Christian Zigotzky
2021-09-27  5:39   ` Sven Peter
2021-09-27  5:39     ` Sven Peter
2021-09-27  5:39     ` Sven Peter
2021-09-27  7:07     ` Wolfram Sang
2021-09-27  7:07       ` Wolfram Sang
2021-09-27  7:07       ` Wolfram Sang
2021-09-27  7:58       ` Michael Ellerman
2021-09-27  7:58         ` Michael Ellerman
2021-09-27  7:58         ` Michael Ellerman
2021-09-27 14:46         ` Christian Zigotzky
2021-09-27 14:46           ` Christian Zigotzky
2021-09-27 14:46           ` Christian Zigotzky
2021-10-08 20:19         ` Christian Zigotzky
2021-10-08 20:19           ` Christian Zigotzky
2021-10-08 20:19           ` Christian Zigotzky
2021-10-08 20:47           ` Olof Johansson
2021-10-08 20:47             ` Olof Johansson
2021-10-08 20:47             ` Olof Johansson
2021-10-09  6:10             ` Christian Zigotzky
2021-10-09  6:10               ` Christian Zigotzky
2021-10-09  6:10               ` Christian Zigotzky
2021-10-01  4:47     ` Christian Zigotzky
2021-10-01  4:47       ` Christian Zigotzky
2021-10-01  4:47       ` Christian Zigotzky
2021-10-01  5:49       ` Christian Zigotzky
2021-10-01  5:49         ` Christian Zigotzky
2021-10-01  5:49         ` Christian Zigotzky
2021-10-03 14:36       ` Sven Peter
2021-10-03 14:36         ` Sven Peter
2021-10-03 14:36         ` Sven Peter
2021-10-03 15:45         ` Christian Zigotzky
2021-10-03 15:45           ` Christian Zigotzky
2021-10-03 15:45           ` Christian Zigotzky
2021-10-04  9:22         ` Christian Zigotzky
2021-10-04  9:47         ` Christian Zigotzky
2021-10-04  9:47           ` Christian Zigotzky
2021-10-04  9:47           ` Christian Zigotzky
2021-10-04  9:55           ` Wolfram Sang [this message]
2021-10-04  9:55             ` Wolfram Sang
2021-10-04  9:55             ` Wolfram Sang
2021-10-04 11:20             ` Arnd Bergmann
2021-10-04 11:20               ` Arnd Bergmann
2021-10-04 11:22               ` Sven Peter
2021-10-04 11:22                 ` Sven Peter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YVrPf4yVFm184LEG@shikoro \
    --to=wsa@kernel.org \
    --cc=alyssa@rosenzweig.io \
    --cc=arnd@arndb.de \
    --cc=benh@kernel.crashing.org \
    --cc=chzigotzky@xenosoft.de \
    --cc=darren@stevens-zone.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=marcan@marcan.st \
    --cc=mark.kettenis@xs4all.nl \
    --cc=matthew@a-eon.biz \
    --cc=mohamed.mediouni@caramail.com \
    --cc=mpe@ellerman.id.au \
    --cc=olof@lixom.net \
    --cc=paulus@samba.org \
    --cc=rtd2@xtra.co.nz \
    --cc=rtd@a-eon.com \
    --cc=stan@corellium.com \
    --cc=sven@svenpeter.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.