Re: [PATCH v2] net: smc91x: fix SMC accesses

2016-08-28 Thread David Miller
From: Russell King Date: Sat, 27 Aug 2016 17:33:03 +0100 > Commit b70661c70830 ("net: smc91x: use run-time configuration on all ARM > machines") broke some ARM platforms through several mistakes. Firstly, > the access size must correspond to the following rule: > > (a) at least one of 16-bit or

Re: [PATCH v2] net: smc91x: fix SMC accesses

2016-08-27 Thread Robert Jarzmik
Russell King writes: > Commit b70661c70830 ("net: smc91x: use run-time configuration on all ARM > machines") broke some ARM platforms through several mistakes. Firstly, > the access size must correspond to the following rule: > > (a) at least one of 16-bit or 8-bit access size must be supported

[PATCH v2] net: smc91x: fix SMC accesses

2016-08-27 Thread Russell King
Commit b70661c70830 ("net: smc91x: use run-time configuration on all ARM machines") broke some ARM platforms through several mistakes. Firstly, the access size must correspond to the following rule: (a) at least one of 16-bit or 8-bit access size must be supported (b) 32-bit accesses are optional