Jason Wang
0bc777bca4
8139cp/8139too: terminate the eeprom access with the right opmode
...
Currently, we terminate the eeprom access through clearing the CS by:
RTL_W8 (Cfg9346, ~EE_CS); or writeb (~EE_CS, ee_addr);
This would left the eeprom into "Config. Register Write Enable:"
state which is not expcted as the highest two bits were set to
0x11 ( expected is the "Normal" mode (0x00)). Solving this by write
0x0 instead of ~EE_CS when terminating the eeprom access.
Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-06-01 14:22:11 -04:00
..
2012-05-30 10:12:48 -07:00
2012-05-26 12:22:27 -07:00
2012-05-26 12:42:29 -07:00
2012-05-24 16:22:53 -04:00
2012-05-30 10:55:34 +02:00
2012-05-24 11:54:29 -07:00
2012-05-31 08:46:50 +02:00
2012-05-24 11:54:29 -07:00
2012-05-24 12:42:54 -07:00
2012-05-26 13:05:55 -07:00
2012-05-08 12:35:06 +02:00
2012-05-26 12:42:29 -07:00
2012-05-23 14:07:06 -07:00
2012-05-26 12:57:47 -07:00
2012-05-30 12:11:32 -07:00
2012-05-22 16:02:13 -07:00
2012-05-24 12:57:47 -07:00
2012-05-03 17:19:19 -07:00
2012-05-29 18:27:19 -07:00
2012-05-29 16:16:38 +01:00
2012-05-22 19:22:50 -07:00
2012-05-22 16:02:13 -07:00
2012-05-30 07:56:20 +02:00
2012-05-30 10:55:34 +02:00
2012-05-16 15:17:08 -04:00
2012-05-14 13:37:45 -07:00
2012-05-21 17:54:55 -07:00
2012-05-30 10:55:34 +02:00
2012-05-30 08:49:28 -07:00
2012-05-24 11:54:29 -07:00
2012-05-29 16:22:32 -07:00
2012-05-09 10:58:21 +10:00
2012-05-23 17:08:40 -07:00
2012-05-26 12:42:29 -07:00
2012-05-14 12:52:52 -07:00
2012-05-31 12:02:41 -07:00
2012-05-29 11:53:11 -07:00
2012-05-29 11:53:11 -07:00
2012-05-26 12:57:47 -07:00
2012-05-29 18:27:19 -07:00
2012-06-01 14:22:11 -04:00
2012-05-25 11:16:16 -04:00
2012-05-29 18:27:19 -07:00
2012-05-22 19:22:50 -07:00
2012-05-22 16:02:13 -07:00
2012-05-29 18:27:19 -07:00
2012-05-07 09:56:39 +08:00
2012-05-26 13:05:55 -07:00
2012-05-29 16:22:30 -07:00
2012-05-31 12:10:15 -07:00
2012-05-22 19:22:50 -07:00
2012-05-29 11:53:11 -07:00
2012-05-30 08:49:28 -07:00
2012-05-29 16:22:34 -07:00
2012-05-31 10:51:10 -07:00
2012-05-31 12:02:41 -07:00
2012-05-22 19:07:55 +09:00
2012-05-26 13:05:55 -07:00
2012-05-16 12:46:37 -04:00
2012-05-29 16:22:22 -07:00
2012-05-23 16:52:27 -07:00
2012-05-31 11:59:41 -07:00
2012-05-15 08:44:58 -07:00
2012-05-26 12:42:29 -07:00
2012-05-16 22:17:37 -04:00
2012-05-30 10:55:34 +02:00
2012-05-22 12:16:15 +09:30
2012-05-08 16:01:34 -07:00
2012-05-26 12:42:29 -07:00
2012-05-30 08:16:48 +02:00
2012-05-29 20:14:53 -07:00
2012-05-22 16:34:21 -07:00
2012-05-26 12:22:27 -07:00