Re: [PATCH] bcma: Kconfig: Let it depend on PCI

2015-03-05 Thread Chen Gang
lem. > Also once your final fix is ready, please remember that you need to > revert Chen's patch within the same patch. > Thank you for all of your work. In honest, I am not quite familiar with the details, my patch is applied only says that "I am lucky enough". Thanks. --

Re: [PATCH] bcma: Kconfig: Let it depend on PCI

2015-03-03 Thread Chen Gang
/15 05:16, Chen Gang wrote: > bcma also needs PCI, just like IOMEM and DMA, so let it depend on PCI, > or will cause building break for allmodconfig under c6x: > > CC [M] drivers/bcma/driver_pcie2.o > drivers/bcma/driver_pcie2.c: In function 'bcma_core_pcie2_up': >

[PATCH] bcma: Kconfig: Let it depend on PCI

2015-03-03 Thread Chen Gang
eclaration of function 'pcie_set_readrq' [-Werror=implicit-function-declaration] err = pcie_set_readrq(dev, pcie2->reqsize); ^ Signed-off-by: Chen Gang --- drivers/bcma/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bcma/Kconfig

Re: [PATCH next] drivers/net/wireless/ath/wil6210/debugfs.c: Use 'uint64_t' instead of 'cycles_t' to avoid warnings

2014-12-24 Thread Chen Gang
On 12/24/2014 11:35 PM, Kalle Valo wrote: > Chen Gang writes: > >> On 12/24/2014 11:11 PM, Kalle Valo wrote: >>> Chen Gang writes: >>> >>>> Oh, sorry, I forgot the word wrap (after change a new pc). I shall send >>>> patch v2 for it. >>

Re: [PATCH next] drivers/net/wireless/ath/wil6210/debugfs.c: Use 'uint64_t' instead of 'cycles_t' to avoid warnings

2014-12-24 Thread Chen Gang
On 12/24/2014 11:11 PM, Kalle Valo wrote: > Chen Gang writes: > >> Oh, sorry, I forgot the word wrap (after change a new pc). I shall send >> patch v2 for it. > > While at it, could you also please simplify the title. You don't have to > put the full direct

[PATCH next v2] drivers/net/wireless/ath/wil6210/debugfs.c: Use 'uint64_t' instead of 'cycles_t' to avoid warnings

2014-12-24 Thread Chen Gang
t64_t *dividend, uint32_t divisor); ^ Signed-off-by: Chen Gang --- drivers/net/wireless/ath/wil6210/debugfs.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/ath/wil6210/debugfs.c b/drivers/net/wireless/ath/wil6210/debugfs.c in

Re: [PATCH next] drivers/net/wireless/ath/wil6210/debugfs.c: Use 'uint64_t' instead of 'cycles_t' to avoid warnings

2014-12-24 Thread Chen Gang
Oh, sorry, I forgot the word wrap (after change a new pc). I shall send patch v2 for it. On 12/24/2014 10:40 PM, Chen Gang wrote: > do_div() checks the type strictly. 'cycles_t' may be 32-bit under quite > a few architectures (parisc, arm, avr32 ...). So use 'uint64_t'

[PATCH next] drivers: net: wireless: ath: wil6210: debugfs: Use 'uint64_t' instead of 'cycles_t' to avoid warnings

2014-12-24 Thread Chen Gang
t64_t *dividend, uint32_t divisor); ^ Signed-off-by: Chen Gang --- drivers/net/wireless/ath/wil6210/debugfs.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/ath/wil6210/debugfs.c b/drivers/net/wireless/ath/wil6210/debugfs.c index 4e6e145.

[PATCH next] drivers/net/wireless/ath/wil6210/debugfs.c: Use 'uint64_t' instead of 'cycles_t' to avoid warnings

2014-12-24 Thread Chen Gang
t64_t *dividend, uint32_t divisor); ^ Signed-off-by: Chen Gang --- drivers/net/wireless/ath/wil6210/debugfs.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/ath/wil6210/debugfs.c b/drivers/net/wireless/ath/wil6210/debugfs.c index 4e6e