[PATCH 2/2] spi: Add SPI master controller for OCTEON SOCs.
Linus Walleij
linus.walleij at linaro.org
Tue May 15 06:07:05 EST 2012
On Fri, May 11, 2012 at 11:34 PM, David Daney <ddaney.cavm at gmail.com> wrote:
> + mpi_cfg.u64 = 0;
> + mpi_cfg.u64 |= p->cs_enax;
> + if (mpi_cfg.u64 != p->last_cfg) {
But now I see why this 64bit is so clever. Forget the comment on 1/2!
This has a certain elegance to it that I just learned to appreciate.
Yours,
Linus Walleij
More information about the devicetree-discuss
mailing list