diff for duplicates of <20150728085216.GP14943@x1> diff --git a/a/1.txt b/N1/1.txt index 02f1ec6..0ce2816 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,73 +13,96 @@ more professional than either 'S Twiss' or 'Opensource [Steve Twiss]'. I appreciate it might be company policy, but is there any chance of reversing that to read 'Steve Twiss [Opensource]' instead? -> This patch set adds OnKey support for the Dialog DA9062 Power Management IC. -> Changes are made to the existing DA9063 OnKey component so that functionality +> This patch set adds OnKey support for the Dialog DA9062 Power Management = +IC. +> Changes are made to the existing DA9063 OnKey component so that functiona= +lity > in this device driver can be re-used to support the DA9062 OnKey. -> -> This following patch set re-uses the existing kernel OnKey driver for chips +>=20 +> This following patch set re-uses the existing kernel OnKey driver for chi= +ps > whose OnKey blocks are functionally similar to the DA9063 OnKey. -> +>=20 > The main points for the MFD core and device tree changes are as follows. -> +>=20 > - Alteration of the DA9063 OnKey Kconfig needs to be updated to depend on -> both MFD_DA9063 "or" MFD_DA9062. There is no explicit DA9062 OnKey Kconfig. -> - The DA9062 MFD core should add a new OnKey resource as usual and an entry +> both MFD_DA9063 "or" MFD_DA9062. There is no explicit DA9062 OnKey Kcon= +fig. +> - The DA9062 MFD core should add a new OnKey resource as usual and an ent= +ry > in the mfd_cell to support a component name and of_compatible for > "da9062-onkey" and "dlg,da9062-onkey". > - The device tree binding support should include a compatible string for > "dlg,da9062-onkey" -> +>=20 > The main points for the OnKey changes are as follows: -> -> A generic structure is used (called da906x_chip_config) to hold all generic +>=20 +> A generic structure is used (called da906x_chip_config) to hold all gener= +ic > registers and bitmasks for use with this type of OnKey component. -> -> Functions in the DA9063 OnKey will be refactored to use this compatibility +>=20 +> Functions in the DA9063 OnKey will be refactored to use this compatibilit= +y > struct and all accesses to generic registers/masks will be made through -> this table look-up instead of using defines from the register header files +> this table look-up instead of using defines from the register header file= +s > directly -> -> Linkage between the DA9062 MFD and the DA9063 OnKey driver is created through +>=20 +> Linkage between the DA9062 MFD and the DA9063 OnKey driver is created thr= +ough > the use of an of_match_table entry in the platform_driver structure. -> A re-work of da9063_onkey_probe() is necessary to use the of_match_node() and -> dev_get_regmap() functions: this will provide initialisation of the generic -> registers and masks and allow access to the regmap according to the correct +> A re-work of da9063_onkey_probe() is necessary to use the of_match_node()= + and +> dev_get_regmap() functions: this will provide initialisation of the gener= +ic +> registers and masks and allow access to the regmap according to the corre= +ct > device tree specification. -> +>=20 > The addition of a of_device_id table for DA9063 and DA9062 default data -> is created. -> +> is created.=20 +>=20 > In this patch set the following is provided: > - [PATCH V3 1/3]: MFD changes in DA9062 to support OnKey > - [PATCH V3 2/3]: Update existing DA9063 OnKey to add DA9062 support > - [PATCH V3 3/3]: Device tree bindings for DA9062 OnKey component -> -> This patch applies against linux-next and next-20150708 -> +>=20 +> This patch applies against linux-next and next-20150708=20 +>=20 > Thank you, > Steve Twiss, Dialog Semiconductor Ltd. -> +>=20 > S Twiss (3): > mfd: da9062: Support for the DA9063 OnKey in the DA9062 core > onkey: da9063: Add DA9062 OnKey capability to DA9063 OnKey driver > devicetree: da9062: Add device tree bindings for DA9062 OnKey -> +>=20 > .../devicetree/bindings/input/da9062-onkey.txt | 36 ++++++ > Documentation/devicetree/bindings/mfd/da9062.txt | 3 + > drivers/input/misc/Kconfig | 8 +- -> drivers/input/misc/da9063_onkey.c | 129 +++++++++++++++++---- +> drivers/input/misc/da9063_onkey.c | 129 +++++++++++++++= +++---- > drivers/mfd/da9062-core.c | 11 ++ > 5 files changed, 158 insertions(+), 29 deletions(-) -> create mode 100644 Documentation/devicetree/bindings/input/da9062-onkey.txt -> +> create mode 100644 Documentation/devicetree/bindings/input/da9062-onkey.= +txt +>=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 69f7a5a..e12bded 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "ref\0cover.1437668261.git.stwiss.opensource@diasemi.com\0" "From\0Lee Jones <lee.jones@linaro.org>\0" - "Subject\0Re: [PATCH V3 0/3] da9062: Add DA9062 OnKey support using the existing DA9063 OnKey driver\0" + "Subject\0[rtc-linux] Re: [PATCH V3 0/3] da9062: Add DA9062 OnKey support using the existing DA9063 OnKey driver\0" "Date\0Tue, 28 Jul 2015 09:52:16 +0100\0" "To\0S Twiss <stwiss.opensource@diasemi.com>\0" "Cc\0DEVICETREE <devicetree@vger.kernel.org>" @@ -33,75 +33,98 @@ "I appreciate it might be company policy, but is there any chance of\n" "reversing that to read 'Steve Twiss [Opensource]' instead?\n" "\n" - "> This patch set adds OnKey support for the Dialog DA9062 Power Management IC.\n" - "> Changes are made to the existing DA9063 OnKey component so that functionality\n" + "> This patch set adds OnKey support for the Dialog DA9062 Power Management =\n" + "IC.\n" + "> Changes are made to the existing DA9063 OnKey component so that functiona=\n" + "lity\n" "> in this device driver can be re-used to support the DA9062 OnKey.\n" - "> \n" - "> This following patch set re-uses the existing kernel OnKey driver for chips\n" + ">=20\n" + "> This following patch set re-uses the existing kernel OnKey driver for chi=\n" + "ps\n" "> whose OnKey blocks are functionally similar to the DA9063 OnKey.\n" - "> \n" + ">=20\n" "> The main points for the MFD core and device tree changes are as follows.\n" - "> \n" + ">=20\n" "> - Alteration of the DA9063 OnKey Kconfig needs to be updated to depend on\n" - "> both MFD_DA9063 \"or\" MFD_DA9062. There is no explicit DA9062 OnKey Kconfig.\n" - "> - The DA9062 MFD core should add a new OnKey resource as usual and an entry\n" + "> both MFD_DA9063 \"or\" MFD_DA9062. There is no explicit DA9062 OnKey Kcon=\n" + "fig.\n" + "> - The DA9062 MFD core should add a new OnKey resource as usual and an ent=\n" + "ry\n" "> in the mfd_cell to support a component name and of_compatible for\n" "> \"da9062-onkey\" and \"dlg,da9062-onkey\".\n" "> - The device tree binding support should include a compatible string for\n" "> \"dlg,da9062-onkey\"\n" - "> \n" + ">=20\n" "> The main points for the OnKey changes are as follows:\n" - "> \n" - "> A generic structure is used (called da906x_chip_config) to hold all generic\n" + ">=20\n" + "> A generic structure is used (called da906x_chip_config) to hold all gener=\n" + "ic\n" "> registers and bitmasks for use with this type of OnKey component.\n" - "> \n" - "> Functions in the DA9063 OnKey will be refactored to use this compatibility\n" + ">=20\n" + "> Functions in the DA9063 OnKey will be refactored to use this compatibilit=\n" + "y\n" "> struct and all accesses to generic registers/masks will be made through\n" - "> this table look-up instead of using defines from the register header files\n" + "> this table look-up instead of using defines from the register header file=\n" + "s\n" "> directly\n" - "> \n" - "> Linkage between the DA9062 MFD and the DA9063 OnKey driver is created through\n" + ">=20\n" + "> Linkage between the DA9062 MFD and the DA9063 OnKey driver is created thr=\n" + "ough\n" "> the use of an of_match_table entry in the platform_driver structure.\n" - "> A re-work of da9063_onkey_probe() is necessary to use the of_match_node() and\n" - "> dev_get_regmap() functions: this will provide initialisation of the generic\n" - "> registers and masks and allow access to the regmap according to the correct\n" + "> A re-work of da9063_onkey_probe() is necessary to use the of_match_node()=\n" + " and\n" + "> dev_get_regmap() functions: this will provide initialisation of the gener=\n" + "ic\n" + "> registers and masks and allow access to the regmap according to the corre=\n" + "ct\n" "> device tree specification.\n" - "> \n" + ">=20\n" "> The addition of a of_device_id table for DA9063 and DA9062 default data\n" - "> is created. \n" - "> \n" + "> is created.=20\n" + ">=20\n" "> In this patch set the following is provided:\n" "> - [PATCH V3 1/3]: MFD changes in DA9062 to support OnKey\n" "> - [PATCH V3 2/3]: Update existing DA9063 OnKey to add DA9062 support\n" "> - [PATCH V3 3/3]: Device tree bindings for DA9062 OnKey component\n" - "> \n" - "> This patch applies against linux-next and next-20150708 \n" - "> \n" + ">=20\n" + "> This patch applies against linux-next and next-20150708=20\n" + ">=20\n" "> Thank you,\n" "> Steve Twiss, Dialog Semiconductor Ltd.\n" - "> \n" + ">=20\n" "> S Twiss (3):\n" "> mfd: da9062: Support for the DA9063 OnKey in the DA9062 core\n" "> onkey: da9063: Add DA9062 OnKey capability to DA9063 OnKey driver\n" "> devicetree: da9062: Add device tree bindings for DA9062 OnKey\n" - "> \n" + ">=20\n" "> .../devicetree/bindings/input/da9062-onkey.txt | 36 ++++++\n" "> Documentation/devicetree/bindings/mfd/da9062.txt | 3 +\n" "> drivers/input/misc/Kconfig | 8 +-\n" - "> drivers/input/misc/da9063_onkey.c | 129 +++++++++++++++++----\n" + "> drivers/input/misc/da9063_onkey.c | 129 +++++++++++++++=\n" + "++----\n" "> drivers/mfd/da9062-core.c | 11 ++\n" "> 5 files changed, 158 insertions(+), 29 deletions(-)\n" - "> create mode 100644 Documentation/devicetree/bindings/input/da9062-onkey.txt\n" - "> \n" + "> create mode 100644 Documentation/devicetree/bindings/input/da9062-onkey.=\n" + "txt\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. -3db8fe3e6a7124f2c076eaf573875a0ac8e0026b2e6957c9c30f2acbb6a44426 +9207dc0e5090779a63654effc05551fbe01122b6d9e56ee55e68919baab24459
diff --git a/a/1.txt b/N2/1.txt index 02f1ec6..01f713f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -79,7 +79,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/N2/content_digest index 69f7a5a..b24bdf5 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -98,10 +98,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 -3db8fe3e6a7124f2c076eaf573875a0ac8e0026b2e6957c9c30f2acbb6a44426 +5fac9e2cd616adf00766a65432d045e3c291163c58b508bf39e7d73d73158711
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.