Florian Fainelli
fdb71a2d1a
net: dsa: bcm_sf2: Use correct I/O accessors
...
The Starfigther 2 driver currently uses __raw_{read,write}l which means
native I/O endian. This works correctly for an ARM LE kernel (default)
but fails miserably on an ARM BE (BE8) kernel where registers are kept
little endian, so replace uses with {read,write}l_relaxed here which is
what we want because this is all performance sensitive code.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2017-08-29 14:42:17 -07:00
..
2017-07-25 12:27:06 -07:00
2017-07-18 12:04:56 -07:00
2017-08-15 20:23:23 -07:00
2017-07-05 12:31:59 -07:00
2017-08-13 20:12:23 -07:00
2017-06-05 11:00:42 -04:00
2017-08-29 14:42:17 -07:00
2017-08-29 14:42:17 -07:00
2017-08-19 17:13:41 -07:00
2017-06-16 11:48:37 -04:00
2017-08-07 14:26:46 -07:00
2017-06-16 11:48:40 -04:00
2017-08-24 21:55:59 -07:00
2017-07-25 13:17:31 +02:00
2017-08-09 16:28:45 -07:00
2017-08-22 14:22:18 -07:00
2017-08-08 21:06:11 -07:00
2017-06-16 11:48:37 -04:00
2017-07-29 11:25:05 -07:00
2017-08-09 16:28:45 -07:00
2017-07-14 09:03:11 -07:00
2017-08-11 14:42:28 -07:00
2017-06-16 11:48:40 -04:00
2017-08-24 14:47:42 +03:00
2017-08-28 15:11:50 -07:00
2017-07-17 09:52:57 -07:00
2017-08-11 13:45:02 -07:00
2017-08-01 20:06:07 -07:00
2017-06-26 23:13:22 -04:00
2017-06-07 15:53:24 -04:00
2017-06-26 23:13:22 -04:00
2017-08-18 16:06:54 -07:00
2017-07-17 09:52:57 -07:00
2017-08-28 16:42:57 -07:00
2017-06-05 11:00:42 -04:00
2017-06-13 12:57:40 -04:00
2017-06-26 23:13:22 -04:00
2017-07-06 11:30:08 -04:00
2017-07-01 07:39:07 -07:00
2017-06-08 15:32:47 -04:00
2017-08-16 11:01:57 -07:00
2017-08-21 17:06:42 -07:00
2017-06-30 12:43:08 -04:00
2017-08-18 22:38:31 -07:00
2017-08-13 20:05:12 -07:00
2017-06-07 15:53:24 -04:00
2017-08-13 20:00:29 -07:00