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-22 19:22:50 -07:00
2012-05-17 16:37:41 -04:00
2012-04-07 11:45:26 +02:00
2012-04-06 00:17:50 -04:00
2012-02-23 17:03:20 -05:00
2012-03-28 18:30:03 +01:00
2012-05-21 12:43:54 -07:00
2012-02-08 18:46:38 -05:00
2012-04-30 21:44:16 -04:00
2012-05-22 19:22:50 -07:00
2012-05-22 19:22:50 -07:00
2012-04-28 21:48:39 -04:00
2012-02-15 15:34:17 -05:00
2012-05-18 13:22:28 -07:00
2012-05-18 23:48:07 -04:00
2012-05-10 23:33:01 -04:00
2012-05-14 18:40:16 -04:00
2012-05-10 23:33:01 -04:00
2012-05-07 23:35:40 -04:00
2012-05-21 17:54:55 -07:00
2012-02-15 15:34:16 -05:00
2012-05-26 12:42:29 -07:00
2012-05-17 16:37:41 -04:00
2012-02-06 11:52:27 -05:00
2012-05-17 16:37:41 -04:00
2012-05-10 22:45:54 -04:00
2012-02-06 11:52:27 -05:00
2012-05-20 21:53:04 -04:00
2012-05-26 12:42:29 -07:00
2012-05-31 18:18:16 -04:00
2012-05-16 22:17:37 -04:00
2012-02-15 15:34:17 -05:00
2012-04-07 11:58:09 +02:00
2012-05-17 16:37:41 -04:00
2012-04-10 14:30:45 -04:00
2012-02-08 18:46:38 -05:00
2012-04-30 21:33:27 -04:00
2012-05-22 09:30:52 -07:00
2012-02-13 16:04:09 -05:00
2012-05-16 22:17:37 -04:00
2012-04-07 11:45:26 +02:00
2012-05-02 20:52:48 -04:00
2012-05-22 19:22:50 -07:00
2012-02-08 18:46:38 -05:00
2012-05-29 22:31:08 -04:00
2012-06-01 14:22:11 -04:00
2012-05-29 17:30:08 -04:00
2012-03-28 18:30:03 +01:00
2012-05-16 22:17:37 -04:00
2012-04-07 11:45:27 +02:00
2012-04-07 11:47:18 +02:00
2012-05-30 17:52:16 -04:00
2012-05-21 03:37:56 -04:00
2012-05-10 23:33:01 -04:00
2012-05-22 19:22:50 -07:00
2012-05-26 12:31:49 -07:00
2012-05-10 23:33:01 -04:00
2012-05-10 23:33:01 -04:00
2012-03-28 18:30:03 +01:00
2012-04-10 14:30:45 -04:00
2012-04-13 13:34:12 -04:00
2012-04-15 13:19:04 -04:00
2012-03-28 18:30:03 +01:00
2012-04-04 18:09:37 -04:00
2012-04-04 05:28:46 -04:00
2012-02-17 15:58:06 -05:00
2012-04-07 09:02:32 -04:00
2012-02-26 21:55:51 -05:00
2012-02-22 14:44:41 -05:00
2012-04-05 01:43:02 -04:00
2012-03-28 18:30:03 +01:00
2012-02-19 19:02:42 -05:00
2012-04-05 01:43:02 -04:00
2012-02-15 15:34:16 -05:00
2012-02-08 18:46:38 -05:00
2012-05-22 19:22:50 -07:00