All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthias Brugger <matthias.bgg@gmail.com>
To: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>,
	robh+dt@kernel.org
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org,
	adamboardman@gmail.com
Subject: Re: [PATCH 0/4] Add I2C controller support for MT6797 SoC
Date: Sat, 16 May 2020 17:05:59 +0200	[thread overview]
Message-ID: <62630359-0365-6bc1-d49d-7b74d3d158ad@gmail.com> (raw)
In-Reply-To: <20200222162444.11590-1-manivannan.sadhasivam@linaro.org>



On 22/02/2020 17:24, Manivannan Sadhasivam wrote:
> Hello,
> 
> This patchset adds I2C controller support for Mediatek MT6797 SoC. There
> are a total of 8 I2C controllers in this SoC (2 being shared) and they are
> same as the controllers present in MT6577 SoC. Hence, the driver support is
> added with DT fallback method.
> 
> As per the datasheet, there are controllers with _imm prefix like i2c2_imm
> and i2c3_imm. These appears to be in different memory regions but sharing
> the same pins with i2c2 and i2c3 respectively. Since there is no clear
> evidence of what they really are, I've adapted the numbering/naming scheme
> from the downstream code by Mediatek.
> 
> This patchset has been tested on 96Boards X20 development board.
> 
> Thanks,
> Mani
> 
> Manivannan Sadhasivam (4):
>   dt-bindings: i2c: Document I2C controller binding for MT6797 SoC
>   arm64: dts: mediatek: Add I2C support for MT6797 SoC
>   arm64: dts: mediatek: Enable I2C support for 96Boards X20 Development
>     board
>   arm64: dts: mediatek: Switch to SPDX license identifier for MT6797 SoC

All four queued now in v5.7-next/dts64

Thanks!

> 
>  .../devicetree/bindings/i2c/i2c-mt65xx.txt    |   1 +
>  .../boot/dts/mediatek/mt6797-x20-dev.dts      |  49 ++++
>  arch/arm64/boot/dts/mediatek/mt6797.dtsi      | 229 +++++++++++++++++-
>  3 files changed, 271 insertions(+), 8 deletions(-)
> 

WARNING: multiple messages have this Message-ID (diff)
From: Matthias Brugger <matthias.bgg@gmail.com>
To: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>,
	robh+dt@kernel.org
Cc: devicetree@vger.kernel.org, adamboardman@gmail.com,
	linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/4] Add I2C controller support for MT6797 SoC
Date: Sat, 16 May 2020 17:05:59 +0200	[thread overview]
Message-ID: <62630359-0365-6bc1-d49d-7b74d3d158ad@gmail.com> (raw)
In-Reply-To: <20200222162444.11590-1-manivannan.sadhasivam@linaro.org>



On 22/02/2020 17:24, Manivannan Sadhasivam wrote:
> Hello,
> 
> This patchset adds I2C controller support for Mediatek MT6797 SoC. There
> are a total of 8 I2C controllers in this SoC (2 being shared) and they are
> same as the controllers present in MT6577 SoC. Hence, the driver support is
> added with DT fallback method.
> 
> As per the datasheet, there are controllers with _imm prefix like i2c2_imm
> and i2c3_imm. These appears to be in different memory regions but sharing
> the same pins with i2c2 and i2c3 respectively. Since there is no clear
> evidence of what they really are, I've adapted the numbering/naming scheme
> from the downstream code by Mediatek.
> 
> This patchset has been tested on 96Boards X20 development board.
> 
> Thanks,
> Mani
> 
> Manivannan Sadhasivam (4):
>   dt-bindings: i2c: Document I2C controller binding for MT6797 SoC
>   arm64: dts: mediatek: Add I2C support for MT6797 SoC
>   arm64: dts: mediatek: Enable I2C support for 96Boards X20 Development
>     board
>   arm64: dts: mediatek: Switch to SPDX license identifier for MT6797 SoC

All four queued now in v5.7-next/dts64

Thanks!

> 
>  .../devicetree/bindings/i2c/i2c-mt65xx.txt    |   1 +
>  .../boot/dts/mediatek/mt6797-x20-dev.dts      |  49 ++++
>  arch/arm64/boot/dts/mediatek/mt6797.dtsi      | 229 +++++++++++++++++-
>  3 files changed, 271 insertions(+), 8 deletions(-)
> 

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: Matthias Brugger <matthias.bgg@gmail.com>
To: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>,
	robh+dt@kernel.org
Cc: devicetree@vger.kernel.org, adamboardman@gmail.com,
	linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/4] Add I2C controller support for MT6797 SoC
Date: Sat, 16 May 2020 17:05:59 +0200	[thread overview]
Message-ID: <62630359-0365-6bc1-d49d-7b74d3d158ad@gmail.com> (raw)
In-Reply-To: <20200222162444.11590-1-manivannan.sadhasivam@linaro.org>



On 22/02/2020 17:24, Manivannan Sadhasivam wrote:
> Hello,
> 
> This patchset adds I2C controller support for Mediatek MT6797 SoC. There
> are a total of 8 I2C controllers in this SoC (2 being shared) and they are
> same as the controllers present in MT6577 SoC. Hence, the driver support is
> added with DT fallback method.
> 
> As per the datasheet, there are controllers with _imm prefix like i2c2_imm
> and i2c3_imm. These appears to be in different memory regions but sharing
> the same pins with i2c2 and i2c3 respectively. Since there is no clear
> evidence of what they really are, I've adapted the numbering/naming scheme
> from the downstream code by Mediatek.
> 
> This patchset has been tested on 96Boards X20 development board.
> 
> Thanks,
> Mani
> 
> Manivannan Sadhasivam (4):
>   dt-bindings: i2c: Document I2C controller binding for MT6797 SoC
>   arm64: dts: mediatek: Add I2C support for MT6797 SoC
>   arm64: dts: mediatek: Enable I2C support for 96Boards X20 Development
>     board
>   arm64: dts: mediatek: Switch to SPDX license identifier for MT6797 SoC

All four queued now in v5.7-next/dts64

Thanks!

> 
>  .../devicetree/bindings/i2c/i2c-mt65xx.txt    |   1 +
>  .../boot/dts/mediatek/mt6797-x20-dev.dts      |  49 ++++
>  arch/arm64/boot/dts/mediatek/mt6797.dtsi      | 229 +++++++++++++++++-
>  3 files changed, 271 insertions(+), 8 deletions(-)
> 

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

  parent reply	other threads:[~2020-05-16 15:06 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-22 16:24 [PATCH 0/4] Add I2C controller support for MT6797 SoC Manivannan Sadhasivam
2020-02-22 16:24 ` Manivannan Sadhasivam
2020-02-22 16:24 ` Manivannan Sadhasivam
2020-02-22 16:24 ` [PATCH 1/4] dt-bindings: i2c: Document I2C controller binding " Manivannan Sadhasivam
2020-02-22 16:24   ` Manivannan Sadhasivam
2020-02-22 16:24   ` Manivannan Sadhasivam
2020-02-26 22:23   ` Rob Herring
2020-02-26 22:23     ` Rob Herring
2020-02-26 22:23     ` Rob Herring
2020-05-15 14:48     ` Matthias Brugger
2020-05-15 14:48       ` Matthias Brugger
2020-05-15 14:48       ` Matthias Brugger
2020-05-15 16:56       ` Wolfram Sang
2020-05-15 16:56         ` Wolfram Sang
2020-05-15 16:56         ` Wolfram Sang
2020-05-16 15:05         ` Matthias Brugger
2020-05-16 15:05           ` Matthias Brugger
2020-05-16 15:05           ` Matthias Brugger
2020-02-22 16:24 ` [PATCH 2/4] arm64: dts: mediatek: Add I2C support " Manivannan Sadhasivam
2020-02-22 16:24   ` Manivannan Sadhasivam
2020-02-22 16:24   ` Manivannan Sadhasivam
2020-02-22 16:24 ` [PATCH 3/4] arm64: dts: mediatek: Enable I2C support for 96Boards X20 Development board Manivannan Sadhasivam
2020-02-22 16:24   ` Manivannan Sadhasivam
2020-02-22 16:24   ` Manivannan Sadhasivam
2020-02-22 16:24 ` [PATCH 4/4] arm64: dts: mediatek: Switch to SPDX license identifier for MT6797 SoC Manivannan Sadhasivam
2020-02-22 16:24   ` Manivannan Sadhasivam
2020-02-22 16:24   ` Manivannan Sadhasivam
2020-05-12 14:12 ` [PATCH 0/4] Add I2C controller support " Manivannan Sadhasivam
2020-05-12 14:12   ` Manivannan Sadhasivam
2020-05-12 14:12   ` Manivannan Sadhasivam
2020-05-16 15:05 ` Matthias Brugger [this message]
2020-05-16 15:05   ` Matthias Brugger
2020-05-16 15:05   ` Matthias Brugger

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=62630359-0365-6bc1-d49d-7b74d3d158ad@gmail.com \
    --to=matthias.bgg@gmail.com \
    --cc=adamboardman@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=robh+dt@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.