diff for duplicates of <20160509073549.GC8324@dell> diff --git a/a/1.txt b/N1/1.txt index a782645..f388e30 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,28 +1,32 @@ On Fri, 06 May 2016, Krzysztof Kozlowski wrote: > This is a rebase and extension of old Robert Baldyga's work. [0] -> +>=20 > Robert no longer works in Samsung. -> +>=20 > From the original cover letter: -> "This patchset modifies max8997 driver and associated function drivers to use -> register maps instead of operating directly on i2c bus. This change allowed +> "This patchset modifies max8997 driver and associated function drivers to= + use +> register maps instead of operating directly on i2c bus. This change allow= +ed > to simplify irq handling, and to move some initializations to individual -> function drivers. Hence now when some functions are not enabled, their i2c +> function drivers. Hence now when some functions are not enabled, their i2= +c > clients, regmaps and irqs are not registered." -> -> +>=20 +>=20 > My changes (since Robert's v5) -> ============================== +> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= +=3D=3D=3D=3D=3D=3D > 1. Rebase on v4.6-rc6. > 2. Collect more acks. > 3. Add few fixes: > a. Haptic fix from Marek, > b. Extcon and RTC fix from me, > c. DTS fixes from Marek. -> +>=20 > DTS changes are independent but rest of them (extcon/input/MFD) rely > on each other. -> +>=20 > One way of merging would be to pick everything (except DTS) through > one tree. Or use tags. @@ -30,34 +34,35 @@ I'd be happy to take the set, once you have collected all Acks. > Best regards, > Krzysztof -> +>=20 > [0] http://lkml.iu.edu/hypermail//linux/kernel/1411.1/03152.html -> -> +>=20 +>=20 > Krzysztof Kozlowski (3): > extcon: max8997: Fix handling error code of regmap_irq_get_virq() > rtc: max8997: Check for ERRNO of regmap_irq_get_virq() > extcon: max8997: Fix inconsistent indenting -> +>=20 > Marek Szyprowski (3): > input: max8997-haptic: Fix NULL pointer dereference > ARM: dts: exynos: Fix regulator name to avoid forbidden character on > exynos4210-trats > ARM: dts: exynos: Add interrupt line to MAX8997 PMIC on > exynos4210-trats -> +>=20 > Robert Baldyga (3): > mfd: max8997: Use regmap to access registers > mfd: max8997: handle IRQs using regmap > mfd: max8997: Change irq names to upper case -> +>=20 > arch/arm/boot/dts/exynos4210-trats.dts | 4 +- > drivers/extcon/extcon-max8997.c | 72 ++++--- > drivers/input/misc/max8997_haptic.c | 40 ++-- > drivers/leds/leds-max8997.c | 13 +- > drivers/mfd/Kconfig | 3 +- > drivers/mfd/Makefile | 2 +- -> drivers/mfd/max8997-irq.c | 383 --------------------------------- +> drivers/mfd/max8997-irq.c | 383 ---------------------------= +------ > drivers/mfd/max8997.c | 245 ++++++++++++++------- > drivers/power/max8997_charger.c | 33 +-- > drivers/regulator/max8997.c | 87 ++++---- @@ -65,14 +70,23 @@ I'd be happy to take the set, once you have collected all Acks. > include/linux/mfd/max8997-private.h | 82 +++++-- > 12 files changed, 392 insertions(+), 632 deletions(-) > delete mode 100644 drivers/mfd/max8997-irq.c -> +>=20 --- +--=20 Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org │ Open source software for ARM SoCs +Linaro.org =E2=94=82 Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog --- -To unsubscribe from this list: send the line "unsubscribe linux-input" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html + +--=20 +--=20 +You received this message because you are subscribed to "rtc-linux". +Membership options at http://groups.google.com/group/rtc-linux . +Please read http://groups.google.com/group/rtc-linux/web/checklist +before submitting a driver. +---=20 +You received this message because you are subscribed to the Google Groups "= +rtc-linux" group. +To unsubscribe from this group and stop receiving emails from it, send an e= +mail to rtc-linux+unsubscribe@googlegroups.com. +For more options, visit https://groups.google.com/d/optout. diff --git a/a/content_digest b/N1/content_digest index 10c3765..b9d2c1e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "ref\01462519289-2356-1-git-send-email-k.kozlowski@samsung.com\0" "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0Re: [PATCH v6 0/9] mfd: max8997: Add regmap support\0" + "Subject\0[rtc-linux] Re: [PATCH v6 0/9] mfd: max8997: Add regmap support\0" "Date\0Mon, 9 May 2016 08:35:49 +0100\0" "To\0Krzysztof Kozlowski <k.kozlowski@samsung.com>\0" "Cc\0Kukjin Kim <kgene@kernel.org>" @@ -30,29 +30,33 @@ "b\0" "On Fri, 06 May 2016, Krzysztof Kozlowski wrote:\n" "> This is a rebase and extension of old Robert Baldyga's work. [0]\n" - "> \n" + ">=20\n" "> Robert no longer works in Samsung.\n" - "> \n" + ">=20\n" "> From the original cover letter:\n" - "> \"This patchset modifies max8997 driver and associated function drivers to use\n" - "> register maps instead of operating directly on i2c bus. This change allowed\n" + "> \"This patchset modifies max8997 driver and associated function drivers to=\n" + " use\n" + "> register maps instead of operating directly on i2c bus. This change allow=\n" + "ed\n" "> to simplify irq handling, and to move some initializations to individual\n" - "> function drivers. Hence now when some functions are not enabled, their i2c\n" + "> function drivers. Hence now when some functions are not enabled, their i2=\n" + "c\n" "> clients, regmaps and irqs are not registered.\"\n" - "> \n" - "> \n" + ">=20\n" + ">=20\n" "> My changes (since Robert's v5)\n" - "> ==============================\n" + "> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=\n" + "=3D=3D=3D=3D=3D=3D\n" "> 1. Rebase on v4.6-rc6.\n" "> 2. Collect more acks.\n" "> 3. Add few fixes:\n" "> a. Haptic fix from Marek,\n" "> b. Extcon and RTC fix from me,\n" "> c. DTS fixes from Marek.\n" - "> \n" + ">=20\n" "> DTS changes are independent but rest of them (extcon/input/MFD) rely\n" "> on each other.\n" - "> \n" + ">=20\n" "> One way of merging would be to pick everything (except DTS) through\n" "> one tree. Or use tags.\n" "\n" @@ -60,34 +64,35 @@ "\n" "> Best regards,\n" "> Krzysztof\n" - "> \n" + ">=20\n" "> [0] http://lkml.iu.edu/hypermail//linux/kernel/1411.1/03152.html\n" - "> \n" - "> \n" + ">=20\n" + ">=20\n" "> Krzysztof Kozlowski (3):\n" "> extcon: max8997: Fix handling error code of regmap_irq_get_virq()\n" "> rtc: max8997: Check for ERRNO of regmap_irq_get_virq()\n" "> extcon: max8997: Fix inconsistent indenting\n" - "> \n" + ">=20\n" "> Marek Szyprowski (3):\n" "> input: max8997-haptic: Fix NULL pointer dereference\n" "> ARM: dts: exynos: Fix regulator name to avoid forbidden character on\n" "> exynos4210-trats\n" "> ARM: dts: exynos: Add interrupt line to MAX8997 PMIC on\n" "> exynos4210-trats\n" - "> \n" + ">=20\n" "> Robert Baldyga (3):\n" "> mfd: max8997: Use regmap to access registers\n" "> mfd: max8997: handle IRQs using regmap\n" "> mfd: max8997: Change irq names to upper case\n" - "> \n" + ">=20\n" "> arch/arm/boot/dts/exynos4210-trats.dts | 4 +-\n" "> drivers/extcon/extcon-max8997.c | 72 ++++---\n" "> drivers/input/misc/max8997_haptic.c | 40 ++--\n" "> drivers/leds/leds-max8997.c | 13 +-\n" "> drivers/mfd/Kconfig | 3 +-\n" "> drivers/mfd/Makefile | 2 +-\n" - "> drivers/mfd/max8997-irq.c | 383 ---------------------------------\n" + "> drivers/mfd/max8997-irq.c | 383 ---------------------------=\n" + "------\n" "> drivers/mfd/max8997.c | 245 ++++++++++++++-------\n" "> drivers/power/max8997_charger.c | 33 +--\n" "> drivers/regulator/max8997.c | 87 ++++----\n" @@ -95,16 +100,25 @@ "> include/linux/mfd/max8997-private.h | 82 +++++--\n" "> 12 files changed, 392 insertions(+), 632 deletions(-)\n" "> delete mode 100644 drivers/mfd/max8997-irq.c\n" - "> \n" + ">=20\n" "\n" - "-- \n" + "--=20\n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org \342\224\202 Open source software for ARM SoCs\n" + "Linaro.org =E2=94=82 Open source software for ARM SoCs\n" "Follow Linaro: Facebook | Twitter | Blog\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-input\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + "\n" + "--=20\n" + "--=20\n" + "You received this message because you are subscribed to \"rtc-linux\".\n" + "Membership options at http://groups.google.com/group/rtc-linux .\n" + "Please read http://groups.google.com/group/rtc-linux/web/checklist\n" + "before submitting a driver.\n" + "---=20\n" + "You received this message because you are subscribed to the Google Groups \"=\n" + "rtc-linux\" group.\n" + "To unsubscribe from this group and stop receiving emails from it, send an e=\n" + "mail to rtc-linux+unsubscribe@googlegroups.com.\n" + For more options, visit https://groups.google.com/d/optout. -01850c681f22971b644c8f115ee9ff070020d422fae4ed572f6acf1d41bcd57b +efb7addc3c980ee9c497b1654d9fec073f04e39d9d316f1c3ba8cd472c210b7c
diff --git a/a/1.txt b/N2/1.txt index a782645..85ab331 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -70,9 +70,5 @@ I'd be happy to take the set, once you have collected all Acks. -- Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org │ Open source software for ARM SoCs +Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog --- -To unsubscribe from this list: send the line "unsubscribe linux-input" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index 10c3765..82a8560 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,31 +1,8 @@ "ref\01462519289-2356-1-git-send-email-k.kozlowski@samsung.com\0" - "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0Re: [PATCH v6 0/9] mfd: max8997: Add regmap support\0" + "From\0lee.jones@linaro.org (Lee Jones)\0" + "Subject\0[PATCH v6 0/9] mfd: max8997: Add regmap support\0" "Date\0Mon, 9 May 2016 08:35:49 +0100\0" - "To\0Krzysztof Kozlowski <k.kozlowski@samsung.com>\0" - "Cc\0Kukjin Kim <kgene@kernel.org>" - MyungJoo Ham <myungjoo.ham@samsung.com> - Chanwoo Choi <cw00.choi@samsung.com> - Dmitry Torokhov <dmitry.torokhov@gmail.com> - Richard Purdie <rpurdie@rpsys.net> - Jacek Anaszewski <j.anaszewski@samsung.com> - Sebastian Reichel <sre@kernel.org> - Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> - David Woodhouse <dwmw2@infradead.org> - Liam Girdwood <lgirdwood@gmail.com> - Mark Brown <broonie@kernel.org> - Alessandro Zummo <a.zummo@towertech.it> - Alexandre Belloni <alexandre.belloni@free-electrons.com> - devicetree@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-samsung-soc@vger.kernel.org - linux-kernel@vger.kernel.org - linux-input@vger.kernel.org - linux-leds@vger.kernel.org - linux-pm@vger.kernel.org - rtc-linux@googlegroups.com - r.baldyga@hackerion.com - " Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Fri, 06 May 2016, Krzysztof Kozlowski wrote:\n" @@ -100,11 +77,7 @@ "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org \342\224\202 Open source software for ARM SoCs\n" - "Follow Linaro: Facebook | Twitter | Blog\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-input\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + "Linaro.org ? Open source software for ARM SoCs\n" + Follow Linaro: Facebook | Twitter | Blog -01850c681f22971b644c8f115ee9ff070020d422fae4ed572f6acf1d41bcd57b +4f53d7c528622c08a63a8aaaa31d081476f74794f8fdcaa59b207079c1904551
diff --git a/a/1.txt b/N3/1.txt index a782645..edbab04 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -72,7 +72,3 @@ Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog --- -To unsubscribe from this list: send the line "unsubscribe linux-input" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N3/content_digest index 10c3765..5d91995 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -101,10 +101,6 @@ "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" "Linaro.org \342\224\202 Open source software for ARM SoCs\n" - "Follow Linaro: Facebook | Twitter | Blog\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-input\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Follow Linaro: Facebook | Twitter | Blog -01850c681f22971b644c8f115ee9ff070020d422fae4ed572f6acf1d41bcd57b +b9020659e92b1964d09d0ed909ea19b1110931fa753c6a86f1a5dc3a568b27f1
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.