Re: [U-Boot] [PATCH] pl01x: use C structs and readl/writel

2010-11-30 Thread Wolfgang Denk
Dear Rabin Vincent, In message <1273031587-32465-1-git-send-email-rabin.vinc...@stericsson.com> you wrote: > Use C structs for registers, and use readl/writel instead of custom > accessors. > > Acked-by: Michael Brandt > Signed-off-by: Rabin Vincent > --- > drivers/serial/serial_pl01x.c | 5

[U-Boot] [PATCH] pl01x: use C structs and readl/writel

2010-05-04 Thread Rabin Vincent
Use C structs for registers, and use readl/writel instead of custom accessors. Acked-by: Michael Brandt Signed-off-by: Rabin Vincent --- drivers/serial/serial_pl01x.c | 56 ++-- drivers/serial/serial_pl01x.h | 41 -- 2 files ch