Re: [PATCH 1/4] config: rock64: start USB to make storage usable

2023-08-03 Thread Peter Robinson
On Fri, Aug 4, 2023 at 2:25 AM Kever Yang wrote: > > Hi Peter, > > On 2023/8/3 15:44, Peter Robinson wrote: > > On Tue, Aug 1, 2023 at 4:17 AM Kever Yang wrote: > >> Hi Peter, > >> > >> Could you update the patchset with patches you still want to send? > > Can you just drop this patch and t

Re: [PATCH 1/4] config: rock64: start USB to make storage usable

2023-08-03 Thread Kever Yang
Hi Peter, On 2023/8/3 15:44, Peter Robinson wrote: On Tue, Aug 1, 2023 at 4:17 AM Kever Yang wrote: Hi Peter, Could you update the patchset with patches you still want to send? Can you just drop this patch and take the rest from the set? Yes, it's OK if there no other change, I can f

Re: [PATCH 1/4] config: rock64: start USB to make storage usable

2023-08-03 Thread Peter Robinson
On Tue, Aug 1, 2023 at 4:17 AM Kever Yang wrote: > > Hi Peter, > > Could you update the patchset with patches you still want to send? Can you just drop this patch and take the rest from the set? > > Thanks, > > - Kever > > On 2023/6/14 20:43, Peter Robinson wrote: > > Start the USB stack s

Re: [PATCH 1/4] config: rock64: start USB to make storage usable

2023-07-31 Thread Kever Yang
Hi Peter,     Could you update the patchset with patches you still want to send? Thanks, - Kever On 2023/6/14 20:43, Peter Robinson wrote: Start the USB stack so usb storage can be used. Adding the command as usb keyboard isn't enabled as there's not currently display output. Signed-off-by:

Re: [PATCH 1/4] config: rock64: start USB to make storage usable

2023-07-26 Thread Kever Yang
Hi Peter, On 2023/6/14 23:03, Jonas Karlman wrote: Hi Peter, On 2023-06-14 14:43, Peter Robinson wrote: Start the USB stack so usb storage can be used. Adding the command as usb keyboard isn't enabled as there's not currently display output. This is not needed for autoboot from usb to work a

Re: [PATCH 1/4] config: rock64: start USB to make storage usable

2023-06-14 Thread Jonas Karlman
Hi Peter, On 2023-06-14 14:43, Peter Robinson wrote: > Start the USB stack so usb storage can be used. Adding the command > as usb keyboard isn't enabled as there's not currently display output. This is not needed for autoboot from usb to work and slows down boot from sd/emmc by forcing usb to st

[PATCH 1/4] config: rock64: start USB to make storage usable

2023-06-14 Thread Peter Robinson
Start the USB stack so usb storage can be used. Adding the command as usb keyboard isn't enabled as there's not currently display output. Signed-off-by: Peter Robinson --- configs/rock64-rk3328_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/rock64-rk3328_defconfig b/conf