Messages in this thread |  | | From | Arnd Bergmann <> | Subject | Re: [PATCH] drivers/block/xsysace - replace in(out)_8/in(out)_be16/in(out)_le16 with generic iowrite(read)8/16(be) | Date | Wed, 6 Feb 2013 16:20:10 +0000 |
| |
On Wednesday 06 February 2013, Grant Likely wrote: > The driver already handles this. It has three sets of accessors; > 8-bit, 16-bit LE and 16-bit BE and when doing 16-bit it figures out > on its own which set to use at runtime. There is nothing controversial > here. The only problem is that the driver is currently using in_/out_ > IO accessors instead of ioread/iowrite variants.
Ah right. It certainly helps to look at the source code.
Arnd
|  |