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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
&
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
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
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
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
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
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
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
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
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
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 abou
RAW NAND controller found in CA SoCs. Additionally,
initial support is integrated into into the Cortina Access
Presidio Engineering Board.
Alex Nemirovsky (1):
board: presidio-asic: Add RAW Parallel NAND support
Jason Li (1):
mtd: rawnand: ca_nand: add Cortina Access Parallel NAND
RAW NAND controller found in CA SoCs. Additionally,
initial support is integrated into into the Cortina Access
Presidio Engineering Board.
Alex Nemirovsky (1):
board: presidio-asic: Add RAW Parallel NAND support
Jason Li (1):
mtd: rawnand: ca_nand: add Cortina Access Parallel NAND
Add Parallel NAND CA support to Cortina Access
Presidio Engineering Board support
Signed-off-by: Alex Nemirovsky
---
configs/cortina_presidio-asic-bch16_defconfig | 35 ++
configs/cortina_presidio-asic-bch24_defconfig | 36 +++
configs
Add Parallel NAND CA support to Cortina Access
Presidio Engineering Board support
Signed-off-by: Alex Nemirovsky
CC: Miquel Raynal
CC: Simon Glass
---
configs/cortina_presidio-asic-bch16_defconfig | 35 ++
configs/cortina_presidio-asic-bch24_defconfig | 36
d 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 DesignWare based DM support for CA SoCs
i2c: i2c-cortina: added C
Add Parallel NAND CA support to Cortina Access
Presidio Engineering Board support
Signed-off-by: Alex Nemirovsky
CC: Miquel Raynal
CC: Simon Glass
---
configs/cortina_presidio-asic-bch16_defconfig | 35 ++
configs/cortina_presidio-asic-bch24_defconfig | 36
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
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:
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 v4:
- rename DT blink rate symbol
Changes in v3: None
Changes in v2: None
arch/arm/dts/ca
Add SPI NAND and NOR support for Cortina Access
Presidio Engineering Board
Signed-off-by: Alex Nemirovsky
CC: Jagan Teki
CC: Vignesh R
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
arch/arm/dts/ca-presidio-engboard.dts| 8 ++--
board/cortina/presidio-asic
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
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 v4: None
Changes in v3:
- Fixup syntax issues related to checkpatch.pl cleanup
Changes in v2: None
Add I2C board support for Cortina Access Presidio Engineering Board
Signed-off-by: Alex Nemirovsky
CC: Heiko Schocher
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
configs/cortina_presidio-asic-emmc_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configs
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 v4:
- remove unused macros
- remove cortina prefix from macros
- remove use BSS variable
- further cleanup to meet code style
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.
>>
>&g
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
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
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
>&
Add initial eMMC support for Cortina Access Presidio
Engineering Board
Signed-off-by: Alex Nemirovsky
---
configs/cortina_presidio-asic-emmc_defconfig | 33
1 file changed, 33 insertions(+)
create mode 100644 configs/cortina_presidio-asic-emmc_defconfig
diff
From: Arthur Li
Initial DesignWare based DM support for Cortina Access CA SoCs.
Signed-off-by: Arthur Li
Signed-off-by: Alex Nemirovsky
---
MAINTAINERS | 2 +
drivers/mmc/Kconfig | 11 +++
drivers/mmc/Makefile| 1 +
drivers/mmc/ca_dw_mmc.c | 181
- 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 DesignWare based DM support for CA SoCs
i2c: i2c-cortina: added
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 v2:
- Add I2C controller
- Add LED controller
- Add SPI NAND and NOR controller
MAINTAINERS | 2 +
drivers/mmc/Kconfig
Add I2C board support for Cortina Access Presidio Engineering Board
Signed-off-by: Alex Nemirovsky
---
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/configs
Add initial eMMC support for Cortina Access Presidio
Engineering Board
Signed-off-by: Alex Nemirovsky
---
Changes in v2: None
configs/cortina_presidio-asic-emmc_defconfig | 33
1 file changed, 33 insertions(+)
create mode 100644 configs/cortina_presidio-asic
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 v2: None
MAINTAINERS | 2 +
drivers/spi/Kconfig | 8 +
drivers/spi/Makefile| 1 +
drivers/spi/ca_sflash.c
From: Jway Lin
Add Cortina Access LED controller support for CA SOCs
Signed-off-by: Jway Lin
Signed-off-by: Alex Nemirovsky
---
Changes in v2: None
MAINTAINERS | 2 +
drivers/led/Kconfig | 8 ++
drivers/led/Makefile | 1 +
drivers/led/led_cortina.c | 308
Add SPI NAND and NOR support for Cortina Access
Presidio Engineering Board
Signed-off-by: Alex Nemirovsky
---
Changes in v2: None
arch/arm/dts/ca-presidio-engboard.dts| 8 ++--
board/cortina/presidio-asic/presidio.c | 16 ++-
configs/cortina_presidio-asic-spi
From: Jway Lin
Add LED support for Cortina Access Presidio Engineering Board
Signed-off-by: Jway Lin
Signed-off-by: Alex Nemirovsky
---
Changes in v2: None
arch/arm/dts/ca-presidio-engboard.dts| 31
configs/cortina_presidio-asic-emmc_defconfig | 2
From: Arthur Li
Add I2C controller support for Cortina Access CA SoCs
Signed-off-by: Arthur Li
Signed-off-by: Alex Nemirovsky
---
Changes in v2: None
MAINTAINERS | 4 +
drivers/i2c/Kconfig | 7 +
drivers/i2c/Makefile | 1 +
drivers/i2c/i2c-cortina.c | 346
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
1 - 100 of 203 matches
Mail list logo