Re: [U-Boot] [PATCH v2 2/7] x86: i8042: Remove unused codes

2015-08-23 Thread Simon Glass
Hi Bin, On 23 August 2015 at 06:21, Bin Meng wrote: > Hi Simon, > > On Sat, Aug 22, 2015 at 7:27 AM, Simon Glass wrote: >> Hi Bin, >> >> On 21 August 2015 at 01:18, Bin Meng wrote: >>> - Remove unused routines i8042_flush() and i8042_disable() >>> - Remove unused CONFIG_USE_CPCIDVI wrapped code

Re: [U-Boot] [PATCH v2 2/7] x86: i8042: Remove unused codes

2015-08-23 Thread Bin Meng
Hi Simon, On Sat, Aug 22, 2015 at 7:27 AM, Simon Glass wrote: > Hi Bin, > > On 21 August 2015 at 01:18, Bin Meng wrote: >> - Remove unused routines i8042_flush() and i8042_disable() >> - Remove unused CONFIG_USE_CPCIDVI wrapped codes >> - Remove __weak board_i8042_skip() >> >> Signed-off-by: Bin

Re: [U-Boot] [PATCH v2 2/7] x86: i8042: Remove unused codes

2015-08-21 Thread Simon Glass
Hi Bin, On 21 August 2015 at 01:18, Bin Meng wrote: > - Remove unused routines i8042_flush() and i8042_disable() > - Remove unused CONFIG_USE_CPCIDVI wrapped codes > - Remove __weak board_i8042_skip() > > Signed-off-by: Bin Meng > Acked-by: Simon Glass > > --- > > Changes in v2: > - Split the r

[U-Boot] [PATCH v2 2/7] x86: i8042: Remove unused codes

2015-08-21 Thread Bin Meng
- Remove unused routines i8042_flush() and i8042_disable() - Remove unused CONFIG_USE_CPCIDVI wrapped codes - Remove __weak board_i8042_skip() Signed-off-by: Bin Meng Acked-by: Simon Glass --- Changes in v2: - Split the removing of unused codes into this patch drivers/input/i8042.c | 67 +---