Re: [U-Boot] [PATCH v3] andes_spi: add andes_spi interface

2011-07-25 Thread Wolfgang Denk
Dear Macpaul Lin, In message <1303718498-20740-1-git-send-email-macp...@andestech.com> you wrote: > andes_spi is an spi interface developed by Andes Tech. > > Signed-off-by: Macpaul Lin > Cc: Wolfgang Denk > Cc: Mike Frysinger > --- > Changes for v2: > - Replace redundant length checking by

Re: [U-Boot] [PATCH v3] andes_spi: add andes_spi interface

2011-06-08 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v3] andes_spi: add andes_spi interface

2011-04-25 Thread Macpaul Lin
andes_spi is an spi interface developed by Andes Tech. Signed-off-by: Macpaul Lin Cc: Wolfgang Denk Cc: Mike Frysinger --- Changes for v2: - Replace redundant length checking by min(len, 4). - Remove redundant debug marco. - Replace reading register in debug() by local variable. - Add B