H Hartley Sweeten
df2f7ec8c0
ep93xx_eth.c general cleanup
...
General cleanup of the ep93xx_eth driver.
1) Use pr_fmt() to prefix the module name and __func__ to the error
messages.
2) <linux/io.h> instead of <asm/io.h>
3) <mach/hardware.h> instead of <mach/ep93xx-regs.h> and <mach/platform.h>
4) Move the ep93xx_mdio_read (and ep93xx_mdio_write) function to eliminate
the function prototype.
5) Change all the printk(<level> messages to pr_<level> and remove the
__func__ argument.
6) Use platform_get_{resource/irq} to get the platform resources and add
an error check.
7) Use resource_size() for request_mem_region() and ioremap().
8) Use %pM to print the MAC address at the end of the probe.
9) Use dev->dev_addr not data->dev_addr for the MAC argument because a
random address could be used if the platform does not supply one.
The message at the end of the probe is left as a printk since it displays
cleaner without the function name that would be displayed with pr_info().
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com >
Acked-by: Lennert Buytenhek <kernel@wantstofly.org >
Signed-off-by: David S. Miller <davem@davemloft.net >
2010-01-08 00:53:03 -08:00
..
2009-12-09 19:43:33 -08:00
2010-01-07 23:54:26 -08:00
2010-01-08 00:53:03 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2010-01-08 00:07:27 -08:00
2010-01-03 21:17:16 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2009-09-24 17:08:56 -07:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2009-12-12 14:27:24 -08:00
2010-01-07 23:54:26 -08:00
2009-10-14 14:54:52 -07:00
2009-12-09 19:43:33 -08:00
2009-12-03 13:18:01 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2009-10-13 12:55:20 -07:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2009-12-29 20:09:07 -08:00
2010-01-03 21:52:44 -08:00
2010-01-06 20:35:14 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 17:06:12 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2009-12-29 20:06:45 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 01:14:01 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2009-12-03 13:18:01 -08:00
2009-09-01 01:13:50 -07:00
2009-12-03 13:18:01 -08:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2009-07-05 19:23:38 -07:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2009-09-01 01:14:07 -07:00
2009-09-01 01:14:07 -07:00
2009-09-01 01:14:07 -07:00
2009-12-04 15:39:55 +01:00
2009-09-01 01:14:07 -07:00
2010-01-07 23:54:26 -08:00
2009-09-01 01:14:07 -07:00
2010-01-07 23:54:26 -08:00
2009-09-01 01:14:07 -07:00
2009-12-04 15:39:55 +01:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-11-29 00:57:15 -08:00
2010-01-07 23:54:26 -08:00
2009-06-15 03:02:23 -07:00
2009-12-15 21:12:22 -08:00
2009-09-17 20:07:53 +02:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2010-01-08 00:51:21 -08:00
2009-12-03 13:18:11 -08:00
2009-08-12 23:03:00 -07:00
2009-08-12 22:53:28 -07:00
2009-11-05 20:00:41 -08:00
2009-08-12 23:02:59 -07:00
2009-08-12 23:02:59 -07:00
2009-12-03 13:18:01 -08:00
2009-11-05 20:00:29 -08:00
2010-01-07 23:54:26 -08:00
2009-12-09 19:43:33 -08:00
2009-11-17 04:08:48 -08:00
2010-01-07 23:54:26 -08:00
2009-10-11 23:30:16 -07:00
2009-10-11 23:30:14 -07:00
2009-12-11 15:07:55 -08:00
2009-10-11 23:30:16 -07:00
2009-12-13 19:56:35 -08:00
2009-11-18 23:29:17 -08:00
2009-12-18 20:21:21 -08:00
2009-07-05 19:16:04 -07:00
2009-07-05 19:16:04 -07:00
2009-11-18 23:29:17 -08:00
2010-01-07 23:54:26 -08:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2010-01-07 23:54:26 -08:00
2009-12-15 08:53:25 -08:00
2009-11-11 19:22:21 -08:00
2009-09-01 01:14:07 -07:00
2009-09-01 01:13:40 -07:00
2010-01-07 23:54:26 -08:00
2009-12-03 13:18:01 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-09-23 07:39:43 -07:00
2010-01-07 23:54:26 -08:00
2009-10-11 11:20:58 -07:00
2009-09-01 01:14:07 -07:00
2009-11-18 22:19:03 -08:00
2009-10-11 11:20:58 -07:00
2010-01-07 23:54:26 -08:00
2009-10-14 14:54:52 -07:00
2009-12-08 20:29:10 -08:00
2009-10-20 18:51:37 -07:00
2009-07-06 18:56:11 -07:00
2010-01-07 23:54:26 -08:00
2009-11-08 23:00:54 -08:00
2009-11-02 23:40:57 -08:00
2009-11-02 23:40:59 -08:00
2009-12-03 13:18:01 -08:00
2009-12-18 20:38:37 -08:00
2009-12-18 20:38:37 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2009-12-03 13:18:01 -08:00
2009-09-07 01:56:52 -07:00
2009-09-01 01:14:07 -07:00
2009-11-18 23:29:17 -08:00
2009-11-20 15:35:04 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2009-06-12 18:01:46 +02:00
2009-12-03 13:18:01 -08:00
2009-12-09 19:43:33 -08:00
2009-12-03 13:18:01 -08:00
2010-01-07 23:54:26 -08:00
2009-07-06 13:05:13 -07:00
2009-12-23 14:09:17 -08:00
2009-11-18 23:29:17 -08:00
2009-10-13 11:48:18 -07:00
2009-11-20 13:53:36 -08:00
2009-12-03 16:04:25 -08:00
2009-10-20 19:11:06 -07:00
2009-12-03 13:18:01 -08:00
2009-12-04 15:39:55 +01:00
2009-12-03 13:18:01 -08:00
2009-12-29 20:01:46 -08:00
2009-12-03 13:18:01 -08:00
2009-12-14 09:58:24 -08:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2010-01-06 20:44:04 -08:00
2009-09-21 15:14:56 +02:00
2009-12-03 13:18:01 -08:00
2009-11-18 23:29:17 -08:00
2009-12-03 15:59:22 -08:00
2009-12-17 01:56:59 +00:00
2009-10-12 23:59:08 -07:00
2009-10-01 14:34:40 -07:00
2009-09-03 20:02:11 -07:00
2009-11-18 23:29:17 -08:00
2009-12-08 20:36:00 -08:00
2009-12-26 20:38:23 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2009-05-01 15:21:55 -07:00
2009-07-08 10:30:03 -07:00
2009-05-01 15:24:18 -07:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2010-01-07 23:54:26 -08:00
2009-06-12 18:01:45 +02:00
2010-01-07 23:54:26 -08:00
2009-10-12 13:26:39 -07:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-03 13:18:01 -08:00
2009-12-01 16:15:57 -08:00
2009-11-05 22:18:14 -08:00
2009-12-09 19:43:33 -08:00
2009-12-02 00:52:31 -08:00
2009-09-02 01:03:33 -07:00
2009-11-09 09:40:57 +01:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2009-09-21 15:14:54 +02:00
2010-01-07 23:54:26 -08:00
2009-09-01 01:14:07 -07:00
2010-01-07 23:54:26 -08:00
2009-08-30 22:35:11 -07:00
2009-12-03 13:18:01 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2010-01-07 23:54:26 -08:00
2009-11-18 23:29:17 -08:00
2009-10-13 11:48:18 -07:00
2009-12-29 20:10:35 -08:00
2009-10-13 03:44:05 -07:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2009-10-01 15:14:54 -07:00
2010-01-06 20:26:14 -08:00
2009-10-29 22:57:27 -07:00
2009-12-03 13:18:01 -08:00
2009-12-11 15:07:54 -08:00
2009-12-11 16:16:33 -08:00
2009-12-29 20:08:09 -08:00
2009-08-12 22:13:16 -07:00
2009-11-18 23:29:17 -08:00
2009-12-03 13:18:01 -08:00
2009-12-15 08:53:25 -08:00
2009-12-04 15:39:55 +01:00
2010-01-07 23:54:26 -08:00
2009-07-05 19:23:38 -07:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2009-11-18 23:29:17 -08:00
2009-07-05 19:16:04 -07:00
2009-11-18 23:29:17 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2009-12-03 13:18:01 -08:00
2010-01-07 23:54:26 -08:00
2009-11-18 23:29:17 -08:00
2009-11-18 23:29:17 -08:00
2009-12-29 20:07:27 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2009-11-04 05:06:24 -08:00
2010-01-07 23:54:26 -08:00
2009-12-03 13:18:04 -08:00
2010-01-07 23:54:26 -08:00
2009-10-13 11:48:18 -07:00
2009-11-06 22:52:32 -08:00
2010-01-07 23:54:26 -08:00
2009-08-30 21:51:47 -07:00
2009-12-09 19:43:33 -08:00
2009-12-04 15:39:55 +01:00
2009-12-14 09:58:24 -08:00
2010-01-07 23:54:26 -08:00
2010-01-07 23:54:26 -08:00
2009-11-26 15:51:29 -08:00
2009-12-03 13:18:01 -08:00
2009-11-04 08:47:24 -08:00
2009-12-29 20:04:53 -08:00
2009-11-18 23:29:17 -08:00
2010-01-07 23:54:26 -08:00
2009-12-03 13:18:01 -08:00
2009-08-09 21:46:53 -07:00