Re: [PATCH 1/2] ssb: move functions specific to SoC hosted bus to separated file

2015-10-28 Thread Kalle Valo
Rafał Miłecki writes: > This cleans main.c a bit and will allow us to compile SoC related code > conditionally in the future. > > Signed-off-by: Rafał Miłecki Both patches applied manually to wireless-drivers-next.git, thanks. -- Kalle Valo -- To unsubscribe from this list: send the line "uns

Re: [PATCH 1/2] ssb: move functions specific to SoC hosted bus to separated file

2015-10-27 Thread Michael Büsch
On Sun, 25 Oct 2015 19:32:42 +0100 Rafał Miłecki wrote: > This cleans main.c a bit and will allow us to compile SoC related code > conditionally in the future. Looks good. Acked-by: Michael Buesch > +#ifdef CONFIG_SSB_BLOCKIO I wonder whether we should remove that option entirely. It does no

[PATCH 1/2] ssb: move functions specific to SoC hosted bus to separated file

2015-10-25 Thread Rafał Miłecki
This cleans main.c a bit and will allow us to compile SoC related code conditionally in the future. Signed-off-by: Rafał Miłecki --- drivers/ssb/Makefile | 1 + drivers/ssb/host_soc.c| 173 ++ drivers/ssb/main.c| 162 +---