* [GIT PULL] Immutable branch between drivers/platform/x86 and drivers/extcon due for the v5.14 merge window @ 2021-06-17 14:04 ` Hans de Goede 2021-06-18 2:30 ` Chanwoo Choi 0 siblings, 1 reply; 3+ messages in thread From: Hans de Goede @ 2021-06-17 14:04 UTC (permalink / raw) To: Chanwoo Choi Cc: Matti Vaittinen, Matti Vaittinen, Krzysztof Kozlowski, MyungJoo Ham, Linux Kernel Mailing List Hi Chanwoo, As discussed here is a pull-req from an immutable branch with the devm-helper changes from Matti for you to merge into the extcon tree. I have already merged this into my review-hans branch and once the builders had a chance to play with this I will push this branch to platform-drivers-x86/for-next. Regards, Hans The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git tags/devm-helpers-v5.14-1 for you to fetch changes up to 87ee8de23c9df3a368504f34cf3d7f9be9207717: extcon: extcon-max8997: Simplify driver using devm (2021-06-17 13:22:27 +0200) ---------------------------------------------------------------- Signed tag for the immutable devm-helpers branch for merging into the extcon and pdx86 trees. ---------------------------------------------------------------- Matti Vaittinen (5): devm-helpers: Add resource managed version of work init extcon: extcon-max14577: Fix potential work-queue cancellation race extcon: extcon-max77693.c: Fix potential work-queue cancellation race extcon: extcon-max8997: Fix IRQ freeing at error path extcon: extcon-max8997: Simplify driver using devm drivers/extcon/extcon-max14577.c | 16 +++++--------- drivers/extcon/extcon-max77693.c | 17 +++++---------- drivers/extcon/extcon-max8997.c | 45 ++++++++++++++-------------------------- include/linux/devm-helpers.h | 25 ++++++++++++++++++++++ 4 files changed, 50 insertions(+), 53 deletions(-) ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] Immutable branch between drivers/platform/x86 and drivers/extcon due for the v5.14 merge window 2021-06-17 14:04 ` [GIT PULL] Immutable branch between drivers/platform/x86 and drivers/extcon due for the v5.14 merge window Hans de Goede @ 2021-06-18 2:30 ` Chanwoo Choi 2021-06-18 11:23 ` Hans de Goede 0 siblings, 1 reply; 3+ messages in thread From: Chanwoo Choi @ 2021-06-18 2:30 UTC (permalink / raw) To: Hans de Goede Cc: Matti Vaittinen, Matti Vaittinen, Krzysztof Kozlowski, MyungJoo Ham, Linux Kernel Mailing List Hi Hans, Thanks for immutable branch. I think again that you better apply them via your tree for merging them to linus tree finally without extcon tree. I'm sorry about change of my opinion. Thanks. Chanwoo Choi On 6/17/21 11:04 PM, Hans de Goede wrote: > Hi Chanwoo, > > As discussed here is a pull-req from an immutable branch with the > devm-helper changes from Matti for you to merge into the extcon tree. > > I have already merged this into my review-hans branch and once the > builders had a chance to play with this I will push this > branch to platform-drivers-x86/for-next. > > Regards, > > Hans > > > The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: > > Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git tags/devm-helpers-v5.14-1 > > for you to fetch changes up to 87ee8de23c9df3a368504f34cf3d7f9be9207717: > > extcon: extcon-max8997: Simplify driver using devm (2021-06-17 13:22:27 +0200) > > ---------------------------------------------------------------- > Signed tag for the immutable devm-helpers branch for merging > into the extcon and pdx86 trees. > > ---------------------------------------------------------------- > Matti Vaittinen (5): > devm-helpers: Add resource managed version of work init > extcon: extcon-max14577: Fix potential work-queue cancellation race > extcon: extcon-max77693.c: Fix potential work-queue cancellation race > extcon: extcon-max8997: Fix IRQ freeing at error path > extcon: extcon-max8997: Simplify driver using devm > > drivers/extcon/extcon-max14577.c | 16 +++++--------- > drivers/extcon/extcon-max77693.c | 17 +++++---------- > drivers/extcon/extcon-max8997.c | 45 ++++++++++++++-------------------------- > include/linux/devm-helpers.h | 25 ++++++++++++++++++++++ > 4 files changed, 50 insertions(+), 53 deletions(-) > > > ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] Immutable branch between drivers/platform/x86 and drivers/extcon due for the v5.14 merge window 2021-06-18 2:30 ` Chanwoo Choi @ 2021-06-18 11:23 ` Hans de Goede 0 siblings, 0 replies; 3+ messages in thread From: Hans de Goede @ 2021-06-18 11:23 UTC (permalink / raw) To: Chanwoo Choi Cc: Matti Vaittinen, Matti Vaittinen, Krzysztof Kozlowski, MyungJoo Ham, Linux Kernel Mailing List Hi, On 6/18/21 4:30 AM, Chanwoo Choi wrote: > Hi Hans, > > Thanks for immutable branch. > I think again that you better apply them via your tree > for merging them to linus tree finally without extcon tree. > I'm sorry about change of my opinion. That is fine, I've already merged the branch into my tree. If you end up needing it for some changes for 5.14 after all feel free to also merge it into your tree. Regards, Hans > On 6/17/21 11:04 PM, Hans de Goede wrote: >> Hi Chanwoo, >> >> As discussed here is a pull-req from an immutable branch with the >> devm-helper changes from Matti for you to merge into the extcon tree. >> >> I have already merged this into my review-hans branch and once the >> builders had a chance to play with this I will push this >> branch to platform-drivers-x86/for-next. >> >> Regards, >> >> Hans >> >> >> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: >> >> Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) >> >> are available in the Git repository at: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git tags/devm-helpers-v5.14-1 >> >> for you to fetch changes up to 87ee8de23c9df3a368504f34cf3d7f9be9207717: >> >> extcon: extcon-max8997: Simplify driver using devm (2021-06-17 13:22:27 +0200) >> >> ---------------------------------------------------------------- >> Signed tag for the immutable devm-helpers branch for merging >> into the extcon and pdx86 trees. >> >> ---------------------------------------------------------------- >> Matti Vaittinen (5): >> devm-helpers: Add resource managed version of work init >> extcon: extcon-max14577: Fix potential work-queue cancellation race >> extcon: extcon-max77693.c: Fix potential work-queue cancellation race >> extcon: extcon-max8997: Fix IRQ freeing at error path >> extcon: extcon-max8997: Simplify driver using devm >> >> drivers/extcon/extcon-max14577.c | 16 +++++--------- >> drivers/extcon/extcon-max77693.c | 17 +++++---------- >> drivers/extcon/extcon-max8997.c | 45 ++++++++++++++-------------------------- >> include/linux/devm-helpers.h | 25 ++++++++++++++++++++++ >> 4 files changed, 50 insertions(+), 53 deletions(-) >> >> >> > ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-06-18 11:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <CGME20210617140425epcas1p146979efb16135032d9c2bc7666ecd825@epcas1p1.samsung.com>
2021-06-17 14:04 ` [GIT PULL] Immutable branch between drivers/platform/x86 and drivers/extcon due for the v5.14 merge window Hans de Goede
2021-06-18 2:30 ` Chanwoo Choi
2021-06-18 11:23 ` Hans de Goede
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®