Re: [U-Boot] [PATCH v3 1/7] x86: i8042: Remove unused codes

2015-08-26 Thread Simon Glass
On 24 August 2015 at 21:13, Simon Glass wrote: > On 24 August 2015 at 02:00, Bin Meng wrote: >> Remove unused CONFIG_USE_CPCIDVI wrapped codes. >> >> Signed-off-by: Bin Meng >> >> --- >> >> Changes in v3: >> - Keep i8042_flush(), i8042_disable() and board_i8042_skip() >> >> Changes in v2: >> - S

Re: [U-Boot] [PATCH v3 1/7] x86: i8042: Remove unused codes

2015-08-24 Thread Simon Glass
On 24 August 2015 at 02:00, Bin Meng wrote: > Remove unused CONFIG_USE_CPCIDVI wrapped codes. > > Signed-off-by: Bin Meng > > --- > > Changes in v3: > - Keep i8042_flush(), i8042_disable() and board_i8042_skip() > > Changes in v2: > - Split the removing of unused codes into this patch > > driver