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

2020-03-30 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 v4: - Utilize standard I2C macros from - Return ETIMEDOUT in funcs that can timeout - Return i2c_xfer_init() result to caller

[PATCH v4 1/8] mmc: ca_dw_mmc: add DesignWare based DM support for CAxxxx SoCs

2020-03-30 Thread Alex Nemirovsky
From: Arthur Li Initial DesignWare based DM support for Cortina Access CA SoCs. Signed-off-by: Arthur Li Signed-off-by: Alex Nemirovsky CC: Peng Fan --- Changes in v4: - Rename DT compatible name - Remove uneccessary if-statement to support 8-bit buswidth - Remove redundant error msg

[PATCH v4 2/8] board: presidio-asic: Add eMMC board support

2020-03-30 Thread Alex Nemirovsky
Add initial eMMC support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Peng Fan --- Changes in v4: - Change DT compatiblity name to match change in driver's name - Remove unused io_ds and fifo_mode fields from DT Changes in v3: None Changes in v2: None

Re: [PATCH v4 1/8] mmc: ca_dw_mmc: add DesignWare based DM support for CAxxxx SoCs

2020-04-02 Thread Alex Nemirovsky
That’s odd. I didn’t get the memo. :) > On Apr 1, 2020, at 11:23 PM, Jaehoon Chung wrote: > > Hi, > > On 3/31/20 8:51 AM, Alex Nemirovsky wrote: >> From: Arthur Li >> >> Initial DesignWare based DM support for Cortina Access CA SoCs. >> >

[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 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 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 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 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 basis

[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

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

2020-05-14 Thread Alex Nemirovsky
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 board

[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

[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 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

Re: [PATCH v2 0/8] Cortina Access Drivers Package 2

2020-03-18 Thread Alex Nemirovsky
Hi Tom, Are we still blocked on this set until the upcoming 2020.4 release? > On Feb 26, 2020, at 11:58 PM, Alex Nemirovsky > wrote: > > > This release adds the following drivers and > integrates support into the Cortina Access > Presidio Engineering Board: &g

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

2020-03-18 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 --- Changes in v3: None Changes in v2: None MAINTAINERS | 4 + drivers/i2c/Kconfig | 7 + drivers/i2c/Makefile | 1 + drivers/i2c

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

2020-03-18 Thread Alex Nemirovsky
Add I2C board support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky --- Changes in v3: None Changes in v2: None configs/cortina_presidio-asic-emmc_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/cortina_presidio-asic-emmc_defconfig b

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

2020-03-18 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 --- Changes in v3: None Changes in v2: None arch/arm/dts/ca-presidio-engboard.dts| 31 configs/cortina_presidio-asic

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

2020-03-18 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 --- Changes in v3: - Fixup syntax issues related to checkpatch.pl cleanup Changes in v2: None MAINTAINERS | 2 + drivers/spi

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

2020-03-18 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 --- Changes in v3: None Changes in v2: None MAINTAINERS | 2 + drivers/led/Kconfig | 8 ++ drivers/led/Makefile | 1 + drivers/led

[PATCH v2 8/8] board: presidio-asic: Add SPI NAND and NOR support

2020-03-18 Thread Alex Nemirovsky
Add SPI NAND and NOR support for 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| 8 ++-- board/cortina/presidio-asic/presidio.c | 16 ++- configs

[PATCH v2 1/8] mmc: ca_dw_mmc: add DesignWare based DM support for CAxxxx SoCs

2020-03-18 Thread Alex Nemirovsky
From: Arthur Li Initial DesignWare based DM support for Cortina Access CA SoCs. Signed-off-by: Arthur Li Signed-off-by: Alex Nemirovsky --- Changes in v3: None Changes in v2: - Add I2C controller - Add LED controller - Add SPI NAND and NOR controller MAINTAINERS | 2

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

2020-03-18 Thread Alex Nemirovsky
cleanup Changes in v2: - Add I2C controller - Add LED controller - Add SPI NAND and NOR controller Alex Nemirovsky (3): board: presidio-asic: Add eMMC board support board: presidio-asic: Add I2C support board: presidio-asic: Add SPI NAND and NOR support Arthur Li (2): mmc: ca_dw_mmc: add

[PATCH v2 2/8] board: presidio-asic: Add eMMC board support

2020-03-18 Thread Alex Nemirovsky
Add initial eMMC support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky --- Changes in v3: None Changes in v2: None configs/cortina_presidio-asic-emmc_defconfig | 33 1 file changed, 33 insertions(+) create mode 100644 configs

Re: [PATCH v2 1/8] mmc: ca_dw_mmc: add DesignWare based DM support for CAxxxx SoCs

2020-03-19 Thread Alex Nemirovsky
Hi Arthur, could you respond to this or fix as required? Thanks Alex > On Mar 18, 2020, at 10:27 PM, Jaehoon Chung wrote: > > On 3/19/20 10:52 AM, Alex Nemirovsky wrote: >> From: Arthur Li >> >> Initial DesignWare based DM support for Cortina Access CA SoCs. &

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

2020-03-19 Thread Alex Nemirovsky
Add I2C board support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Heiko Schocher --- Changes in v3: None Changes in v2: None configs/cortina_presidio-asic-emmc_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/cortina_presidio-asic

[PATCH v2 8/8] board: presidio-asic: Add SPI NAND and NOR support

2020-03-19 Thread Alex Nemirovsky
Add SPI NAND and NOR support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Jagan Teki --- Changes in v3: None Changes in v2: None arch/arm/dts/ca-presidio-engboard.dts| 8 ++-- board/cortina/presidio-asic/presidio.c | 16

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

2020-03-19 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 CC: Simon Glass --- Changes in v3: None Changes in v2: None arch/arm/dts/ca-presidio-engboard.dts| 31 configs

[PATCH v2 1/8] mmc: ca_dw_mmc: add DesignWare based DM support for CAxxxx SoCs

2020-03-19 Thread Alex Nemirovsky
From: Arthur Li Initial DesignWare based DM support for Cortina Access CA SoCs. Signed-off-by: Arthur Li Signed-off-by: Alex Nemirovsky CC: Peng Fan --- Changes in v3: None Changes in v2: - Add I2C controller - Add LED controller - Add SPI NAND and NOR controller MAINTAINERS

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

2020-03-19 Thread Alex Nemirovsky
cleanup Changes in v2: - Add I2C controller - Add LED controller - Add SPI NAND and NOR controller Alex Nemirovsky (3): board: presidio-asic: Add eMMC board support board: presidio-asic: Add I2C support board: presidio-asic: Add SPI NAND and NOR support Arthur Li (2): mmc: ca_dw_mmc: add

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

2020-03-19 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 v3: None Changes in v2: None MAINTAINERS | 2 + drivers/led/Kconfig | 8 ++ drivers/led/Makefile

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

2020-03-19 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 v3: None Changes in v2: None MAINTAINERS | 4 + drivers/i2c/Kconfig | 7 + drivers/i2c/Makefile

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

2020-03-19 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 --- Changes in v3: - Fixup syntax issues related to checkpatch.pl cleanup Changes in v2: None MAINTAINERS | 2

[PATCH v2 2/8] board: presidio-asic: Add eMMC board support

2020-03-19 Thread Alex Nemirovsky
Add initial eMMC support for Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky CC: Peng Fan --- Changes in v3: None Changes in v2: None configs/cortina_presidio-asic-emmc_defconfig | 33 1 file changed, 33 insertions(+) create mode 100644

Re: [PATCH v2 1/8] mmc: ca_dw_mmc: add DesignWare based DM support for CAxxxx SoCs

2020-03-24 Thread Alex Nemirovsky
0 9:57 AM, Alex Nemirovsky wrote: >> From: Arthur Li >> >> Initial DesignWare based DM support for Cortina Access CA SoCs. >> >> Signed-off-by: Arthur Li >> Signed-off-by: Alex Nemirovsky >> CC: Peng Fan > > I didn't receive any reply about my

[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 Changes

[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 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] 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 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

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:

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 and

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

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

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

[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

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 usage

[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

[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 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 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 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

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

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

[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

[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 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

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

[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 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 So

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 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----- >&g

[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

[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

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. >

[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

[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

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

[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 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

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

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 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

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 shou

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

[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 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

[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

[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 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

[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

[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

[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 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

<    1   2   3   >