diff for duplicates of <56CA1E0D.30101@kernel.org> diff --git a/a/1.txt b/N1/1.txt index bedcbb0..bcf6f05 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,8 +4,8 @@ On 14/02/16 22:37, Cristina Moraru wrote: > moves the hmc5843* entries to the 'Industrial I/O support -> > Magnetometer sensors' menu. > -> Signed-off-by: Cristina Moraru <cristina.moraru09-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> -> Cc: Daniel Baluta <daniel.baluta-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> +> Signed-off-by: Cristina Moraru <cristina.moraru09@gmail.com> +> Cc: Daniel Baluta <daniel.baluta@intel.com> For some reason I couldn't immediately identify this patch wouldn't apply to my tree. I hand applied it and all seemed fine, but please do sanity check the result - shortly to be in the testing branch of iio.git @@ -102,7 +102,7 @@ Jonathan > + * Header file for hmc5843 driver > + * > + * Split from hmc5843.c -> + * Copyright (C) Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org> +> + * Copyright (C) Josef Gajdusek <atx@atx.name> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as @@ -175,10 +175,10 @@ Jonathan > + * > + * Copyright (C) 2010 Texas Instruments > + * -> + * Author: Shubhrajyoti Datta <shubhrajyoti-l0cyMroinI0@public.gmane.org> -> + * Acknowledgment: Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> for valuable inputs. -> + * Support for HMC5883 and HMC5883L by Peter Meerwald <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org>. -> + * Split to multiple files by Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org> - 2014 +> + * Author: Shubhrajyoti Datta <shubhrajyoti@ti.com> +> + * Acknowledgment: Jonathan Cameron <jic23@kernel.org> for valuable inputs. +> + * Support for HMC5883 and HMC5883L by Peter Meerwald <pmeerw@pmeerw.net>. +> + * Split to multiple files by Josef Gajdusek <atx@atx.name> - 2014 > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by @@ -852,7 +852,7 @@ Jonathan > +} > +EXPORT_SYMBOL(hmc5843_common_remove); > + -> +MODULE_AUTHOR("Shubhrajyoti Datta <shubhrajyoti-l0cyMroinI0@public.gmane.org>"); +> +MODULE_AUTHOR("Shubhrajyoti Datta <shubhrajyoti@ti.com>"); > +MODULE_DESCRIPTION("HMC5843/5883/5883L/5983 core driver"); > +MODULE_LICENSE("GPL"); > diff --git a/drivers/iio/magnetometer/hmc5843_i2c.c b/drivers/iio/magnetometer/hmc5843_i2c.c @@ -865,7 +865,7 @@ Jonathan > + * i2c driver for hmc5843/5843/5883/5883l/5983 > + * > + * Split from hmc5843.c -> + * Copyright (C) Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org> +> + * Copyright (C) Josef Gajdusek <atx@atx.name> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as @@ -961,7 +961,7 @@ Jonathan > +}; > +module_i2c_driver(hmc5843_driver); > + -> +MODULE_AUTHOR("Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org>"); +> +MODULE_AUTHOR("Josef Gajdusek <atx@atx.name>"); > +MODULE_DESCRIPTION("HMC5843/5883/5883L/5983 i2c driver"); > +MODULE_LICENSE("GPL"); > diff --git a/drivers/iio/magnetometer/hmc5843_spi.c b/drivers/iio/magnetometer/hmc5843_spi.c @@ -973,7 +973,7 @@ Jonathan > +/* > + * SPI driver for hmc5983 > + * -> + * Copyright (C) Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org> +> + * Copyright (C) Josef Gajdusek <atx@atx.name> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as @@ -1067,7 +1067,7 @@ Jonathan > + > +module_spi_driver(hmc5843_driver); > + -> +MODULE_AUTHOR("Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org>"); +> +MODULE_AUTHOR("Josef Gajdusek <atx@atx.name>"); > +MODULE_DESCRIPTION("HMC5983 SPI driver"); > +MODULE_LICENSE("GPL"); > diff --git a/drivers/staging/iio/magnetometer/Kconfig b/drivers/staging/iio/magnetometer/Kconfig @@ -1135,7 +1135,7 @@ Jonathan > - * Header file for hmc5843 driver > - * > - * Split from hmc5843.c -> - * Copyright (C) Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org> +> - * Copyright (C) Josef Gajdusek <atx@atx.name> > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as @@ -1208,10 +1208,10 @@ Jonathan > - * > - * Copyright (C) 2010 Texas Instruments > - * -> - * Author: Shubhrajyoti Datta <shubhrajyoti-l0cyMroinI0@public.gmane.org> -> - * Acknowledgment: Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> for valuable inputs. -> - * Support for HMC5883 and HMC5883L by Peter Meerwald <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org>. -> - * Split to multiple files by Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org> - 2014 +> - * Author: Shubhrajyoti Datta <shubhrajyoti@ti.com> +> - * Acknowledgment: Jonathan Cameron <jic23@kernel.org> for valuable inputs. +> - * Support for HMC5883 and HMC5883L by Peter Meerwald <pmeerw@pmeerw.net>. +> - * Split to multiple files by Josef Gajdusek <atx@atx.name> - 2014 > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License as published by @@ -1885,7 +1885,7 @@ Jonathan > -} > -EXPORT_SYMBOL(hmc5843_common_remove); > - -> -MODULE_AUTHOR("Shubhrajyoti Datta <shubhrajyoti-l0cyMroinI0@public.gmane.org>"); +> -MODULE_AUTHOR("Shubhrajyoti Datta <shubhrajyoti@ti.com>"); > -MODULE_DESCRIPTION("HMC5843/5883/5883L/5983 core driver"); > -MODULE_LICENSE("GPL"); > diff --git a/drivers/staging/iio/magnetometer/hmc5843_i2c.c b/drivers/staging/iio/magnetometer/hmc5843_i2c.c @@ -1898,7 +1898,7 @@ Jonathan > - * i2c driver for hmc5843/5843/5883/5883l/5983 > - * > - * Split from hmc5843.c -> - * Copyright (C) Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org> +> - * Copyright (C) Josef Gajdusek <atx@atx.name> > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as @@ -1994,7 +1994,7 @@ Jonathan > -}; > -module_i2c_driver(hmc5843_driver); > - -> -MODULE_AUTHOR("Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org>"); +> -MODULE_AUTHOR("Josef Gajdusek <atx@atx.name>"); > -MODULE_DESCRIPTION("HMC5843/5883/5883L/5983 i2c driver"); > -MODULE_LICENSE("GPL"); > diff --git a/drivers/staging/iio/magnetometer/hmc5843_spi.c b/drivers/staging/iio/magnetometer/hmc5843_spi.c @@ -2006,7 +2006,7 @@ Jonathan > -/* > - * SPI driver for hmc5983 > - * -> - * Copyright (C) Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org> +> - * Copyright (C) Josef Gajdusek <atx@atx.name> > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as @@ -2100,7 +2100,7 @@ Jonathan > - > -module_spi_driver(hmc5843_driver); > - -> -MODULE_AUTHOR("Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org>"); +> -MODULE_AUTHOR("Josef Gajdusek <atx@atx.name>"); > -MODULE_DESCRIPTION("HMC5983 SPI driver"); > -MODULE_LICENSE("GPL"); > diff --git a/a/content_digest b/N1/content_digest index 3203f15..8e55d09 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,30 +1,29 @@ "ref\01455489459-20422-1-git-send-email-cristina.moraru09@gmail.com\0" "ref\01455489459-20422-4-git-send-email-cristina.moraru09@gmail.com\0" - "ref\01455489459-20422-4-git-send-email-cristina.moraru09-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" - "From\0Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "From\0Jonathan Cameron <jic23@kernel.org>\0" "Subject\0Re: [PATCH v2 3/3] iio: hmc5843: Move hmc5843 out of staging\0" "Date\0Sun, 21 Feb 2016 20:29:01 +0000\0" - "To\0Cristina Moraru <cristina.moraru09-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>" - knaack.h-Mmb7MZpHnFY@public.gmane.org - lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org - pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org - gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org - cristina.opriceana-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org - marek-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org - sdliyong-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org - linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org - arnd-r2nGTMty4D4@public.gmane.org - irina.tirdea-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org - k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org - broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org - afd-l0cyMroinI0@public.gmane.org - javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org - daniel.baluta-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org - " octavian.purdila-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org\0" + "To\0Cristina Moraru <cristina.moraru09@gmail.com>" + knaack.h@gmx.de + lars@metafoo.de + pmeerw@pmeerw.net + gregkh@linuxfoundation.org + cristina.opriceana@gmail.com + marek@goldelico.com + sdliyong@gmail.com + linux-iio@vger.kernel.org + devel@driverdev.osuosl.org + linux-kernel@vger.kernel.org + linux-api@vger.kernel.org + geert@linux-m68k.org + arnd@arndb.de + irina.tirdea@intel.com + k.kozlowski@samsung.com + broonie@kernel.org + afd@ti.com + javier@osg.samsung.com + daniel.baluta@intel.com + " octavian.purdila@intel.com\0" "\00:1\0" "b\0" "On 14/02/16 22:37, Cristina Moraru wrote:\n" @@ -33,8 +32,8 @@ "> moves the hmc5843* entries to the 'Industrial I/O support ->\n" "> Magnetometer sensors' menu.\n" "> \n" - "> Signed-off-by: Cristina Moraru <cristina.moraru09-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" - "> Cc: Daniel Baluta <daniel.baluta-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n" + "> Signed-off-by: Cristina Moraru <cristina.moraru09@gmail.com>\n" + "> Cc: Daniel Baluta <daniel.baluta@intel.com>\n" "For some reason I couldn't immediately identify this patch wouldn't\n" "apply to my tree. I hand applied it and all seemed fine, but please do\n" "sanity check the result - shortly to be in the testing branch of iio.git\n" @@ -131,7 +130,7 @@ "> + * Header file for hmc5843 driver\n" "> + *\n" "> + * Split from hmc5843.c\n" - "> + * Copyright (C) Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org>\n" + "> + * Copyright (C) Josef Gajdusek <atx@atx.name>\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify\n" "> + * it under the terms of the GNU General Public License version 2 as\n" @@ -204,10 +203,10 @@ "> + *\n" "> + * Copyright (C) 2010 Texas Instruments\n" "> + *\n" - "> + * Author: Shubhrajyoti Datta <shubhrajyoti-l0cyMroinI0@public.gmane.org>\n" - "> + * Acknowledgment: Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> for valuable inputs.\n" - "> + * Support for HMC5883 and HMC5883L by Peter Meerwald <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org>.\n" - "> + * Split to multiple files by Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org> - 2014\n" + "> + * Author: Shubhrajyoti Datta <shubhrajyoti@ti.com>\n" + "> + * Acknowledgment: Jonathan Cameron <jic23@kernel.org> for valuable inputs.\n" + "> + * Support for HMC5883 and HMC5883L by Peter Meerwald <pmeerw@pmeerw.net>.\n" + "> + * Split to multiple files by Josef Gajdusek <atx@atx.name> - 2014\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify\n" "> + * it under the terms of the GNU General Public License as published by\n" @@ -881,7 +880,7 @@ "> +}\n" "> +EXPORT_SYMBOL(hmc5843_common_remove);\n" "> +\n" - "> +MODULE_AUTHOR(\"Shubhrajyoti Datta <shubhrajyoti-l0cyMroinI0@public.gmane.org>\");\n" + "> +MODULE_AUTHOR(\"Shubhrajyoti Datta <shubhrajyoti@ti.com>\");\n" "> +MODULE_DESCRIPTION(\"HMC5843/5883/5883L/5983 core driver\");\n" "> +MODULE_LICENSE(\"GPL\");\n" "> diff --git a/drivers/iio/magnetometer/hmc5843_i2c.c b/drivers/iio/magnetometer/hmc5843_i2c.c\n" @@ -894,7 +893,7 @@ "> + * i2c driver for hmc5843/5843/5883/5883l/5983\n" "> + *\n" "> + * Split from hmc5843.c\n" - "> + * Copyright (C) Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org>\n" + "> + * Copyright (C) Josef Gajdusek <atx@atx.name>\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify\n" "> + * it under the terms of the GNU General Public License version 2 as\n" @@ -990,7 +989,7 @@ "> +};\n" "> +module_i2c_driver(hmc5843_driver);\n" "> +\n" - "> +MODULE_AUTHOR(\"Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org>\");\n" + "> +MODULE_AUTHOR(\"Josef Gajdusek <atx@atx.name>\");\n" "> +MODULE_DESCRIPTION(\"HMC5843/5883/5883L/5983 i2c driver\");\n" "> +MODULE_LICENSE(\"GPL\");\n" "> diff --git a/drivers/iio/magnetometer/hmc5843_spi.c b/drivers/iio/magnetometer/hmc5843_spi.c\n" @@ -1002,7 +1001,7 @@ "> +/*\n" "> + * SPI driver for hmc5983\n" "> + *\n" - "> + * Copyright (C) Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org>\n" + "> + * Copyright (C) Josef Gajdusek <atx@atx.name>\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify\n" "> + * it under the terms of the GNU General Public License version 2 as\n" @@ -1096,7 +1095,7 @@ "> +\n" "> +module_spi_driver(hmc5843_driver);\n" "> +\n" - "> +MODULE_AUTHOR(\"Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org>\");\n" + "> +MODULE_AUTHOR(\"Josef Gajdusek <atx@atx.name>\");\n" "> +MODULE_DESCRIPTION(\"HMC5983 SPI driver\");\n" "> +MODULE_LICENSE(\"GPL\");\n" "> diff --git a/drivers/staging/iio/magnetometer/Kconfig b/drivers/staging/iio/magnetometer/Kconfig\n" @@ -1164,7 +1163,7 @@ "> - * Header file for hmc5843 driver\n" "> - *\n" "> - * Split from hmc5843.c\n" - "> - * Copyright (C) Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org>\n" + "> - * Copyright (C) Josef Gajdusek <atx@atx.name>\n" "> - *\n" "> - * This program is free software; you can redistribute it and/or modify\n" "> - * it under the terms of the GNU General Public License version 2 as\n" @@ -1237,10 +1236,10 @@ "> - *\n" "> - * Copyright (C) 2010 Texas Instruments\n" "> - *\n" - "> - * Author: Shubhrajyoti Datta <shubhrajyoti-l0cyMroinI0@public.gmane.org>\n" - "> - * Acknowledgment: Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> for valuable inputs.\n" - "> - * Support for HMC5883 and HMC5883L by Peter Meerwald <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org>.\n" - "> - * Split to multiple files by Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org> - 2014\n" + "> - * Author: Shubhrajyoti Datta <shubhrajyoti@ti.com>\n" + "> - * Acknowledgment: Jonathan Cameron <jic23@kernel.org> for valuable inputs.\n" + "> - * Support for HMC5883 and HMC5883L by Peter Meerwald <pmeerw@pmeerw.net>.\n" + "> - * Split to multiple files by Josef Gajdusek <atx@atx.name> - 2014\n" "> - *\n" "> - * This program is free software; you can redistribute it and/or modify\n" "> - * it under the terms of the GNU General Public License as published by\n" @@ -1914,7 +1913,7 @@ "> -}\n" "> -EXPORT_SYMBOL(hmc5843_common_remove);\n" "> -\n" - "> -MODULE_AUTHOR(\"Shubhrajyoti Datta <shubhrajyoti-l0cyMroinI0@public.gmane.org>\");\n" + "> -MODULE_AUTHOR(\"Shubhrajyoti Datta <shubhrajyoti@ti.com>\");\n" "> -MODULE_DESCRIPTION(\"HMC5843/5883/5883L/5983 core driver\");\n" "> -MODULE_LICENSE(\"GPL\");\n" "> diff --git a/drivers/staging/iio/magnetometer/hmc5843_i2c.c b/drivers/staging/iio/magnetometer/hmc5843_i2c.c\n" @@ -1927,7 +1926,7 @@ "> - * i2c driver for hmc5843/5843/5883/5883l/5983\n" "> - *\n" "> - * Split from hmc5843.c\n" - "> - * Copyright (C) Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org>\n" + "> - * Copyright (C) Josef Gajdusek <atx@atx.name>\n" "> - *\n" "> - * This program is free software; you can redistribute it and/or modify\n" "> - * it under the terms of the GNU General Public License version 2 as\n" @@ -2023,7 +2022,7 @@ "> -};\n" "> -module_i2c_driver(hmc5843_driver);\n" "> -\n" - "> -MODULE_AUTHOR(\"Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org>\");\n" + "> -MODULE_AUTHOR(\"Josef Gajdusek <atx@atx.name>\");\n" "> -MODULE_DESCRIPTION(\"HMC5843/5883/5883L/5983 i2c driver\");\n" "> -MODULE_LICENSE(\"GPL\");\n" "> diff --git a/drivers/staging/iio/magnetometer/hmc5843_spi.c b/drivers/staging/iio/magnetometer/hmc5843_spi.c\n" @@ -2035,7 +2034,7 @@ "> -/*\n" "> - * SPI driver for hmc5983\n" "> - *\n" - "> - * Copyright (C) Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org>\n" + "> - * Copyright (C) Josef Gajdusek <atx@atx.name>\n" "> - *\n" "> - * This program is free software; you can redistribute it and/or modify\n" "> - * it under the terms of the GNU General Public License version 2 as\n" @@ -2129,9 +2128,9 @@ "> -\n" "> -module_spi_driver(hmc5843_driver);\n" "> -\n" - "> -MODULE_AUTHOR(\"Josef Gajdusek <atx-MwjtXicnQwU@public.gmane.org>\");\n" + "> -MODULE_AUTHOR(\"Josef Gajdusek <atx@atx.name>\");\n" "> -MODULE_DESCRIPTION(\"HMC5983 SPI driver\");\n" "> -MODULE_LICENSE(\"GPL\");\n" > -3415b6c7a7453f2b74b08b4c660e044a1c25fb422f96f0661d6543240c6f24e0 +3fc21ae4511d7d203d77e7c664d0a9d3ca8dfd56f23818364d96a8ce89fdf63c
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.