Re: [U-Boot] [PATCH v3] rpi: Enable USB keyboard support

2017-09-01 Thread Tom Rini
On Thu, Aug 31, 2017 at 08:52:34PM +0800, Simon Glass wrote: > Hi Alex, > > On 28 August 2017 at 18:10, Alexander Graf wrote: > > > > > >> Am 26.08.2017 um 19:43 schrieb Simon Glass : > >> > >> This is currently disabled, so USB keyboards are not detected in U-Boot. > >> Enable this option to fix

Re: [U-Boot] [PATCH v3] rpi: Enable USB keyboard support

2017-08-31 Thread Simon Glass
Hi Alex, On 28 August 2017 at 18:10, Alexander Graf wrote: > > >> Am 26.08.2017 um 19:43 schrieb Simon Glass : >> >> This is currently disabled, so USB keyboards are not detected in U-Boot. >> Enable this option to fix that. >> >> Signed-off-by: Simon Glass >> Tested-by: Jonathan Gray >> Review

Re: [U-Boot] [PATCH v3] rpi: Enable USB keyboard support

2017-08-28 Thread Alexander Graf
> Am 26.08.2017 um 19:43 schrieb Simon Glass : > > This is currently disabled, so USB keyboards are not detected in U-Boot. > Enable this option to fix that. > > Signed-off-by: Simon Glass > Tested-by: Jonathan Gray > Reviewed-by: Bin Meng > Tested-by: Paul Barker When did the default beha

Re: [U-Boot] [PATCH v3] rpi: Enable USB keyboard support

2017-08-26 Thread Tom Rini
On Sat, Aug 26, 2017 at 11:43:44AM -0600, Simon Glass wrote: > This is currently disabled, so USB keyboards are not detected in U-Boot. > Enable this option to fix that. > > Signed-off-by: Simon Glass > Tested-by: Jonathan Gray > Reviewed-by: Bin Meng > Tested-by: Paul Barker Applied to u-bo

[U-Boot] [PATCH v3] rpi: Enable USB keyboard support

2017-08-26 Thread Simon Glass
This is currently disabled, so USB keyboards are not detected in U-Boot. Enable this option to fix that. Signed-off-by: Simon Glass Tested-by: Jonathan Gray Reviewed-by: Bin Meng Tested-by: Paul Barker --- Changes in v3: - Add missing review/test tags Changes in v2: - Fix U_Boot typo confi