Hi,
On Thu, Apr 24, 2014 at 12:44:03PM +0100, Mark Brown wrote:
On Mon, Apr 14, 2014 at 03:35:30PM +0200, Markus Pargmann wrote:
This series is a cleanup of the fsl-ssi driver.
There's been some review comments on this series but only negative ones and I've not seen any testing reports either. Are the other patches OK for people?
There is no DT binding for regmap yet, as this should be solved in the regmap framework first. The current configuration should at least work on the same SoCs it was previously used. As soon as we have a common DT binding to set the endianess we replace it in this driver.
I'm really not convinced that this is a good idea to be frank - I would expect devices to still need to be involved to set defaults.
What do you think of some framework function like of_regmap_parse_endianess()? This would offer a common devicetree binding and the driver would still be involved.
Regards,
Markus