Re: Erroneous modification of u-boot's MAINTAINERS ?

2021-08-23 Thread Alex Nemirovsky
Christophe Sorry, this one slipped by somehow. > On Aug 23, 2021, at 10:18 PM, Christophe Leroy > wrote: > > Forgot to CC the list > > Le 24/08/2021 à 07:17, Christophe Leroy a écrit : >> Jway, Alex, >> Your commit 047e31ed4b4d ("led: led_cortina: Add CAxxx LED support") changed >> the email

[PATCH v2 1/3] net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs

2021-01-14 Thread Alex Nemirovsky
From: Aaron Tseng Add Cortina Access Ethernet device driver for CA SoCs. This driver supports both legacy and DM_ETH network models. Signed-off-by: Aaron Tseng Signed-off-by: Alex Nemirovsky Signed-off-by: Abbie Chang CC: Joe Hershberger CC: Abbie Chang CC: Tom Rini --- Changes in

[PATCH v2 3/3] board: presidio-asic: Add CAxxxx Ethernet support

2021-01-14 Thread Alex Nemirovsky
Add CA Ethernet support for the Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Tom Rini --- Changes in v2: - only support DM_ETH network models by removing code for legacy mode support arch/arm/dts/ca-presidio-engboard.dts| 31

[PATCH v2 2/3] net: phy: ca_phy: Add driver for CAxxxx SoCs

2021-01-14 Thread Alex Nemirovsky
From: Abbie Chang Add phy driver support for MACs embedded inside Cortina Access SoCs Signed-off-by: Abbie Chang Signed-off-by: Alex Nemirovsky CC: Joe Hershberger CC: Tom Rini CC: Aaron Tseng Moved out PHY specific code out of Cortina NI Ethernet driver and into a Cortina Access PHY

Re: [PATCH 2/2] board: presidio: Add Parallel NAND support

2020-12-11 Thread Alex Nemirovsky
Hi Tom, after this NAND driver is in master, we can look at reducing the number of defconfigs for this board and send out a new patch. Thanks -Alex > On Dec 11, 2020, at 12:54 PM, Tom Rini wrote: > > On Tue, Dec 08, 2020 at 11:37:37AM -0800, Alex Nemirovsky wrote: > >&

[PATCH v2 1/2] mtd: rawnand: cortina_nand: Add Cortina CAxxxx SoC support

2020-12-11 Thread Alex Nemirovsky
From: Kate Liu Add Cortina Access parallel Nand support for CA SOCs Signed-off-by: Kate Liu Signed-off-by: Alex Nemirovsky CC: Tom Rini CC: Scott Wood --- Changes in v2: - Cleanup nand_ctrl struct offset comments MAINTAINERS |2 + drivers/mtd/nand/raw

[PATCH v2 2/2] board: presidio: Add Parallel NAND support

2020-12-11 Thread Alex Nemirovsky
From: Kate Liu Set environment for Nand flash (U-boot 2020.04): - add nand flash in the device tree - add new default configuration file for G3 using parallel Nand - set nand parameters in presidio_asic.h Signed-off-by: Kate Liu Signed-off-by: Alex Nemirovsky CC: Tom Rini --- Changes in v2

[PATCH 1/2] mtd: rawnand: cortina_nand: Add Cortina CAxxxx SoC support

2020-12-08 Thread Alex Nemirovsky
From: Kate Liu Add Cortina Access parallel Nand support for CA SOCs Signed-off-by: Kate Liu Signed-off-by: Alex Nemirovsky CC: Tom Rini CC: Scott Wood --- MAINTAINERS |2 + drivers/mtd/nand/raw/Kconfig| 12 + drivers/mtd/nand/raw/Makefile

[PATCH 2/2] board: presidio: Add Parallel NAND support

2020-12-08 Thread Alex Nemirovsky
From: Kate Liu Set environment for Nand flash (U-boot 2020.04): - add nand flash in the device tree - add new default configuration file for G3 using parallel Nand - set nand parameters in presidio_asic.h Signed-off-by: Kate Liu Signed-off-by: Alex Nemirovsky CC: Tom Rini --- MAINTAINERS

Re: [PATCH v3 2/3] net: phy: ca_phy: Add driver for CAxxxx SoCs

2020-09-29 Thread Alex Nemirovsky
Tom, > On Sep 29, 2020, at 11:21 AM, Tom Rini wrote: > > On Tue, Sep 29, 2020 at 06:17:26PM +0000, Alex Nemirovsky wrote: > >> Tom, >> Yes the intent is to allow overwrite the functionality elsewhere. I agree >> that the name is too generic and should be m

Re: [PATCH v3 1/3] net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs

2020-09-29 Thread Alex Nemirovsky
criticism on this code and I will be happy to pass it up to management for consideration. Thanks Tom. > On Sep 29, 2020, at 11:12 AM, Alex Nemirovsky > wrote: > > Abbie, > > Please have a look at Tom’s feedback to address his concerns. > >>> On Sep 29, 2020

Re: [PATCH v3 2/3] net: phy: ca_phy: Add driver for CAxxxx SoCs

2020-09-29 Thread Alex Nemirovsky
23, 2020 at 05:59:13PM -0700, Alex Nemirovsky wrote: >> From: Abbie Chang >> >> Add phy driver support for MACs embedded inside Cortina Access SoCs >> >> Signed-off-by: Abbie Chang >> Signed-off-by: Alex Nemirovsky >> >> CC: Joe Hershberger

Re: [PATCH v3 1/3] net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs

2020-09-29 Thread Alex Nemirovsky
Abbie, Please have a look at Tom’s feedback to address his concerns. > On Sep 29, 2020, at 10:55 AM, Tom Rini wrote: > > On Wed, Sep 23, 2020 at 05:59:12PM -0700, Alex Nemirovsky wrote: > >> From: Abbie Chang >> >> Add Cortina Access Ethernet device driver f

[PATCH v3 1/3] net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs

2020-09-23 Thread Alex Nemirovsky
From: Abbie Chang Add Cortina Access Ethernet device driver for CA SoCs. This driver supports both legacy and DM_ETH network models. Signed-off-by: Aaron Tseng Signed-off-by: Alex Nemirovsky Signed-off-by: Abbie Chang CC: Joe Hershberger CC: Abbie Chang CC: Tom Rini --- Changes in

Re: [PATCH v2 1/3] net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs

2020-09-23 Thread Alex Nemirovsky
Tom, v3 submitted after Abbie reviewed and updated per your request. > On Sep 10, 2020, at 4:54 PM, Tom Rini wrote: > > On Thu, Sep 10, 2020 at 11:18:46PM +0000, Alex Nemirovsky wrote: > >> bump. > > Sorry, I've meant to reply on some of this. Please fix the u

[PATCH v3 3/3] board: presidio-asic: Add CAxxxx Ethernet support

2020-09-23 Thread Alex Nemirovsky
Add CA Ethernet support for the Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Tom Rini --- (no changes since v2) Changes in v2: - only support DM_ETH network models by removing code for legacy mode support arch/arm/dts/ca-presidio-engboard.dts| 6

[PATCH v3 2/3] net: phy: ca_phy: Add driver for CAxxxx SoCs

2020-09-23 Thread Alex Nemirovsky
From: Abbie Chang Add phy driver support for MACs embedded inside Cortina Access SoCs Signed-off-by: Abbie Chang Signed-off-by: Alex Nemirovsky CC: Joe Hershberger CC: Tom Rini CC: Aaron Tseng Moved out PHY specific code out of Cortina NI Ethernet driver and into a Cortina Access PHY

Re: [PATCH v2 1/3] net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs

2020-09-10 Thread Alex Nemirovsky
Will do. Thanks Tom. Abbie, please review. > On Sep 10, 2020, at 4:54 PM, Tom Rini wrote: > > On Thu, Sep 10, 2020 at 11:18:46PM +0000, Alex Nemirovsky wrote: > >> bump. > > Sorry, I've meant to reply on some of this. Please fix the usage of > ca_status_t

Re: [PATCH v10 1/2] spi: ca_sflash: Add CAxxxx SPI Flash Controller

2020-09-10 Thread Alex Nemirovsky
bump > On Jul 30, 2020, at 12:52 PM, Alex Nemirovsky > wrote: > > From: Pengpeng Chen > > Add SPI Flash controller driver for Cortina Access > CA SoCs > > Signed-off-by: Pengpeng Chen > Signed-off-by: Alex Nemirovsky > CC: Jagan Teki > CC: Vignesh

Re: [PATCH v2 1/3] net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs

2020-09-10 Thread Alex Nemirovsky
bump. > On Jul 30, 2020, at 12:05 PM, Alex Nemirovsky > wrote: > > From: Aaron Tseng > > Add Cortina Access Ethernet device driver for CA SoCs. > This driver supports both legacy and DM_ETH network models. > > Signed-off-by: Aaron Tseng > Signed-off-by: Al

[PATCH v10 1/2] spi: ca_sflash: Add CAxxxx SPI Flash Controller

2020-07-30 Thread Alex Nemirovsky
From: Pengpeng Chen Add SPI Flash controller driver for Cortina Access CA SoCs Signed-off-by: Pengpeng Chen Signed-off-by: Alex Nemirovsky CC: Jagan Teki CC: Vignesh R CC: Tom Rini --- (no changes since v9) Changes in v9: - Clean up MAINTAINERS changes Changes in v8: - No code

[PATCH v10 2/2] board: presidio-asic: Add SPI NOR support

2020-07-30 Thread Alex Nemirovsky
Add SPI NOR support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Jagan Teki CC: Vignesh R CC: Tom Rini Add err processing while probe sf device --- Changes in v10: - Change forced driver probe call to error handling check Changes in v6: - None Changes

[PATCH v2 1/3] net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs

2020-07-30 Thread Alex Nemirovsky
From: Aaron Tseng Add Cortina Access Ethernet device driver for CA SoCs. This driver supports both legacy and DM_ETH network models. Signed-off-by: Aaron Tseng Signed-off-by: Alex Nemirovsky Signed-off-by: Abbie Chang CC: Joe Hershberger CC: Abbie Chang CC: Tom Rini --- Changes in

[PATCH v2 3/3] board: presidio-asic: Add CAxxxx Ethernet support

2020-07-30 Thread Alex Nemirovsky
Add CA Ethernet support for the Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Tom Rini --- Changes in v2: - only support DM_ETH network models by removing code for legacy mode support arch/arm/dts/ca-presidio-engboard.dts| 7 +++ board/cortina

[PATCH v2 2/3] net: phy: ca_phy: Add driver for CAxxxx SoCs

2020-07-30 Thread Alex Nemirovsky
From: Abbie Chang Add phy driver support for MACs embedded inside Cortina Access SoCs Signed-off-by: Abbie Chang Signed-off-by: Alex Nemirovsky CC: Joe Hershberger CC: Tom Rini CC: Aaron Tseng Moved out PHY specific code out of Cortina NI Ethernet driver and into a Cortina Access PHY

Re: [PATCH v9 1/2] i2c: i2c-cortina: added CAxxxx I2C support

2020-07-07 Thread Alex Nemirovsky
Ok with us. Thanks > On Jul 7, 2020, at 9:21 PM, Heiko Schocher wrote: > > Hello Alex, Arthur, > >> Am 06.07.2020 um 11:22 schrieb Heiko Schocher: >> Hello Alex, Arthur, >>> Am 01.06.2020 um 21:56 schrieb Alex Nemirovsky: >>> From: Arthur Li >&

[PATCH v9 1/2] led: led_cortina: Add CAxxx LED support

2020-06-30 Thread Alex Nemirovsky
From: Jway Lin Add Cortina Access LED controller support for CA SOCs Signed-off-by: Jway Lin Signed-off-by: Alex Nemirovsky CC: Simon Glass Add head file fixed link error and remove unused flashing function --- Changes in v9: - Remove unused LED blink function - Include log.h and

[PATCH v9 2/2] board: presidio: add LED support

2020-06-30 Thread Alex Nemirovsky
From: Jway Lin Add LED support for Cortina Access Presidio Engineering Board Signed-off-by: Jway Lin Signed-off-by: Alex Nemirovsky Reviewed-by: Simon Glass CC: Simon Glass --- (no changes since v4) Changes in v4: - rename DT blink rate symbol arch/arm/dts/ca-presidio-engboard.dts

Re: [PATCH v8 1/2] mmc: ca_dw_mmc: Misc cleanup of driver

2020-06-18 Thread Alex Nemirovsky
Thanks Peng, Could we update the state of this patch set in the patchwork DB as done? It still at state “New”. > On Jun 17, 2020, at 3:14 PM, Peng Fan wrote: > > It has been applied, could you check tom's master tree? > >> -Original Message- &

Re: [PATCH v8 1/2] mmc: ca_dw_mmc: Misc cleanup of driver

2020-06-17 Thread Alex Nemirovsky
Hi Peng, this patch set seems to have stalled. There was some confusion as most of the driver was already pushed to master and thus a new patch was created for some some misc cleanup. Could you review? Thanks Alex > On May 21, 2020, at 5:24 PM, Alex Nemirovsky > wrote: > > Fro

Re: [PATCH v9 1/2] spi: ca_sflash: Add CAxxxx SPI Flash Controller

2020-06-17 Thread Alex Nemirovsky
Hi Jagan, Seems that this patch set may have stalled. Its marked as change requested but we are unaware of any outstanding change request. Could you look into it? TIA Alex > On Jun 1, 2020, at 1:26 PM, Alex Nemirovsky > wrote: > > From: Pengpeng Chen > > Add SPI Flash

Re: [PATCH v9 1/2] i2c: i2c-cortina: added CAxxxx I2C support

2020-06-17 Thread Alex Nemirovsky
Hi Heiko, seems that this patch set may have slipped through the cracks. Is there anything keeping it from being merged into master? > On Jun 1, 2020, at 12:56 PM, Alex Nemirovsky > wrote: > > From: Arthur Li > > Add I2C controller support for Cortina Access CA SoCs

Re: [PATCH v4 1/2] net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs

2020-06-03 Thread Alex Nemirovsky
Hi Tom, Thanks for your feedback. > On Jun 3, 2020, at 3:03 PM, Tom Rini wrote: > > On Wed, Jun 03, 2020 at 09:10:46PM +0000, Alex Nemirovsky wrote: >> Hi Tom >> >>> On Jun 3, 2020, at 1:59 PM, Tom Rini wrote: >>> >>> On Wed, Jun 03, 2020 at

Re: [PATCH v4 1/2] net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs

2020-06-03 Thread Alex Nemirovsky
Hi Tom > On Jun 3, 2020, at 1:59 PM, Tom Rini wrote: > > On Wed, Jun 03, 2020 at 07:03:09PM +0000, Alex Nemirovsky wrote: >> Hi Tom, >> >>> On Jun 3, 2020, at 8:03 AM, Tom Rini wrote: >>> >>> On Wed, Jun 03, 2020 at 01:05:18AM -070

Re: [PATCH v4 1/2] net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs

2020-06-03 Thread Alex Nemirovsky
Hi Tom, > On Jun 3, 2020, at 8:03 AM, Tom Rini wrote: > > On Wed, Jun 03, 2020 at 01:05:18AM -0700, Alex Nemirovsky wrote: >> From: Aaron Tseng >> >> Add Cortina Access Ethernet device driver for CA SoCs. >> This driver supports only the DM_ETH network m

[PATCH v4 1/2] net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs

2020-06-03 Thread Alex Nemirovsky
From: Aaron Tseng Add Cortina Access Ethernet device driver for CA SoCs. This driver supports only the DM_ETH network model. Signed-off-by: Aaron Tseng Signed-off-by: Alex Nemirovsky CC: Joe Hershberger CC: Abbie Chang CC: Tom Rini --- Changes in v4: None Changes in v3: - Changed

[PATCH v4 2/2] board: presidio-asic: Add CAxxxx Ethernet support

2020-06-03 Thread Alex Nemirovsky
Add CA Ethernet support for the Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky --- Changes in v4: - Remove NI ENEt Driver legacy mode support Changes in v3: None Changes in v2: None arch/arm/dts/ca-presidio-engboard.dts| 7 +++ configs

[PATCH v3 1/2] net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs

2020-06-03 Thread Alex Nemirovsky
From: Aaron Tseng Add Cortina Access Ethernet device driver for CA SoCs. This driver supports only the DM_ETH network model. Signed-off-by: Aaron Tseng Signed-off-by: Alex Nemirovsky CC: Joe Hershberger CC: Abbie Chang CC: Tom Rini --- Changes in v3: - Changed commit comment to

[PATCH v3 2/2] board: presidio-asic: Add CAxxxx Ethernet support

2020-06-03 Thread Alex Nemirovsky
Add CA Ethernet support for the Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky --- Changes in v3: None Changes in v2: None arch/arm/dts/ca-presidio-engboard.dts| 7 +++ board/cortina/presidio-asic/presidio.c | 21 + configs

[PATCH v2 2/2] board: presidio-asic: Add CAxxxx Ethernet support

2020-06-03 Thread Alex Nemirovsky
Add CA Ethernet support for the Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky --- Changes in v2: None arch/arm/dts/ca-presidio-engboard.dts| 7 +++ board/cortina/presidio-asic/presidio.c | 21 + configs/cortina_presidio

[PATCH v2 1/2] net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs

2020-06-03 Thread Alex Nemirovsky
From: Aaron Tseng Add Cortina Access Ethernet device driver for CA SoCs. This driver supports both legacy and DM_ETH network models. Signed-off-by: Aaron Tseng Signed-off-by: Alex Nemirovsky CC: Joe Hershberger CC: Abbie Chang CC: Tom Rini --- Changes in v2: - Remove legacy mode

Re: [PATCH v3 1/2] mtd: rawnand: ca_nand: add Cortina Access Parallel NAND controller support

2020-06-03 Thread Alex Nemirovsky
Hi Miquel, > On Jun 3, 2020, at 12:37 AM, Miquel Raynal wrote: > > Hi Alex, > > Alex Nemirovsky wrote on Wed, 3 > Jun 2020 07:23:23 +: > >> Hi Miquel, >> >> still not clear what you would like us to do about the length of the driver. > >

Re: [PATCH v3 1/2] mtd: rawnand: ca_nand: add Cortina Access Parallel NAND controller support

2020-06-03 Thread Alex Nemirovsky
Hi Miquel, still not clear what you would like us to do about the length of the driver. > On Jun 3, 2020, at 12:21 AM, Miquel Raynal wrote: > > Hi Alex, > > Alex Nemirovsky wrote on Wed, 3 > Jun 2020 00:25:53 +: > >>> On Jun 2, 2020, at 12:20 AM, Miquel R

Re: [PATCH v1 1/2] net: cortina_ni: Addd eth support for Cortina Access CAxxxx SoCs

2020-06-02 Thread Alex Nemirovsky
Abbie/Aaron, please remove legacy mode code so that we only support DM mode per Tom’s request. Thanks -AN > On Jun 2, 2020, at 5:38 PM, Tom Rini wrote: > > On Wed, Jun 03, 2020 at 12:18:18AM +0000, Alex Nemirovsky wrote: >> Hi Tom, >> >>> On Jun 2, 202

Re: [PATCH v3 1/2] mtd: rawnand: ca_nand: add Cortina Access Parallel NAND controller support

2020-06-02 Thread Alex Nemirovsky
> On Jun 2, 2020, at 12:20 AM, Miquel Raynal wrote: > > Hi Alex, > > Alex Nemirovsky wrote on Mon, 1 > Jun 2020 14:26:49 -0700: > >> From: Jason Li >> >> Supports all CA SoCs which support a parallel nand controller. >> It should

Re: [PATCH v1 1/2] net: cortina_ni: Addd eth support for Cortina Access CAxxxx SoCs

2020-06-02 Thread Alex Nemirovsky
Hi Tom, > On Jun 2, 2020, at 6:02 AM, Tom Rini wrote: > > On Mon, Jun 01, 2020 at 07:44:25PM -0700, Alex Nemirovsky wrote: > >> From: Aaron Tseng >> >> Add Cortina Access Ethernet device driver for CA SoCs. >> This driver supports both legacy and DM_E

[PATCH v1 1/2] net: cortina_ni: Addd eth support for Cortina Access CAxxxx SoCs

2020-06-01 Thread Alex Nemirovsky
From: Aaron Tseng Add Cortina Access Ethernet device driver for CA SoCs. This driver supports both legacy and DM_ETH network models. Signed-off-by: Aaron Tseng Signed-off-by: Alex Nemirovsky CC: Joe Hershberger CC: Abbie Chang CC: Tom Rini --- MAINTAINERS |4

[PATCH v1 2/2] board: presidio-asic: Add CAxxxx Ethernet support

2020-06-01 Thread Alex Nemirovsky
Add CA Ethernet support for the Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky --- arch/arm/dts/ca-presidio-engboard.dts| 7 +++ board/cortina/presidio-asic/presidio.c | 21 + configs/cortina_presidio-asic-emmc_defconfig | 4

[PATCH v3 2/2] board: presidio-asic: Add RAW Parallel NAND support

2020-06-01 Thread Alex Nemirovsky
Add Parallel NAND CA support to Cortina Access Presidio Engineering Board support Signed-off-by: Alex Nemirovsky CC: Miquel Raynal CC: Simon Glass --- Changes in v3: None Changes in v2: None configs/cortina_presidio-asic-bch16_defconfig | 35 ++ configs

[PATCH v2 2/2] board: presidio-asic: Add RAW Parallel NAND support

2020-06-01 Thread Alex Nemirovsky
Add Parallel NAND CA support to Cortina Access Presidio Engineering Board support Signed-off-by: Alex Nemirovsky CC: Miquel Raynal CC: Simon Glass --- Changes in v2: None configs/cortina_presidio-asic-bch16_defconfig | 35 ++ configs/cortina_presidio-asic

[PATCH v9 2/2] board: presidio-asic: Add SPI NOR support

2020-06-01 Thread Alex Nemirovsky
Add SPI NOR support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Jagan Teki CC: Vignesh R CC: Tom Rini --- Changes in v9: None Changes in v8: None Changes in v7: None Changes in v5: - NAND support removed from presidio-asic board DT. Changes in v3: None

[PATCH v9 1/2] spi: ca_sflash: Add CAxxxx SPI Flash Controller

2020-06-01 Thread Alex Nemirovsky
From: Pengpeng Chen Add SPI Flash controller driver for Cortina Access CA SoCs Signed-off-by: Pengpeng Chen Signed-off-by: Alex Nemirovsky CC: Jagan Teki CC: Vignesh R CC: Tom Rini --- Changes in v9: - Clean up MAINTAINERS changes Changes in v8: - No code change - Split out

Re: [PATCH v8 2/2] board: presidio-asic: Add SPI NOR support

2020-06-01 Thread Alex Nemirovsky
> On Jun 1, 2020, at 9:48 AM, Jagan Teki wrote: > > On Fri, May 22, 2020 at 6:18 AM Alex Nemirovsky > wrote: >> >> Add SPI NOR support for Cortina Access >> Presidio Engineering Board >> >> Signed-off-by: Alex Nemirovsky >> C

Re: [PATCH v8 1/2] spi: ca_sflash: Add CAxxxx SPI Flash Controller

2020-06-01 Thread Alex Nemirovsky
> On Jun 1, 2020, at 9:45 AM, Jagan Teki wrote: > > On Fri, May 22, 2020 at 6:18 AM Alex Nemirovsky > wrote: >> >> From: Pengpeng Chen >> >> Add SPI Flash controller driver for Cortina Access >> CA SoCs >> >> Signed-off-by: P

[PATCH v9 2/2] board: presidio-asic: Add I2C support

2020-06-01 Thread Alex Nemirovsky
Add I2C board support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Heiko Schocher Reviewed-by: Heiko Schocher --- Changes in v9: None Changes in v8: None Changes in v7: None Changes in v6: None Changes in v4: None configs/cortina_presidio-asic

[PATCH v9 1/2] i2c: i2c-cortina: added CAxxxx I2C support

2020-06-01 Thread Alex Nemirovsky
From: Arthur Li Add I2C controller support for Cortina Access CA SoCs Signed-off-by: Arthur Li Signed-off-by: Alex Nemirovsky CC: Heiko Schocher Reviewed-by: Heiko Schocher --- Changes in v9: - specially include bitops.h and delay.h which were removed from common.h Changes in v8

[PATCH v8 2/2] board: presidio-asic: Add SPI NOR support

2020-05-21 Thread Alex Nemirovsky
Add SPI NOR support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Jagan Teki CC: Vignesh R CC: Tom Rini --- Changes in v8: None Changes in v7: None Changes in v5: - NAND support removed from presidio-asic board DT. Changes in v3: None arch/arm/dts/ca

[PATCH v8 1/2] spi: ca_sflash: Add CAxxxx SPI Flash Controller

2020-05-21 Thread Alex Nemirovsky
From: Pengpeng Chen Add SPI Flash controller driver for Cortina Access CA SoCs Signed-off-by: Pengpeng Chen Signed-off-by: Alex Nemirovsky CC: Jagan Teki CC: Vignesh R CC: Tom Rini --- Changes in v8: - No code change - Split out individual driver from Cortina Package 2 patch series

[PATCH v8 1/2] led: led_cortina: Add CAxxx LED support

2020-05-21 Thread Alex Nemirovsky
From: Jway Lin Add Cortina Access LED controller support for CA SOCs Signed-off-by: Jway Lin Signed-off-by: Alex Nemirovsky CC: Simon Glass --- Changes in v8: - No code change - Split out individual driver from Cortina Package 2 patch series to help streamline acceptence into master

[PATCH v8 2/2] board: presidio: add LED support

2020-05-21 Thread Alex Nemirovsky
From: Jway Lin Add LED support for Cortina Access Presidio Engineering Board Signed-off-by: Jway Lin Signed-off-by: Alex Nemirovsky Reviewed-by: Simon Glass CC: Simon Glass --- Changes in v8: None Changes in v7: None Changes in v4: - rename DT blink rate symbol arch/arm/dts/ca-presidio

[PATCH v8 1/2] i2c: i2c-cortina: added CAxxxx I2C support

2020-05-21 Thread Alex Nemirovsky
From: Arthur Li Add I2C controller support for Cortina Access CA SoCs Signed-off-by: Arthur Li Signed-off-by: Alex Nemirovsky CC: Heiko Schocher Reviewed-by: Heiko Schocher CA_I2C: DT binding for I2C controller DT binding document for Cortina I2C driver --- Changes in v8: - No code

[PATCH v8 2/2] board: presidio-asic: Add I2C support

2020-05-21 Thread Alex Nemirovsky
Add I2C board support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Heiko Schocher Reviewed-by: Heiko Schocher --- Changes in v8: None Changes in v7: None Changes in v6: None Changes in v4: None configs/cortina_presidio-asic-emmc_defconfig | 3 +++ 1 file

[PATCH v8 1/2] mmc: ca_dw_mmc: Misc cleanup of driver

2020-05-21 Thread Alex Nemirovsky
From: Arthur Li - Rename DT compatible name - Remove uneccessary if-statement to support 8-bit buswidth - Remove redundant error msg - Use symbolic constants in switch statement Signed-off-by: Arthur Li Signed-off-by: Alex Nemirovsky CC: Peng Fan CC: Jaehoon Chung CC: Tom Rini --- Changes

[PATCH v8 2/2] board: presidio-asic: update eMMC DT information

2020-05-21 Thread Alex Nemirovsky
Change DT compatibility name to match change in driver's name. Remove unused io_ds and fifo_mode fields from DT. Signed-off-by: Alex Nemirovsky CC: Peng Fan CC: Jaehoon Chung CC: Tom Rini --- Changes in v8: None Changes in v7: - Cleanup typos in commit subject line and description Ch

[PATCH v7 7/8] spi: ca_sflash: Add CAxxxx SPI Flash Controller

2020-05-14 Thread Alex Nemirovsky
From: Pengpeng Chen Add SPI Flash controller driver for Cortina Access CA SoCs Signed-off-by: Pengpeng Chen Signed-off-by: Alex Nemirovsky CC: Jagan Teki CC: Vignesh R ca slfash fixup --- Changes in v7: - Replace substring "OPCODE" with "OP" in MACROs to help redu

[PATCH v7 4/8] board: presidio-asic: Add I2C support

2020-05-14 Thread Alex Nemirovsky
Add I2C board support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Heiko Schocher --- Changes in v7: None Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None configs/cortina_presidio-asic-emmc_defconfig | 3

[PATCH v7 5/8] led: led_cortina: Add CAxxx LED support

2020-05-14 Thread Alex Nemirovsky
From: Jway Lin Add Cortina Access LED controller support for CA SOCs Signed-off-by: Jway Lin Signed-off-by: Alex Nemirovsky CC: Simon Glass --- Changes in v7: - rename OFFSET to SHIFT from macros - add additinal struct comments - Reading the DT should really happen in the

[PATCH v7 2/8] board: presidio-asic: update eMMC DT information

2020-05-14 Thread Alex Nemirovsky
Change DT compatibility name to match change in driver's name. Remove unused io_ds and fifo_mode fields from DT. Signed-off-by: Alex Nemirovsky CC: Peng Fan --- Changes in v7: - Cleanup typos in commit subject line and description Changes in v6: None Changes in v5: - Rebase on codebase

[PATCH v7 6/8] board: presidio: add LED support

2020-05-14 Thread Alex Nemirovsky
From: Jway Lin Add LED support for Cortina Access Presidio Engineering Board Signed-off-by: Jway Lin Signed-off-by: Alex Nemirovsky Reviewed-by: Simon Glass CC: Simon Glass --- Changes in v7: None Changes in v6: None Changes in v5: None Changes in v4: - rename DT blink rate symbol

[PATCH v7 3/8] i2c: i2c-cortina: added CAxxxx I2C support

2020-05-14 Thread Alex Nemirovsky
From: Arthur Li Add I2C controller support for Cortina Access CA SoCs Signed-off-by: Arthur Li Signed-off-by: Alex Nemirovsky CC: Heiko Schocher CA_I2C: DT binding for I2C controller DT binding document for Cortina I2C driver --- Changes in v7: - Added additional description info in

[PATCH v7 8/8] board: presidio-asic: Add SPI NOR support

2020-05-14 Thread Alex Nemirovsky
Add SPI NOR support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Jagan Teki CC: Vignesh R --- Changes in v7: None Changes in v6: None Changes in v5: - NAND support removed from presidio-asic board DT. Changes in v4: None Changes in v3: None Changes in v2

[PATCH v7 0/8] Cortina Access Drivers Package 2

2020-05-14 Thread Alex Nemirovsky
e DT blink rate symbol - rename DT blink rate symbol Changes in v3: - Fixup syntax issues related to checkpatch.pl cleanup Changes in v2: - Add I2C controller - Add LED controller - Add SPI NAND and NOR controller Alex Nemirovsky (3): board: presidio-asic: update eMMC DT information

[PATCH v7 1/8] mmc: ca_dw_mmc: Misc cleanup of driver

2020-05-14 Thread Alex Nemirovsky
From: Arthur Li - Rename DT compatible name - Remove uneccessary if-statement to support 8-bit buswidth - Remove redundant error msg - Use symbolic constants in switch statement Signed-off-by: Arthur Li Signed-off-by: Alex Nemirovsky CC: Peng Fan --- Changes in v7: None Changes in v6: None

[PATCH v2 2/2] board: presidio-asic: Add CAxxxx Ethernet support

2020-04-29 Thread Alex Nemirovsky
Add CA Ethernet support for the Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky Cc: Joe Hershberger Cc: Tom Rini --- arch/arm/dts/ca-presidio-engboard.dts| 7 +++ board/cortina/presidio-asic/presidio.c | 21 + configs

[PATCH v2 1/2] net: cortina_ni: Addd eth support for Cortina Access CAxxxx SoCs

2020-04-29 Thread Alex Nemirovsky
From: Aaron Tseng Add Cortina Access Ethernet device driver for CA SoCs. This driver supports both legacy and DM_ETH network models. Signed-off-by: Aaron Tseng Signed-off-by: Alex Nemirovsky Signed-off-by: Abbie Chang Cc: Joe Hershberger Series changes: 2 - cleanup MAINTAINERS

[PATCH 1/2] net: cortina_ni: Addd eth support for Cortina Access CAxxxx SoCs

2020-04-29 Thread Alex Nemirovsky
From: Aaron Tseng Add Cortina Access Ethernet device driver for CA SoCs. This driver supports both legacy and DM_ETH network models. Signed-off-by: Aaron Tseng Signed-off-by: Alex Nemirovsky Signed-off-by: Abbie Chang Cc: Joe Hershberger --- MAINTAINERS |6 + drivers

[PATCH 2/2] board: presidio-asic: Add CAxxxx Ethernet support

2020-04-29 Thread Alex Nemirovsky
Add CA Ethernet support for the Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky Cc: Joe Hershberger Cc: Tom Rini --- arch/arm/dts/ca-presidio-engboard.dts| 7 +++ board/cortina/presidio-asic/presidio.c | 21 + configs

[PATCH] board: venus: Add basic Venus engr. development board support

2020-04-29 Thread Alex Nemirovsky
From: Lee Jenfeng Add basic Cortina Access Venus engineering board support Signed-off-by: Lee Jenfeng Signed-off-by: Alex Nemirovsky Cc: Tom Rini --- arch/arm/Kconfig | 5 ++ arch/arm/dts/Makefile| 1 + arch/arm/dts/ca-venus-engboard.dts | 69

[PATCH v6 8/8] board: presidio-asic: Add SPI NOR support

2020-04-20 Thread Alex Nemirovsky
Add SPI NOR support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Jagan Teki CC: Vignesh R --- Changes in v6: None Changes in v5: - NAND support removed from presidio-asic board DT. Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/dts

[PATCH v6 4/8] board: presidio-asic: Add I2C support

2020-04-20 Thread Alex Nemirovsky
Add I2C board support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Heiko Schocher --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None configs/cortina_presidio-asic-emmc_defconfig | 3 +++ 1 file changed

[PATCH v6 7/8] spi: ca_sflash: Add CAxxxx SPI Flash Controller

2020-04-20 Thread Alex Nemirovsky
From: Pengpeng Chen Add SPI Flash controller driver for Cortina Access CA SoCs Signed-off-by: Pengpeng Chen Signed-off-by: Alex Nemirovsky CC: Jagan Teki CC: Vignesh R --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: - Fixup syntax issues related to

[PATCH v6 5/8] led: led_cortina: Add CAxxx LED support

2020-04-20 Thread Alex Nemirovsky
From: Jway Lin Add Cortina Access LED controller support for CA SOCs Signed-off-by: Jway Lin Signed-off-by: Alex Nemirovsky CC: Simon Glass --- Changes in v6: None Changes in v5: None Changes in v4: - remove unused macros - remove cortina prefix from macros - remove use BSS variable

[PATCH v6 3/8] i2c: i2c-cortina: added CAxxxx I2C support

2020-04-20 Thread Alex Nemirovsky
From: Arthur Li Add I2C controller support for Cortina Access CA SoCs Signed-off-by: Arthur Li Signed-off-by: Alex Nemirovsky CC: Heiko Schocher CA_I2C: DT binding for I2C controller DT binding document for Cortina I2C driver --- Changes in v6: - Add I2C DT binding document Changes

[PATCH v6 6/8] board: presidio: add LED support

2020-04-20 Thread Alex Nemirovsky
From: Jway Lin Add LED support for Cortina Access Presidio Engineering Board Signed-off-by: Jway Lin Signed-off-by: Alex Nemirovsky Reviewed-by: Simon Glass CC: Simon Glass --- Changes in v6: None Changes in v5: None Changes in v4: - rename DT blink rate symbol Changes in v3: None

[PATCH v6 1/8] mmc: ca_dw_mmc: Misc cleanup of driver

2020-04-20 Thread Alex Nemirovsky
From: Arthur Li - Rename DT compatible name - Remove uneccessary if-statement to support 8-bit buswidth - Remove redundant error msg - Use symbolic constants in switch statement Signed-off-by: Arthur Li Signed-off-by: Alex Nemirovsky CC: Peng Fan --- Changes in v6: None Changes in v5

[PATCH v6 0/8] Cortina Access Drivers Package 2

2020-04-20 Thread Alex Nemirovsky
d LED controller - Add SPI NAND and NOR controller Alex Nemirovsky (3): board: presidio-asic: update eMMC DT informatino board: presidio-asic: Add I2C support board: presidio-asic: Add SPI NOR support Arthur Li (2): mmc: ca_dw_mmc: Misc cleanup of driver i2c: i2c-cortina: added CAxxx

[PATCH v6 2/8] board: presidio-asic: update eMMC DT informatino

2020-04-20 Thread Alex Nemirovsky
Change DT compatiblity name to match change in driver's name. Remove unused io_ds and fifo_mode fields from DT. Signed-off-by: Alex Nemirovsky CC: Peng Fan --- Changes in v6: None Changes in v5: - Rebase on codebase basis v2020.04-rc5 which already incorporated initial baseline of eM

patch reviews stalled?

2020-04-16 Thread Alex Nemirovsky
Hi Tom, Perhaps I missed something other than pressing efforts for a 2020.04 release. Could we review open patches submitted by myself and let us know if there is anything we can do to move them along for further feedback? Feels like they have been in a holding pattern for a while now. Tha

patch reviews stalled?

2020-04-16 Thread Alex Nemirovsky
Hi Tom, Perhaps I missed something other than pressing efforts for a 2020.04 release. Could you review open patches submitted by myself and let me know if there is anything we can do to move them along for further feedback? Feels like they have been in a holding pattern for a while now. Th

[PATCH v5 7/8] spi: ca_sflash: Add CAxxxx SPI Flash Controller

2020-04-16 Thread Alex Nemirovsky
From: Pengpeng Chen Add SPI Flash controller driver for Cortina Access CA SoCs Signed-off-by: Pengpeng Chen Signed-off-by: Alex Nemirovsky CC: Jagan Teki CC: Vignesh R --- Changes in v5: None Changes in v4: None Changes in v3: - Fixup syntax issues related to checkpatch.pl cleanup

[PATCH v5 8/8] board: presidio-asic: Add SPI NOR support

2020-04-16 Thread Alex Nemirovsky
Add SPI NOR support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Jagan Teki CC: Vignesh R --- Changes in v5: - NAND support removed from presidio-asic board DT. Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/dts/ca-presidio

[PATCH v5 5/8] led: led_cortina: Add CAxxx LED support

2020-04-16 Thread Alex Nemirovsky
From: Jway Lin Add Cortina Access LED controller support for CA SOCs Signed-off-by: Jway Lin Signed-off-by: Alex Nemirovsky CC: Simon Glass --- Changes in v5: None Changes in v4: - remove unused macros - remove cortina prefix from macros - remove use BSS variable - further cleanup to

[PATCH v5 6/8] board: presidio: add LED support

2020-04-16 Thread Alex Nemirovsky
From: Jway Lin Add LED support for Cortina Access Presidio Engineering Board Signed-off-by: Jway Lin Signed-off-by: Alex Nemirovsky Reviewed-by: Simon Glass CC: Simon Glass --- Changes in v5: None Changes in v4: - rename DT blink rate symbol Changes in v3: None Changes in v2: None

[PATCH v5 2/8] board: presidio-asic: update eMMC DT informatino

2020-04-16 Thread Alex Nemirovsky
Change DT compatiblity name to match change in driver's name. Remove unused io_ds and fifo_mode fields from DT. Signed-off-by: Alex Nemirovsky CC: Peng Fan --- Changes in v5: - Rebase on codebase basis v2020.04-rc5 which already incorporated initial baseline of eMMC DT information Ch

[PATCH v5 1/8] mmc: ca_dw_mmc: Misc cleanup of driver

2020-04-16 Thread Alex Nemirovsky
From: Arthur Li - Rename DT compatible name - Remove uneccessary if-statement to support 8-bit buswidth - Remove redundant error msg - Use symbolic constants in switch statement Signed-off-by: Arthur Li Signed-off-by: Alex Nemirovsky CC: Peng Fan --- Changes in v5: - Rebase code basis on

[PATCH v5 0/8] RESEND: Cortina Access Drivers Package 2

2020-04-16 Thread Alex Nemirovsky
oller Alex Nemirovsky (3): board: presidio-asic: update eMMC DT informatino board: presidio-asic: Add I2C support board: presidio-asic: Add SPI NOR support Arthur Li (2): mmc: ca_dw_mmc: Misc cleanup of driver i2c: i2c-cortina: added CA I2C support Jway Lin (2): led: led_cortina

[PATCH v5 3/8] i2c: i2c-cortina: added CAxxxx I2C support

2020-04-16 Thread Alex Nemirovsky
From: Arthur Li Add I2C controller support for Cortina Access CA SoCs Signed-off-by: Arthur Li Signed-off-by: Alex Nemirovsky CC: Heiko Schocher --- Changes in v5: None Changes in v4: - Utilize standard I2C macros from - Return ETIMEDOUT in funcs that can timeout - Return

[PATCH v5 4/8] board: presidio-asic: Add I2C support

2020-04-16 Thread Alex Nemirovsky
Add I2C board support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Heiko Schocher --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None configs/cortina_presidio-asic-emmc_defconfig | 3 +++ 1 file changed, 3 insertions

[PATCH v5 7/8] spi: ca_sflash: Add CAxxxx SPI Flash Controller

2020-04-16 Thread Alex Nemirovsky
From: Pengpeng Chen Add SPI Flash controller driver for Cortina Access CA SoCs Signed-off-by: Pengpeng Chen Signed-off-by: Alex Nemirovsky CC: Jagan Teki CC: Vignesh R --- Changes in v5: None Changes in v4: None Changes in v3: - Fixup syntax issues related to checkpatch.pl cleanup

[PATCH v5 6/8] board: presidio: add LED support

2020-04-16 Thread Alex Nemirovsky
From: Jway Lin Add LED support for Cortina Access Presidio Engineering Board Signed-off-by: Jway Lin Signed-off-by: Alex Nemirovsky Reviewed-by: Simon Glass CC: Simon Glass --- Changes in v5: None Changes in v4: - rename DT blink rate symbol Changes in v3: None Changes in v2: None

  1   2   3   >