diff for duplicates of <20150513025600.20636.34201@quantum> diff --git a/a/1.txt b/N1/1.txt index 0ba1a5a..4b94773 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,15 +3,15 @@ Hi Paul, Quoting Paul Burton (2015-04-24 06:17:27) > +void jz4740_clock_set_wait_mode(enum jz4740_wait_mode mode) > +{ -> + uint32_t lcr =3D readl(cgu->base + CGU_REG_LCR); +> + uint32_t lcr = readl(cgu->base + CGU_REG_LCR); > + > + switch (mode) { > + case JZ4740_WAIT_MODE_IDLE: -> + lcr &=3D ~LCR_SLEEP; +> + lcr &= ~LCR_SLEEP; > + break; > + > + case JZ4740_WAIT_MODE_SLEEP: -> + lcr |=3D LCR_SLEEP; +> + lcr |= LCR_SLEEP; > + break; > + } > + diff --git a/a/content_digest b/N1/content_digest index b11eacb..ee2aad6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -17,15 +17,15 @@ "Quoting Paul Burton (2015-04-24 06:17:27)\n" "> +void jz4740_clock_set_wait_mode(enum jz4740_wait_mode mode)\n" "> +{\n" - "> + uint32_t lcr =3D readl(cgu->base + CGU_REG_LCR);\n" + "> + uint32_t lcr = readl(cgu->base + CGU_REG_LCR);\n" "> +\n" "> + switch (mode) {\n" "> + case JZ4740_WAIT_MODE_IDLE:\n" - "> + lcr &=3D ~LCR_SLEEP;\n" + "> + lcr &= ~LCR_SLEEP;\n" "> + break;\n" "> +\n" "> + case JZ4740_WAIT_MODE_SLEEP:\n" - "> + lcr |=3D LCR_SLEEP;\n" + "> + lcr |= LCR_SLEEP;\n" "> + break;\n" "> + }\n" "> +\n" @@ -40,4 +40,4 @@ "Regards,\n" Mike -5e73a359ae3106acc5c3771f2aaa00ac6ed51901f4542dd5865a6e0de7583848 +568faf42d016df5aefa4ad3c54da5e0cdbd4d18c138e5b65e46cd17982a6673e
diff --git a/a/1.txt b/N2/1.txt index 0ba1a5a..4b94773 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -3,15 +3,15 @@ Hi Paul, Quoting Paul Burton (2015-04-24 06:17:27) > +void jz4740_clock_set_wait_mode(enum jz4740_wait_mode mode) > +{ -> + uint32_t lcr =3D readl(cgu->base + CGU_REG_LCR); +> + uint32_t lcr = readl(cgu->base + CGU_REG_LCR); > + > + switch (mode) { > + case JZ4740_WAIT_MODE_IDLE: -> + lcr &=3D ~LCR_SLEEP; +> + lcr &= ~LCR_SLEEP; > + break; > + > + case JZ4740_WAIT_MODE_SLEEP: -> + lcr |=3D LCR_SLEEP; +> + lcr |= LCR_SLEEP; > + break; > + } > + diff --git a/a/content_digest b/N2/content_digest index b11eacb..6a94619 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -5,8 +5,7 @@ "Date\0Tue, 12 May 2015 19:56:00 -0700\0" "To\0Paul Burton <paul.burton@imgtec.com>" " linux-mips@linux-mips.org\0" - "Cc\0Paul Burton <paul.burton@imgtec.com>" - Lars-Peter Clausen <lars@metafoo.de> + "Cc\0Lars-Peter Clausen <lars@metafoo.de>" Ralf Baechle <ralf@linux-mips.org> Stephen Boyd <sboyd@codeaurora.org> " linux-clk@vger.kernel.org\0" @@ -17,15 +16,15 @@ "Quoting Paul Burton (2015-04-24 06:17:27)\n" "> +void jz4740_clock_set_wait_mode(enum jz4740_wait_mode mode)\n" "> +{\n" - "> + uint32_t lcr =3D readl(cgu->base + CGU_REG_LCR);\n" + "> + uint32_t lcr = readl(cgu->base + CGU_REG_LCR);\n" "> +\n" "> + switch (mode) {\n" "> + case JZ4740_WAIT_MODE_IDLE:\n" - "> + lcr &=3D ~LCR_SLEEP;\n" + "> + lcr &= ~LCR_SLEEP;\n" "> + break;\n" "> +\n" "> + case JZ4740_WAIT_MODE_SLEEP:\n" - "> + lcr |=3D LCR_SLEEP;\n" + "> + lcr |= LCR_SLEEP;\n" "> + break;\n" "> + }\n" "> +\n" @@ -40,4 +39,4 @@ "Regards,\n" Mike -5e73a359ae3106acc5c3771f2aaa00ac6ed51901f4542dd5865a6e0de7583848 +d098ad8685b334c77a513ccd693671cff4f57b32ebb795f86a1cea7df5c5ba19
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.