[S] Change in osmo-e1-hardware[master]: icE1usb fw: Fix OIS -> AIS typo

2024-05-06 Thread laforge
laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-e1-hardware/+/36678?usp=email )

Change subject: icE1usb fw: Fix OIS -> AIS typo
..

icE1usb fw: Fix OIS -> AIS typo

Signed-off-by: Sylvain Munaut 
Change-Id: I23f242c31483533adb9cb60b4aac9b95a7b807e8
---
M firmware/ice40-riscv/icE1usb/e1.c
1 file changed, 11 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved




diff --git a/firmware/ice40-riscv/icE1usb/e1.c 
b/firmware/ice40-riscv/icE1usb/e1.c
index 6597124..bfc042e 100644
--- a/firmware/ice40-riscv/icE1usb/e1.c
+++ b/firmware/ice40-riscv/icE1usb/e1.c
@@ -309,7 +309,7 @@

/* TX */
if (e1->tx.state == IDLE) {
-   /* "Off" state: We TX only OIS */
+   /* "Off" state: We TX only AIS */
e1->tx.cr.val = (e1->tx.cr.cfg & ~(E1_TX_CR_MODE_MASK | 
E1_TX_CR_ALARM)) | E1_TX_CR_ENABLE | E1_TX_CR_MODE_TRSP;
} else {
/* "On state: Enabled + User config */

--
To view, visit https://gerrit.osmocom.org/c/osmo-e1-hardware/+/36678?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-e1-hardware
Gerrit-Branch: master
Gerrit-Change-Id: I23f242c31483533adb9cb60b4aac9b95a7b807e8
Gerrit-Change-Number: 36678
Gerrit-PatchSet: 3
Gerrit-Owner: tnt 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-MessageType: merged


[S] Change in osmo-e1-hardware[master]: icE1usb fw: Fix OIS -> AIS typo

2024-05-01 Thread laforge
Attention is currently required from: tnt.

laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-e1-hardware/+/36678?usp=email )

Change subject: icE1usb fw: Fix OIS -> AIS typo
..


Patch Set 3: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/osmo-e1-hardware/+/36678?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-e1-hardware
Gerrit-Branch: master
Gerrit-Change-Id: I23f242c31483533adb9cb60b4aac9b95a7b807e8
Gerrit-Change-Number: 36678
Gerrit-PatchSet: 3
Gerrit-Owner: tnt 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Attention: tnt 
Gerrit-Comment-Date: Wed, 01 May 2024 08:06:25 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


[S] Change in osmo-e1-hardware[master]: icE1usb fw: Fix OIS -> AIS typo

2024-04-30 Thread tnt
tnt has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-e1-hardware/+/36678?usp=email )


Change subject: icE1usb fw: Fix OIS -> AIS typo
..

icE1usb fw: Fix OIS -> AIS typo

Signed-off-by: Sylvain Munaut 
Change-Id: I23f242c31483533adb9cb60b4aac9b95a7b807e8
---
M firmware/ice40-riscv/icE1usb/e1.c
1 file changed, 11 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-e1-hardware 
refs/changes/78/36678/1

diff --git a/firmware/ice40-riscv/icE1usb/e1.c 
b/firmware/ice40-riscv/icE1usb/e1.c
index 6597124..bfc042e 100644
--- a/firmware/ice40-riscv/icE1usb/e1.c
+++ b/firmware/ice40-riscv/icE1usb/e1.c
@@ -309,7 +309,7 @@

/* TX */
if (e1->tx.state == IDLE) {
-   /* "Off" state: We TX only OIS */
+   /* "Off" state: We TX only AIS */
e1->tx.cr.val = (e1->tx.cr.cfg & ~(E1_TX_CR_MODE_MASK | 
E1_TX_CR_ALARM)) | E1_TX_CR_ENABLE | E1_TX_CR_MODE_TRSP;
} else {
/* "On state: Enabled + User config */

--
To view, visit https://gerrit.osmocom.org/c/osmo-e1-hardware/+/36678?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-e1-hardware
Gerrit-Branch: master
Gerrit-Change-Id: I23f242c31483533adb9cb60b4aac9b95a7b807e8
Gerrit-Change-Number: 36678
Gerrit-PatchSet: 1
Gerrit-Owner: tnt 
Gerrit-MessageType: newchange