Hi Ian, On 04/28/2014 09:18 PM, Ian Campbell wrote: > The following patches make some cleanups requested by Marek against the > upstreaming series. I don't think there is anything controversial. I've > also pushed to gitorious. > > Ian.
Thanks for your continued work on this. I've applied the entire series, with the spelling mistake that Priit catched fixed. Regards, Hans > > The following changes since commit 06ad4bb62b69e8867087a9ecdffe2cc97817d453: > > ARM: sunxi: Add A23 based tablet Ippo-q8h (2014-04-26 20:18:41 +0200) > > are available in the git repository at: > > git://gitorious.org/ijc/u-boot.git sunxi-mainlining-cleanups > > for you to fetch changes up to 2ba9e4503ed7ca35d22032e03c4377066c59d91e: > > sunxi: mksunxiboot: remove unnecessary casts. (2014-04-27 18:01:43 +0100) > > ---------------------------------------------------------------- > Ian Campbell (10): > sunxi: timer: conform to coding style. > sunxi: remove unbounded loops from DRAM setup. > sunxi: correct cpu_eth_init ifdeffery > sunxi: log failure of sunxi_?mac_initialize. > sunxi: move gmac glue under board/sunxi > sunxi: remove unnecessary network config items > sunxi: mmc: move pinmux configuration to board setup. > sunxi: mksunxiboot: use stdint.h types > sunxi: mksunxiboot: remove dead code. > sunxi: mksunxiboot: remove unnecessary casts. > > arch/arm/cpu/armv7/sunxi/board.c | 20 +++++++-- > arch/arm/cpu/armv7/sunxi/dram.c | 35 +++++++++------ > arch/arm/cpu/armv7/sunxi/timer.c | 7 ++- > board/sunxi/Makefile | 1 + > board/sunxi/board.c | 59 > ++++++++++++++++++++++++++ > drivers/net/sunxi_gmac.c => board/sunxi/gmac.c | 6 +-- > drivers/mmc/sunxi_mmc.c | 53 ----------------------- > drivers/net/Makefile | 1 - > include/configs/sunxi-common.h | 9 ---- > tools/mksunxiboot.c | 58 ++++++++++--------------- > 10 files changed, 127 insertions(+), 122 deletions(-) > rename drivers/net/sunxi_gmac.c => board/sunxi/gmac.c (86%) > > -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
