All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Frank Wunderlich (linux)" <linux@fw-web.de>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Cc: frank-w@public-files.de, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org
Subject: Re: [PATCH v2 13/18] arm64: dts: mediatek: mt7988: add i2c to bpi-r4 board
Date: Tue, 03 Dec 2024 16:28:25 +0100	[thread overview]
Message-ID: <b12e215af5aa5b6bb2fadbeda1117c94@fw-web.de> (raw)
In-Reply-To: <f47f08c0-0fb4-4826-9b25-1277cabe4bb6@collabora.com>

Am 2024-12-03 15:22, schrieb AngeloGioacchino Del Regno:
> Il 03/12/24 11:58, Frank Wunderlich ha scritto:
>> Am 3. Dezember 2024 10:40:38 MEZ schrieb AngeloGioacchino Del Regno 
>> <angelogioacchino.delregno@collabora.com>:
>>> Il 02/12/24 13:25, Frank Wunderlich ha scritto:
>>>> From: Frank Wunderlich <frank-w@public-files.de>
>>>> 
>>>> Add basic i2c nodes to bananapi R4 board.
>>>> 
>>>> Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
>>> 
>>> arm64: dts: mediatek: mt7988a-bpi-r4: Enable I2C controllers
>>> 
>>> Enable the I2C0, I2C2 controllers found on the BananaPi R4 board; 
>>> these
>>> controllers are accessible at ... I don't know, a header on the 
>>> board?
>> 
>> These 2 i2c have directly connected spare devices (pmic on i2c0 and 
>> i2c-mux on i2c2 added in later commits to have it a bit cleaner). I2c1 
>> is on gpio header which i have not added to let user choose if he 
>> wants i2c option or gpio. I can also add i2c1 to r4 board with the 
>> right pinctrl but imho it should be disabled to have gpio function 
>> default.
> 
> And again, you should really add all that information to the commit 
> description,
> as that not only helps me to review your submission, but also helps 
> other people
> checking the commit history....!

this ine i would rephrase like this

     arm64: dts: mediatek: mt7988a-bpi-r4: Enable I2C controllers

     Enable the I2C0, I2C2 controllers found on the BananaPi R4 board.
     Both controllers are not accessible from user and having fixed spare
     devices. I2C0 have a pmic connected, I2C2 is used with 
I2C-multiplexer
     for e.g. SFP cages.
     The missing I2C1 is connected to GPIO header which can have either 
GPIO
     mode or I2C mode.


> Cheers
> 
>> 
>>> After which,
>>> 
>>> Reviewed-by: AngeloGioacchino Del Regno 
>>> <angelogioacchino.delregno@collabora.com>
>>> 
>>> 
>> 
>> 
>> regards Frank


WARNING: multiple messages have this Message-ID (diff)
From: "Frank Wunderlich (linux)" <linux@fw-web.de>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Cc: Rob Herring <robh@kernel.org>, Conor Dooley <conor+dt@kernel.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-mediatek@lists.infradead.org,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 13/18] arm64: dts: mediatek: mt7988: add i2c to bpi-r4 board
Date: Tue, 03 Dec 2024 16:28:25 +0100	[thread overview]
Message-ID: <b12e215af5aa5b6bb2fadbeda1117c94@fw-web.de> (raw)
In-Reply-To: <f47f08c0-0fb4-4826-9b25-1277cabe4bb6@collabora.com>

Am 2024-12-03 15:22, schrieb AngeloGioacchino Del Regno:
> Il 03/12/24 11:58, Frank Wunderlich ha scritto:
>> Am 3. Dezember 2024 10:40:38 MEZ schrieb AngeloGioacchino Del Regno 
>> <angelogioacchino.delregno@collabora.com>:
>>> Il 02/12/24 13:25, Frank Wunderlich ha scritto:
>>>> From: Frank Wunderlich <frank-w@public-files.de>
>>>> 
>>>> Add basic i2c nodes to bananapi R4 board.
>>>> 
>>>> Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
>>> 
>>> arm64: dts: mediatek: mt7988a-bpi-r4: Enable I2C controllers
>>> 
>>> Enable the I2C0, I2C2 controllers found on the BananaPi R4 board; 
>>> these
>>> controllers are accessible at ... I don't know, a header on the 
>>> board?
>> 
>> These 2 i2c have directly connected spare devices (pmic on i2c0 and 
>> i2c-mux on i2c2 added in later commits to have it a bit cleaner). I2c1 
>> is on gpio header which i have not added to let user choose if he 
>> wants i2c option or gpio. I can also add i2c1 to r4 board with the 
>> right pinctrl but imho it should be disabled to have gpio function 
>> default.
> 
> And again, you should really add all that information to the commit 
> description,
> as that not only helps me to review your submission, but also helps 
> other people
> checking the commit history....!

this ine i would rephrase like this

     arm64: dts: mediatek: mt7988a-bpi-r4: Enable I2C controllers

     Enable the I2C0, I2C2 controllers found on the BananaPi R4 board.
     Both controllers are not accessible from user and having fixed spare
     devices. I2C0 have a pmic connected, I2C2 is used with 
I2C-multiplexer
     for e.g. SFP cages.
     The missing I2C1 is connected to GPIO header which can have either 
GPIO
     mode or I2C mode.


> Cheers
> 
>> 
>>> After which,
>>> 
>>> Reviewed-by: AngeloGioacchino Del Regno 
>>> <angelogioacchino.delregno@collabora.com>
>>> 
>>> 
>> 
>> 
>> regards Frank


  reply	other threads:[~2024-12-03 15:29 UTC|newest]

Thread overview: 95+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-02 12:25 [PATCH v2 00/18] continue mt7988 devicetree work Frank Wunderlich
2024-12-02 12:25 ` Frank Wunderlich
2024-12-02 12:25 ` [PATCH v2 01/18] arm64: dts: mediatek: mt7988: enable watchdog on bpi-r4 Frank Wunderlich
2024-12-02 12:25   ` Frank Wunderlich
2024-12-03  9:40   ` AngeloGioacchino Del Regno
2024-12-03  9:40     ` AngeloGioacchino Del Regno
2024-12-02 12:25 ` [PATCH v2 02/18] arm64: dts: mediatek: mt7988: add mmc support Frank Wunderlich
2024-12-02 12:25   ` Frank Wunderlich
2024-12-03  9:40   ` AngeloGioacchino Del Regno
2024-12-03  9:40     ` AngeloGioacchino Del Regno
2024-12-02 12:25 ` [PATCH v2 03/18] arm64: dts: mediatek: mt7988: add fixed regulators for 1v8 and 3v3 Frank Wunderlich
2024-12-02 12:25   ` Frank Wunderlich
2024-12-03  9:40   ` AngeloGioacchino Del Regno
2024-12-03  9:40     ` AngeloGioacchino Del Regno
2024-12-03 10:51     ` Frank Wunderlich
2024-12-03 14:20       ` AngeloGioacchino Del Regno
2024-12-03 15:08         ` Frank Wunderlich (linux)
2024-12-03 15:08           ` Frank Wunderlich (linux)
2024-12-02 12:25 ` [PATCH v2 04/18] arm64: dts: mediatek: mt7988: add lvts node Frank Wunderlich
2024-12-02 12:25   ` Frank Wunderlich
2024-12-03  9:40   ` AngeloGioacchino Del Regno
2024-12-03  9:40     ` AngeloGioacchino Del Regno
2024-12-02 12:25 ` [PATCH v2 05/18] arm64: dts: mediatek: mt7988: add thermal-zone Frank Wunderlich
2024-12-02 12:25   ` Frank Wunderlich
2024-12-03  9:40   ` AngeloGioacchino Del Regno
2024-12-03  9:40     ` AngeloGioacchino Del Regno
2024-12-02 12:25 ` [PATCH v2 06/18] arm64: dts: mediatek: mt7988: add thermal trips to bpi-r4 Frank Wunderlich
2024-12-02 12:25   ` Frank Wunderlich
2024-12-03  9:40   ` AngeloGioacchino Del Regno
2024-12-03  9:40     ` AngeloGioacchino Del Regno
2024-12-02 12:25 ` [PATCH v2 07/18] arm64: dts: mediatek: mt7988: add reserved memory Frank Wunderlich
2024-12-02 12:25   ` Frank Wunderlich
2024-12-03  9:40   ` AngeloGioacchino Del Regno
2024-12-03  9:40     ` AngeloGioacchino Del Regno
2024-12-02 12:25 ` [PATCH v2 08/18] arm64: dts: mediatek: mt7988: add mcu-sys node for cpu Frank Wunderlich
2024-12-02 12:25   ` Frank Wunderlich
2024-12-03  9:40   ` AngeloGioacchino Del Regno
2024-12-03  9:40     ` AngeloGioacchino Del Regno
2024-12-02 12:25 ` [PATCH v2 09/18] arm64: dts: mediatek: mt7988: add operating-points Frank Wunderlich
2024-12-02 12:25   ` Frank Wunderlich
2024-12-03  9:40   ` AngeloGioacchino Del Regno
2024-12-03  9:40     ` AngeloGioacchino Del Regno
2024-12-02 12:25 ` [PATCH v2 10/18] arm64: dts: mediatek: mt7988: enable serial0 on bpi-r4 Frank Wunderlich
2024-12-02 12:25   ` Frank Wunderlich
2024-12-03  9:40   ` AngeloGioacchino Del Regno
2024-12-03  9:40     ` AngeloGioacchino Del Regno
2024-12-03 11:27     ` Frank Wunderlich
2024-12-03 14:23       ` AngeloGioacchino Del Regno
2024-12-02 12:25 ` [PATCH v2 11/18] arm64: dts: mediatek: mt7988: add chosen node " Frank Wunderlich
2024-12-02 12:25   ` Frank Wunderlich
2024-12-02 13:46   ` Krzysztof Kozlowski
2024-12-02 13:46     ` Krzysztof Kozlowski
2024-12-02 14:29     ` Frank Wunderlich
2024-12-02 14:29       ` Frank Wunderlich
2024-12-02 15:58       ` Krzysztof Kozlowski
2024-12-02 15:58         ` Krzysztof Kozlowski
2024-12-02 17:54         ` Aw: " Frank Wunderlich
2024-12-03  9:40   ` AngeloGioacchino Del Regno
2024-12-03  9:40     ` AngeloGioacchino Del Regno
2024-12-02 12:25 ` [PATCH v2 12/18] arm64: dts: mediatek: mt7988: add missing clock-div property for i2c Frank Wunderlich
2024-12-02 12:25   ` Frank Wunderlich
2024-12-03  9:40   ` AngeloGioacchino Del Regno
2024-12-03  9:40     ` AngeloGioacchino Del Regno
2024-12-02 12:25 ` [PATCH v2 13/18] arm64: dts: mediatek: mt7988: add i2c to bpi-r4 board Frank Wunderlich
2024-12-02 12:25   ` Frank Wunderlich
2024-12-03  9:40   ` AngeloGioacchino Del Regno
2024-12-03  9:40     ` AngeloGioacchino Del Regno
2024-12-03 10:58     ` Frank Wunderlich
2024-12-03 14:22       ` AngeloGioacchino Del Regno
2024-12-03 15:28         ` Frank Wunderlich (linux) [this message]
2024-12-03 15:28           ` Frank Wunderlich (linux)
2024-12-02 12:25 ` [PATCH v2 14/18] arm64: dts: mediatek: mt7988: add pmic on bpi-r4 Frank Wunderlich
2024-12-02 12:25   ` Frank Wunderlich
2024-12-03  9:40   ` AngeloGioacchino Del Regno
2024-12-03  9:40     ` AngeloGioacchino Del Regno
2024-12-03 14:04     ` Frank Wunderlich
2024-12-03 14:04       ` Frank Wunderlich
2024-12-02 12:25 ` [PATCH v2 15/18] arm64: dts: mediatek: mt7988: add proc-supply for cpus " Frank Wunderlich
2024-12-02 12:25   ` Frank Wunderlich
2024-12-03  9:40   ` AngeloGioacchino Del Regno
2024-12-03  9:40     ` AngeloGioacchino Del Regno
2024-12-02 12:25 ` [PATCH v2 16/18] arm64: dts: mediatek: mt7988: add i2c-mux " Frank Wunderlich
2024-12-02 12:25   ` Frank Wunderlich
2024-12-03  9:40   ` AngeloGioacchino Del Regno
2024-12-03  9:40     ` AngeloGioacchino Del Regno
2024-12-02 12:25 ` [PATCH v2 17/18] arm64: dts: mediatek: mt7988: enable ssusb1 " Frank Wunderlich
2024-12-02 12:25   ` Frank Wunderlich
2024-12-03  9:40   ` AngeloGioacchino Del Regno
2024-12-03  9:40     ` AngeloGioacchino Del Regno
2024-12-04 11:29     ` Frank Wunderlich (linux)
2024-12-04 11:29       ` Frank Wunderlich (linux)
2024-12-02 12:25 ` [PATCH v2 18/18] arm64: dts: mediatek: mt7988: enable pwm " Frank Wunderlich
2024-12-02 12:25   ` Frank Wunderlich
2024-12-03  9:40   ` AngeloGioacchino Del Regno
2024-12-03  9:40     ` AngeloGioacchino Del Regno

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=b12e215af5aa5b6bb2fadbeda1117c94@fw-web.de \
    --to=linux@fw-web.de \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=frank-w@public-files.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=robh@kernel.org \
    /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.