On 09/02/2014 01:51 PM, Rafał Miłecki wrote: > Initializaion with memory allocator available will be much simpler, this > will allow cleanup in the bcma code. > > Signed-off-by: Rafał Miłecki <zajec5@xxxxxxxxx> Acked-by: Hauke Mehrtens <hauke@xxxxxxxxxx> > --- > Hi Ralf, > > As recently described in the e-mail thread > "Booting bcm47xx (bcma & stuff), sharing code with bcm53xx" > I plan to simplify bcma code for SoC booting. > > This is one of my patches. As most of them touch "bcma" driver code, I > wanted to push them through John's wireless-next tree. Of course this > patch is not wireless related at all, so I'd need your Ack for it. > > Could you review it and let me know if it looks OK for you? Is that > acceptable for you to push this one patch using wireless-next git tree? > > This patch already depends on two that were submitted to John: > [PATCH 1/2] bcma: move bus struct setup into early part of host specific code > [PATCH 2/2] bcma: use separated function to initialize bus on SoC > > Hauke: could you review it as well, please? > --- > arch/mips/bcm47xx/bcm47xx_private.h | 3 +++ > arch/mips/bcm47xx/irq.c | 8 ++++++++ > arch/mips/bcm47xx/setup.c | 33 +++++++++++++++++++++++++++------ > 3 files changed, 38 insertions(+), 6 deletions(-) >