diff for duplicates of <5581988C.50000@wwwdotorg.org> diff --git a/a/1.txt b/N1/1.txt index 2b2ecfb..140d071 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -104,7 +104,7 @@ that much larger than the set of pins. > With my current implementation, I have something quite understandable > for the user if he needs to check the pinmuxing: > -> # cat /sys/kernel/debug/pinctrl/ahb\:apb\:pinctrl@fc038000/pinmux-pins +> # cat /sys/kernel/debug/pinctrl/ahb\:apb\:pinctrl at fc038000/pinmux-pins > pin 17 (PA17): (MUX UNCLAIMED) (GPIO UNCLAIMED) > pin 18 (PA18): b0000000.sdio-host (GPIO UNCLAIMED) function E group sdmmc1_0 > pin 19 (PA19): b0000000.sdio-host (GPIO UNCLAIMED) function E group sdmmc1_0 @@ -115,28 +115,28 @@ that much larger than the set of pins. > device b0000000.sdio-host > state default > type MUX_GROUP (2) -> controlling device ahb:apb:pinctrl@fc038000 +> controlling device ahb:apb:pinctrl at fc038000 > group sdmmc1_0 > function E > > device b0000000.sdio-host > state default > type CONFIGS_PIN (3) -> controlling device ahb:apb:pinctrl@fc038000 +> controlling device ahb:apb:pinctrl at fc038000 > pin PA28 > config 00010003 > > device b0000000.sdio-host > state default > type CONFIGS_PIN (3) -> controlling device ahb:apb:pinctrl@fc038000 +> controlling device ahb:apb:pinctrl at fc038000 > pin PA18 > config 00010003 > > > Doing as you propose, I assume the result should be: > -> # cat /sys/kernel/debug/pinctrl/ahb\:apb\:pinctrl@fc038000/pinmux-pins +> # cat /sys/kernel/debug/pinctrl/ahb\:apb\:pinctrl at fc038000/pinmux-pins > pin 17 (PA17): (MUX UNCLAIMED) (GPIO UNCLAIMED) > pin 18 (PA18): b0000000.sdio-host (GPIO UNCLAIMED) function E group PA18 > pin 19 (PA19): b0000000.sdio-host (GPIO UNCLAIMED) function E group PA19 @@ -147,28 +147,28 @@ that much larger than the set of pins. > device b0000000.sdio-host > state default > type MUX_GROUP (2) -> controlling device ahb:apb:pinctrl@fc038000 +> controlling device ahb:apb:pinctrl at fc038000 > group PA28 > function E > > device b0000000.sdio-host > state default > type CONFIGS_PIN (3) -> controlling device ahb:apb:pinctrl@fc038000 +> controlling device ahb:apb:pinctrl at fc038000 > pin PA28 > config 00010003 > > device b0000000.sdio-host > state default > type MUX_GROUP (2) -> controlling device ahb:apb:pinctrl@fc038000 +> controlling device ahb:apb:pinctrl at fc038000 > group PA18 > function E > > device b0000000.sdio-host > state default > type CONFIGS_PIN (3) -> controlling device ahb:apb:pinctrl@fc038000 +> controlling device ahb:apb:pinctrl at fc038000 > pin PA18 > config 00010003 > diff --git a/a/content_digest b/N1/content_digest index 4e0073e..6d0c676 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,16 +2,10 @@ "ref\01433948699-19800-2-git-send-email-ludovic.desroches@atmel.com\0" "ref\0557EF60D.8020007@wwwdotorg.org\0" "ref\020150617123816.GB12295@odux.rfo.atmel.com\0" - "From\0Stephen Warren <swarren@wwwdotorg.org>\0" - "Subject\0Re: [RESEND PATCH 1/2] pinctrl: change function behavior for per pin muxing controllers\0" + "From\0swarren@wwwdotorg.org (Stephen Warren)\0" + "Subject\0[RESEND PATCH 1/2] pinctrl: change function behavior for per pin muxing controllers\0" "Date\0Wed, 17 Jun 2015 09:55:56 -0600\0" - "To\0Ludovic Desroches <ludovic.desroches@atmel.com>\0" - "Cc\0linux-arm-kernel@lists.infradead.org" - linux-gpio@vger.kernel.org - devicetree@vger.kernel.org - linux-kernel@vger.kernel.org - linus.walleij@linaro.org - " nicolas.ferre@atmel.com\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 06/17/2015 06:38 AM, Ludovic Desroches wrote:\n" @@ -120,7 +114,7 @@ "> With my current implementation, I have something quite understandable\n" "> for the user if he needs to check the pinmuxing:\n" ">\n" - "> # cat /sys/kernel/debug/pinctrl/ahb\\:apb\\:pinctrl@fc038000/pinmux-pins\n" + "> # cat /sys/kernel/debug/pinctrl/ahb\\:apb\\:pinctrl at fc038000/pinmux-pins\n" "> pin 17 (PA17): (MUX UNCLAIMED) (GPIO UNCLAIMED)\n" "> pin 18 (PA18): b0000000.sdio-host (GPIO UNCLAIMED) function E group sdmmc1_0\n" "> pin 19 (PA19): b0000000.sdio-host (GPIO UNCLAIMED) function E group sdmmc1_0\n" @@ -131,28 +125,28 @@ "> device b0000000.sdio-host\n" "> state default\n" "> type MUX_GROUP (2)\n" - "> controlling device ahb:apb:pinctrl@fc038000\n" + "> controlling device ahb:apb:pinctrl at fc038000\n" "> group sdmmc1_0\n" "> function E\n" ">\n" "> device b0000000.sdio-host\n" "> state default\n" "> type CONFIGS_PIN (3)\n" - "> controlling device ahb:apb:pinctrl@fc038000\n" + "> controlling device ahb:apb:pinctrl at fc038000\n" "> pin PA28\n" "> config 00010003\n" ">\n" "> device b0000000.sdio-host\n" "> state default\n" "> type CONFIGS_PIN (3)\n" - "> controlling device ahb:apb:pinctrl@fc038000\n" + "> controlling device ahb:apb:pinctrl at fc038000\n" "> pin PA18\n" "> config 00010003\n" ">\n" ">\n" "> Doing as you propose, I assume the result should be:\n" ">\n" - "> # cat /sys/kernel/debug/pinctrl/ahb\\:apb\\:pinctrl@fc038000/pinmux-pins\n" + "> # cat /sys/kernel/debug/pinctrl/ahb\\:apb\\:pinctrl at fc038000/pinmux-pins\n" "> pin 17 (PA17): (MUX UNCLAIMED) (GPIO UNCLAIMED)\n" "> pin 18 (PA18): b0000000.sdio-host (GPIO UNCLAIMED) function E group PA18\n" "> pin 19 (PA19): b0000000.sdio-host (GPIO UNCLAIMED) function E group PA19\n" @@ -163,28 +157,28 @@ "> device b0000000.sdio-host\n" "> state default\n" "> type MUX_GROUP (2)\n" - "> controlling device ahb:apb:pinctrl@fc038000\n" + "> controlling device ahb:apb:pinctrl at fc038000\n" "> group PA28\n" "> function E\n" ">\n" "> device b0000000.sdio-host\n" "> state default\n" "> type CONFIGS_PIN (3)\n" - "> controlling device ahb:apb:pinctrl@fc038000\n" + "> controlling device ahb:apb:pinctrl at fc038000\n" "> pin PA28\n" "> config 00010003\n" ">\n" "> device b0000000.sdio-host\n" "> state default\n" "> type MUX_GROUP (2)\n" - "> controlling device ahb:apb:pinctrl@fc038000\n" + "> controlling device ahb:apb:pinctrl at fc038000\n" "> group PA18\n" "> function E\n" ">\n" "> device b0000000.sdio-host\n" "> state default\n" "> type CONFIGS_PIN (3)\n" - "> controlling device ahb:apb:pinctrl@fc038000\n" + "> controlling device ahb:apb:pinctrl at fc038000\n" "> pin PA18\n" "> config 00010003\n" ">\n" @@ -207,4 +201,4 @@ "follow this conversation during that time. Ultimately, LinusW owns the \n" pinctrl subsystem, and you need to convince him of any changes. -fa1ed0a553121891963ecbe6bf54f21583ae6a97332e98739c5256411a8f12e1 +83e7cd09c7fea2d483567ad6c8a2a19299b673e479e65b0a370dde26e7b54777
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.