25 Jun, 2013
1 commit
-
Correct spelling typo in printk.
Signed-off-by: Masanari Iida
Signed-off-by: Greg Kroah-Hartman
20 Jun, 2013
1 commit
-
Fix missing free_netdev() before return from function xlr_net_probe()
in the devm_ioremap_resource() error handling case.Signed-off-by: Wei Yongjun
Signed-off-by: Greg Kroah-Hartman
12 Jun, 2013
1 commit
-
Commit 75096579c3ac ("lib: devres: Introduce devm_ioremap_resource()")
introduced devm_ioremap_resource() and deprecated the use of
devm_request_and_ioremap().Signed-off-by: Tushar Behera
CC: devel@driverdev.osuosl.org
CC: Greg Kroah-Hartman
Signed-off-by: Greg Kroah-Hartman
15 Mar, 2013
1 commit
-
The variable 'qmap' is initialized but never used
otherwise, so remove the unused variable.Signed-off-by: Wei Yongjun
Signed-off-by: Greg Kroah-Hartman
12 Mar, 2013
1 commit
-
Add support for the Network Accelerator Engine on Netlogic XLR/XLS
MIPS SoCs. The XLR/XLS NAE blocks can be configured as one 10G
interface or four 1G interfaces. This driver supports blocks
with 1G ports.Signed-off-by: Ganesan Ramalingam
Signed-off-by: Greg Kroah-Hartman