Re: [U-Boot] [PATCH v5 1/3] PXA: PXA27x Matrix keypad driver

2012-01-24 Thread Marek Vasut
> From: Marek Vasut > > Signed-off-by: Marek Vasut > Signed-off-by: Vasily Khoruzhick > --- > v2: use struct-based access to regs, minor cleanup > v3: fix multiple keypresses handling, minor cleanup > v4: another minor cleanup > v5: fix indentation issues in scan_keys(), remove udelay, > in

[U-Boot] [PATCH v5 1/3] PXA: PXA27x Matrix keypad driver

2012-01-24 Thread Vasily Khoruzhick
From: Marek Vasut Signed-off-by: Marek Vasut Signed-off-by: Vasily Khoruzhick --- v2: use struct-based access to regs, minor cleanup v3: fix multiple keypresses handling, minor cleanup v4: another minor cleanup v5: fix indentation issues in scan_keys(), remove udelay, increase PXA_KEYPAD_TI