Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unnecessary commit #148

Closed
wants to merge 17 commits into from

Conversation

jc849
Copy link
Collaborator

@jc849 jc849 commented Oct 24, 2024

No description provided.

warp5tw and others added 17 commits October 23, 2024 19:32
Support i3c_slave_hj_req.

Signed-off-by: James Chiang <[email protected]>
Signed-off-by: Tyrone Ting <[email protected]>
1. Jtag is disabled by default.
2. samples/net/sockets/dumb_http_server is used
   for testing. (optional)
3. Test result for reference:
   Local IP: 192.0.2.1
   Remote IP: 192.0.2.2
   uart:~$ net ping 192.0.2.2
   PING 192.0.2.2
   28 bytes from 192.0.2.2 to 192.0.2.1: icmp_seq=0 ttl=64 time=1 ms
   28 bytes from 192.0.2.2 to 192.0.2.1: icmp_seq=1 ttl=64 time=1 ms
   28 bytes from 192.0.2.2 to 192.0.2.1: icmp_seq=2 ttl=64 time=1 ms
4. The local and remote IPs could be changed in
   CONFIG_NET_CONFIG_MY_IPV4_ADDR and
   CONFIG_NET_CONFIG_PEER_IPV4_ADDR.

Signed-off-by: Tyrone Ting <[email protected]>
Loop by LOOP_DIVIDER counts instead of the number of seconds
specified in the timeout.

Fixes zephyrproject-rtos#39672

Signed-off-by: Paul Gautreaux <[email protected]>
add npcm4xx i3c reset function.

Signed-off-by: James Chiang <[email protected]>
enhance i3c hot-join request flow.

i3c hw fail to generate hot-join event when bus is not in the idle
status, and the fail would lead hw into stuck state.

(1) check dynamic address present or not before generate hot-join
    event.
(2) check entdaa progress before generate hot-join event.
(3) after wait util bus idle, check dynamic address present or not.
(4) remove disable slave mode since hot-join event could generate
    even if slave mode enabled.
(5) if ctrl keep hot-join event for a while, check dynamic address
    present or not.
(6) reset i3c controller after timeout and retry generate hot-join
    event.

Signed-off-by: James Chiang <[email protected]>
support auto hot-join request.

use software to simulate auto hot-join flow.

(1) system power up, monitor bus status in interrupt, and generate
hot-join event when received stop message.

(2) watchdog or software reset, generate hot-join event immediately.

Signed-off-by: James Chiang <[email protected]>
add error handling when master read timeout.

Signed-off-by: James Chiang <[email protected]>
…mode

fix wrong setting when setup gpio open drain mode.

only output open drain mode with pull-up setting need enable DEVALTCX bit.

Signed-off-by: James Chiang <[email protected]>
1. Tested with RNDIS and CDC_ACM
2. Credits to CS10 YAChen0 and CS10 YHShih

Signed-off-by: Tyrone Ting <[email protected]>
NPCM supports 16 sets of VW GPIO Master to Slave and
16 sets of VW GPIO Slave to Master.

Signed-off-by: Tyrone Ting <[email protected]>
check dts node status.

Signed-off-by: James Chiang <[email protected]>
Signed-off-by: Joseph Liu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants