diff for duplicates of <559D2639.1030706@mentor.com> diff --git a/a/1.txt b/N1/1.txt index 5fd05d5..ed8dc25 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,20 +11,20 @@ On 08.07.2015 16:11, Thierry Reding wrote: >> misusage described above (for clearness this is run on iMX6 platform >> with HDMI and I2C bus drivers compiled as kernel modules): >> ->> root@mx6q:~# lsmod | grep i2c +>> root at mx6q:~# lsmod | grep i2c >> i2c_imx 10213 0 ->> root@mx6q:~# lsmod | grep dw_hdmi_imx +>> root at mx6q:~# lsmod | grep dw_hdmi_imx >> dw_hdmi_imx 3631 0 >> dw_hdmi 11846 1 dw_hdmi_imx >> imxdrm 8674 3 dw_hdmi_imx,imx_ipuv3_crtc,imx_ldb >> drm_kms_helper 113765 5 dw_hdmi,imxdrm,imx_ipuv3_crtc,imx_ldb ->> root@mx6q:~# rmmod dw_hdmi_imx ->> root@mx6q:~# lsmod | grep i2c +>> root at mx6q:~# rmmod dw_hdmi_imx +>> root at mx6q:~# lsmod | grep i2c >> i2c_imx 10213 -1 >> >> ^^^^^ >> ->> root@mx6q:~# rmmod i2c_imx +>> root at mx6q:~# rmmod i2c_imx >> rmmod: ERROR: Module i2c_imx is in use >> >> To fix existing users of these interfaces and to avoid any further @@ -33,7 +33,7 @@ On 08.07.2015 16:11, Thierry Reding wrote: >> sense that an I2C bus device driver found and locked by user can be >> correctly unlocked by i2c_put_adapter(). >> ->> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org> +>> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> >> --- >> The change is based on RFC http://www.spinics.net/lists/linux-i2c/msg20257.html >> diff --git a/a/content_digest b/N1/content_digest index b469dfa..bd9751d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,23 +1,10 @@ "ref\01436360095-9065-1-git-send-email-vladimir_zapolskiy@mentor.com\0" "ref\01436360352-9181-1-git-send-email-vladimir_zapolskiy@mentor.com\0" "ref\020150708131140.GA12791@ulmo.nvidia.com\0" - "ref\020150708131140.GA12791-AwZRO8vwLAwmlAP/+Wk3EA@public.gmane.org\0" - "From\0Vladimir Zapolskiy <vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>\0" - "Subject\0Re: [PATCH 01/10] i2c: add and export of_get_i2c_adapter_by_node() interface\0" + "From\0vladimir_zapolskiy@mentor.com (Vladimir Zapolskiy)\0" + "Subject\0[PATCH 01/10] i2c: add and export of_get_i2c_adapter_by_node() interface\0" "Date\0Wed, 8 Jul 2015 16:31:37 +0300\0" - "To\0Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>" - " Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>\0" - "Cc\0David Airlie <airlied-cv59FeDIM0c@public.gmane.org>" - Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> - Russell King <rmk+kernel-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> - Andy Yan <andy.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org> - Fabio Estevam <fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org> - Inki Dae <inki.dae-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> - Benjamin Gaignard <benjamin.gaignard-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> - Tomi Valkeinen <tomi.valkeinen-l0cyMroinI0@public.gmane.org> - dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org - linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Thierry,\n" @@ -33,20 +20,20 @@ ">> misusage described above (for clearness this is run on iMX6 platform\n" ">> with HDMI and I2C bus drivers compiled as kernel modules):\n" ">>\n" - ">> root@mx6q:~# lsmod | grep i2c\n" + ">> root at mx6q:~# lsmod | grep i2c\n" ">> i2c_imx 10213 0\n" - ">> root@mx6q:~# lsmod | grep dw_hdmi_imx\n" + ">> root at mx6q:~# lsmod | grep dw_hdmi_imx\n" ">> dw_hdmi_imx 3631 0\n" ">> dw_hdmi 11846 1 dw_hdmi_imx\n" ">> imxdrm 8674 3 dw_hdmi_imx,imx_ipuv3_crtc,imx_ldb\n" ">> drm_kms_helper 113765 5 dw_hdmi,imxdrm,imx_ipuv3_crtc,imx_ldb\n" - ">> root@mx6q:~# rmmod dw_hdmi_imx\n" - ">> root@mx6q:~# lsmod | grep i2c\n" + ">> root at mx6q:~# rmmod dw_hdmi_imx\n" + ">> root at mx6q:~# lsmod | grep i2c\n" ">> i2c_imx 10213 -1\n" ">>\n" ">> ^^^^^\n" ">>\n" - ">> root@mx6q:~# rmmod i2c_imx\n" + ">> root at mx6q:~# rmmod i2c_imx\n" ">> rmmod: ERROR: Module i2c_imx is in use\n" ">>\n" ">> To fix existing users of these interfaces and to avoid any further\n" @@ -55,7 +42,7 @@ ">> sense that an I2C bus device driver found and locked by user can be\n" ">> correctly unlocked by i2c_put_adapter().\n" ">>\n" - ">> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>\n" + ">> Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>\n" ">> ---\n" ">> The change is based on RFC http://www.spinics.net/lists/linux-i2c/msg20257.html\n" ">>\n" @@ -113,4 +100,4 @@ "With best wishes,\n" Vladimir -c91d3cc7ccd651fc7c6e5e3f179803802978b2a04fb1b5fb171fa848ddc70995 +366945592af1744c726c51600e5c8094a02521c196a9ace259b5d6050266db28
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.