Sergei Shtylyov
5133550296
sh_eth: fix SH7757 GEther initialization
...
Renesas SH7757 has 2 Fast and 2 Gigabit Ether controllers, while the
'sh_eth' driver can only reset and initialize TSU of the first controller
pair. Shimoda-san tried to solve that adding the 'needs_init' member to the
'struct sh_eth_plat_data', however the platform code still never sets this
flag. I think that we can infer this information from the 'devno' variable
(set to 'platform_device::id') and reset/init the Ether controller pair
only for an even 'devno'; therefore 'sh_eth_plat_data::needs_init' can be
removed...
Fixes: 150647fb2c ("net: sh_eth: change the condition of initialization")
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2018-01-05 13:59:18 -05:00
..
2017-12-23 13:47:22 -08:00
2017-11-28 16:54:45 +01:00
2017-12-04 13:57:03 -08:00
2017-11-29 13:10:25 -08:00
2017-11-27 12:36:45 -08:00
2017-12-11 14:32:56 +01:00
2017-11-15 11:56:19 -08:00
2017-12-20 13:16:33 -07:00
2017-12-04 17:15:20 +00:00
2017-12-11 17:01:59 -08:00
2017-12-26 17:34:03 -08:00
2017-11-23 16:29:05 +01:00
2017-12-18 12:09:39 +01:00
2017-11-16 12:47:46 -08:00
2017-11-16 12:47:46 -08:00
2017-11-29 18:40:42 -08:00
2017-12-15 09:53:04 +05:30
2017-11-17 14:58:01 -08:00
2017-11-15 13:46:33 -08:00
2017-12-10 08:26:59 -08:00
2017-11-16 09:10:59 -08:00
2017-12-22 15:24:31 +01:00
2017-12-28 05:20:07 +10:00
2017-11-21 15:57:07 -08:00
2017-11-15 13:35:43 -08:00
2017-11-28 16:56:26 +01:00
2017-12-26 11:53:24 -08:00
2017-11-17 20:16:20 -08:00
2017-12-04 07:14:30 -05:00
2017-12-12 23:27:04 +01:00
2017-11-19 08:04:41 -10:00
2017-12-02 11:15:14 +00:00
2017-12-28 23:06:01 -08:00
2017-11-21 16:35:54 -08:00
2017-12-06 10:53:02 -08:00
2017-11-26 14:39:20 -08:00
2017-11-21 15:57:09 -08:00
2017-12-27 20:45:07 +01:00
2017-11-21 15:46:44 -08:00
2017-11-15 13:39:18 -08:00
2017-12-15 12:53:37 -08:00
2017-12-08 13:18:47 -08:00
2017-11-16 16:05:01 -08:00
2017-11-21 15:57:07 -08:00
2017-11-15 13:46:33 -08:00
2017-11-29 16:29:46 +00:00
2017-12-17 13:54:31 -08:00
2017-12-11 13:43:27 +01:00
2017-12-18 09:16:35 +01:00
2018-01-05 13:59:18 -05:00
2017-11-21 15:57:09 -08:00
2017-11-21 15:57:07 -08:00
2017-12-21 14:59:27 -08:00
2017-12-15 15:18:07 +01:00
2017-11-16 09:10:59 -08:00
2017-12-13 15:01:47 -05:00
2017-12-17 21:06:25 +01:00
2017-11-16 09:10:59 -08:00
2017-12-18 12:06:07 +01:00
2017-11-17 16:10:04 -08:00
2017-11-15 10:56:56 -08:00
2017-12-12 09:51:38 +01:00
2017-12-11 17:26:03 -08:00
2017-11-15 13:37:15 -08:00
2017-11-21 15:57:07 -08:00
2017-11-16 13:06:27 -08:00
2017-11-22 21:09:18 -10:00
2017-11-17 16:56:17 -08:00
2017-11-16 09:15:57 -08:00
2017-11-17 20:14:10 -08:00
2017-11-16 16:05:01 -08:00
2017-11-17 20:12:08 -08:00
2017-11-25 08:37:16 -10:00
2017-12-20 15:11:49 -05:00
2017-11-17 20:21:44 -08:00
2017-12-21 11:13:37 -08:00
2017-11-30 15:29:44 -08:00
2017-12-19 11:07:00 +00:00
2017-12-15 12:59:48 -08:00
2017-12-18 13:55:43 -07:00
2017-11-29 10:24:57 +01:00
2017-11-17 14:31:27 -08:00
2017-11-16 09:10:59 -08:00
2017-11-28 16:00:50 +01:00
2017-12-13 12:28:43 +01:00
2017-11-21 15:57:07 -08:00
2017-12-02 21:31:03 -05:00
2017-11-20 21:50:24 -10:00
2017-12-14 21:01:40 +02:00
2017-11-16 09:10:59 -08:00
2017-11-16 09:10:59 -08:00
2017-11-21 15:57:07 -08:00
2017-12-22 12:30:10 -08:00
2017-11-28 15:17:49 +01:00