[PATCH] Documentation: efi: fix typos

2019-08-30 Thread Ahmad Fatoum
Signed-off-by: Ahmad Fatoum --- Documentation/boards/efi.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/boards/efi.rst b/Documentation/boards/efi.rst index 3da2daac99ef..2178c9ab4293 100644 --- a/Documentation/boards/efi.rst +++ b/Documentation/boards/

Re: [PATCH] input: add handler for reset and power key input events

2019-08-30 Thread Ahmad Fatoum
On 8/29/19 8:41 AM, Oleksij Rempel wrote: > Hi > > On 29.08.19 07:28, Ahmad Fatoum wrote: >> Kernel device trees may indicate linux,code = KEY_POWER or KEY_RESTART, >> mostly for gpio-keys. Make barebox able to act on them by registering an >> appropriate input notifier. >> >> Suggested-by: Olek

Re: [PATCH] input: add handler for reset and power key input events

2019-08-30 Thread Oleksij Rempel
Am 30.08.19 um 11:02 schrieb Ahmad Fatoum: Hello, On 8/29/19 1:26 PM, duhuanpeng wrote: Hello, I merged this patch to my barebox. and test on my own board. 1. Abort barebox booting and enter the console. the board reboots immediately when I press the button without release. here is my

Re: [PATCH] input: add handler for reset and power key input events

2019-08-30 Thread Ahmad Fatoum
Hello, On 8/29/19 1:26 PM, duhuanpeng wrote: > Hello, I merged this patch to my barebox. and test on my own board. > > 1. Abort barebox booting and enter the console. >the board reboots immediately when I press the button without release. >here is my .dts about this button: > >

Re: [PATCH] gpio: iopoll: implement gpio_poll_timeout_us

2019-08-30 Thread Ahmad Fatoum
Hello Oleksij, On 8/30/19 6:18 AM, Oleksij Rempel wrote: > On Thu, Aug 29, 2019 at 02:43:18PM +0200, Ahmad Fatoum wrote: >> Sometimes we need to wait for state change on a GPIO, >> provide a helper to do this. >> >> Signed-off-by: Ahmad Fatoum >> --- >> include/gpio.h | 10 ++ >> 1 file

Re: can't interrupt when printing T T T T T

2019-08-30 Thread Ahmad Fatoum
Hello Duhuan (?), On 8/29/19 6:53 PM, duhuanpeng wrote: > Hello, I boot my barebox by barebox from tftpserver. I poweroff my > switcher. and barebox began to print > - - - - > Booting entry 'net' > T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T > T IP 192.168.1.88 i

can't interrupt when printing T T T T T

2019-08-30 Thread duhuanpeng
Hello, I boot my barebox by barebox from tftpserver. I poweroff my switcher. and barebox began to print - - - - Booting entry 'net' T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T IP 192.168.1.88 is not reachable - - - - I try to hit ctrl-c and some other keys. but