RE: Re: linux-next: Tree for Mar 31 (drivers/phy/marvell/phy-mvebu-cp110-utmi.o)

2021-04-01 Thread Kostya Porotchkin
Hi, Randy, > -Original Message- > From: Randy Dunlap > Sent: Wednesday, March 31, 2021 18:28 > To: Stephen Rothwell ; Linux Next Mailing List n...@vger.kernel.org> > Cc: Linux Kernel Mailing List ; Kostya > Porotchkin ; net...@vger.kernel.org > Subject: [E

RE: [PATCH v3 4/5] arch/arm64: dts: add support for Marvell CP110 UTMI driver

2021-03-07 Thread Kostya Porotchkin
v > Haklai ; Stefan Chulski ; Ben > Peled ; Kostya Porotchkin > Subject: [PATCH v3 4/5] arch/arm64: dts: add support for Marvell CP110 UTMI > driver > > From: Konstantin Porotchkin > > Add support for Marvell CP110 UTMI PHY in a common DTSI > > Signed-off-by: Ko

RE: [EXT] Re: [PATCH v2 01/12] fix: arm64: dts: replace wrong regulator on ap emmc

2021-02-11 Thread Kostya Porotchkin
> -- > On Wed, Feb 10, 2021 at 04:09:38PM +0200, kos...@marvell.com wrote: > > From: Konstantin Porotchkin > > > > Replace wrong regulator in AP0 eMMC definition on MacchiatoBIN board > > with 3.3V regulator. > > The

RE: [EXT] Re: [PATCH 02/11] dts: mvebu: Update A8K AP806 SDHCI settings

2021-02-03 Thread Kostya Porotchkin
Hello, Russell, I agree that this patch needs rework. I will definitely do it and issue a new version. > On Wed, Feb 03, 2021 at 02:50:45PM +0000, Kostya Porotchkin wrote: > > [KP] So for older systems this "slow mode" parameter could be set on the > board level. > >

RE: [EXT] Re: [PATCH 03/11] dts: mvebu: Add pin control definitions for SDIO interafce

2021-02-03 Thread Kostya Porotchkin
> > > > + sdhci_pins: sdhi-pins { > > > > > > sdhi-pins ? > > > > > [KP] You mean to replace the underline with dash? > > I think he would like a c added in the correct place. > [KP] Ahh, now I see it. Thank you, Andrew! Kosta > Andrew

RE: [EXT] Re: [PATCH 02/11] dts: mvebu: Update A8K AP806 SDHCI settings

2021-02-03 Thread Kostya Porotchkin
> -Original Message- > From: linux-arm-kernel On > Behalf Of Kostya Porotchkin > Sent: Wednesday, February 3, 2021 16:51 > To: Russell King - ARM Linux admin > Cc: devicet...@vger.kernel.org; Baruch Siach ; > and...@lunn.ch; j...@semihalf.com; gregory.clem...@boot

RE: [EXT] Re: [PATCH 02/11] dts: mvebu: Update A8K AP806 SDHCI settings

2021-02-03 Thread Kostya Porotchkin
> -Original Message- > From: Russell King - ARM Linux admin > Sent: Wednesday, February 3, 2021 16:39 > To: Kostya Porotchkin > Cc: Baruch Siach ; linux-kernel@vger.kernel.org; > devicet...@vger.kernel.org; and...@lunn.ch; j...@semihalf.com; > gregory.clem...@boot

RE: [EXT] Re: [PATCH 03/11] dts: mvebu: Add pin control definitions for SDIO interafce

2021-02-03 Thread Kostya Porotchkin
Hu, Russel, > -Original Message- > From: Russell King - ARM Linux admin > Sent: Wednesday, February 3, 2021 16:28 > To: Kostya Porotchkin > Cc: linux-kernel@vger.kernel.org; devicet...@vger.kernel.org; linux-arm- > ker...@lists.infradead.org; robh...@kernel.org; &g

RE: [EXT] Re: [PATCH 03/11] dts: mvebu: Add pin control definitions for SDIO interafce

2021-02-03 Thread Kostya Porotchkin
> -Original Message- > From: Baruch Siach > Sent: Wednesday, February 3, 2021 16:01 > To: Kostya Porotchkin > Cc: linux-kernel@vger.kernel.org; devicet...@vger.kernel.org; > and...@lunn.ch; j...@semihalf.com; gregory.clem...@bootlin.com; > li...@armlinux.org.uk;

RE: [EXT] Re: [PATCH 02/11] dts: mvebu: Update A8K AP806 SDHCI settings

2021-02-03 Thread Kostya Porotchkin
Hi, Baruch, > -Original Message- > From: Baruch Siach > Sent: Wednesday, February 3, 2021 15:59 > To: Kostya Porotchkin > Cc: linux-kernel@vger.kernel.org; devicet...@vger.kernel.org; > and...@lunn.ch; j...@semihalf.com; gregory.clem...@bootlin.com; > li...@armlinux

RE: [PATCH 2/4] devicetree/bindings: add support for CP110 UTMI driver

2021-01-31 Thread Kostya Porotchkin
Hi, Lubomir, Thank you for your review! > On Wed, Jan 27, 2021 at 01:27:17PM +0200, kos...@marvell.com wrote: > > From: Konstantin Porotchkin > > > > Add DTS binding for Marvell CP110 UTMI driver > > > > Signed-off-by: Konstantin Porotchkin > > Any chance you could convert the document to

RE: [PATCH 1/4] drivers: phy: add support for Armada CP110 UTMI PHY

2021-01-31 Thread Kostya Porotchkin
Hello, Lubomir, Thank you for your review! > > +static void mvebu_cp110_utmi_port_setup(struct mvebu_cp110_utmi_port > > +*port) { > > + u32 reg; > > + > > + /* > > +* Setup PLL. 40MHz clock used to be the default, being 25MHz now. > > +* See the functional specification for details.