Re: [U-Boot] [PATCH v2 2/9] usb: sl811-hcd: return -ENOTSUPP from unimplemented submit_int_msg

2019-07-04 Thread Michal Suchánek
On Thu, 4 Jul 2019 21:05:26 +0200 Marek Vasut wrote: > On 7/4/19 8:54 PM, Michal Suchánek wrote: > > On Thu, 4 Jul 2019 18:19:20 +0200 > > Marek Vasut wrote: > > > >> On 7/4/19 6:00 PM, Michal Suchánek wrote: > >>> On Tue, 2 Jul 20

Re: [U-Boot] [PATCH v3 1/7] usb_kdb: only process events succesfully received

2019-07-10 Thread Michal Suchánek
On Fri, 5 Jul 2019 14:12:36 +0200 Marek Vasut wrote: > On 7/5/19 12:44 PM, Michal Suchanek wrote: > > Causes unbound key repeat on error otherwise. > > > > Signed-off-by: Michal Suchanek > > --- > > v2: fix indentation > > What changed in V3 ? > > > --- > > common/usb_kbd.c | 7 +++ > >

Re: [U-Boot] [PATCH v3 2/7] usb: usb_submit_int_msg -> usb_int_msg

2019-07-10 Thread Michal Suchánek
On Fri, 5 Jul 2019 21:51:43 +0800 Bin Meng wrote: > On Fri, Jul 5, 2019 at 6:44 PM Michal Suchanek wrote: > > > > This aligns naming with usb_bulk_msg and usb_control_msg. > > > > Signed-off-by: Michal Suchanek > > --- > > v2: new patch > > --- > > common/usb.c | 2 +- > > common/usb_kbd.c

Re: [U-Boot] [PATCH v3 5/7] usb: add usb_int_msg_nonblock

2019-07-10 Thread Michal Suchánek
On Fri, 5 Jul 2019 14:13:50 +0200 Marek Vasut wrote: > On 7/5/19 12:44 PM, Michal Suchanek wrote: > > Variant of the int_msg wrapper that does not introduce excessive retry > > delay on error. > > > > Signed-off-by: Michal Suchanek > > --- > > v2: usb_submit_int_msg -> usb_int_msg > > --- > >

Re: [U-Boot] [PATCH v3 1/7] usb_kdb: only process events succesfully received

2019-07-12 Thread Michal Suchánek
On Fri, 12 Jul 2019 06:05:45 +0200 Marek Vasut wrote: > On 7/10/19 5:47 PM, Michal Suchánek wrote: > > On Fri, 5 Jul 2019 14:12:36 +0200 > > Marek Vasut wrote: > > > >> On 7/5/19 12:44 PM, Michal Suchanek wrote: > >>> Causes unbound key repeat on

Re: [U-Boot] [PATCH v3 1/7] usb_kdb: only process events succesfully received

2019-07-15 Thread Michal Suchánek
On Mon, 15 Jul 2019 06:28:01 +0200 Marek Vasut wrote: > On 7/12/19 4:24 PM, Michal Suchánek wrote: > > On Fri, 12 Jul 2019 06:05:45 +0200 > > Marek Vasut wrote: > > > >> On 7/10/19 5:47 PM, Michal Suchánek wrote: > >>> On Fri, 5 Jul 20

Re: [U-Boot] [PATCH] Add the submit_int_msg nonblock argument in musb_hcd.c

2019-08-23 Thread Michal Suchánek
On Fri, 23 Aug 2019 23:11:44 +0200 Marek Vasut wrote: > On 8/23/19 10:41 PM, Michal Suchanek wrote: > > Signed-off-by: Michal Suchanek > > --- > > drivers/usb/musb/musb_hcd.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > Can you squash this to [4/5] or do you want to respin

Re: [PATCH v3] console: usb: kbd: Limit poll frequency to improve performance

2023-01-17 Thread Michal Suchánek
Hello, On Sat, Dec 17, 2022 at 01:49:47PM +0100, Filip Žaludek wrote: > > > Hello, > change seems to be unfriendly to RPi3B+, it allows to enter 'U-Boot>' shell > but usb keyboard > does not respond. Keyboard is detected by 'usb info' in v2023.01-rc3, not in > v2022.10. > When reverted, usb k

Re: RPi3b, U-Boot, EFI and Serial Input

2020-10-18 Thread Michal Suchánek
Hello, On Sun, Oct 18, 2020 at 09:40:00PM +1100, Anthony Davies wrote: > Hi All, > > I am having an issue where it seems after u-boot has booted an EFI it > doesnt seem to "release" the serial console input. > > I have had this happen using the iPXE efi similar to > https://lists.denx.de/piperma

Re: [PATCH] lds: align u-boot-nodtb with 8 bytes boundary

2025-01-28 Thread Michal Suchánek
Hello, On Wed, Dec 21, 2022 at 06:44:12PM -0500, Tom Rini wrote: > On Thu, Dec 22, 2022 at 12:20:01AM +0100, Mark Kettenis wrote: > > > Date: Wed, 21 Dec 2022 18:09:10 -0500 > > > From: Tom Rini > > > > > > On Wed, Dec 21, 2022 at 11:42:56PM +0100, Mark Kettenis wrote: > > > > > Date: Wed, 21 De

<    1   2