* [GIT PULL] extcon fixes for Linux 3.7 rc6
@ 2012-11-21 11:15 MyungJoo Ham
2012-11-21 14:35 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: MyungJoo Ham @ 2012-11-21 11:15 UTC (permalink / raw)
To: gregkh
Cc: linux-kernel, myungjoo.ham, cw00.choi, kyungmin.park,
sachin.kamat, khoroshilov
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The following changes since commit f4a75d2eb7b1e2206094b901be09adb31ba63681:
Linux 3.7-rc6 (2012-11-16 17:42:40 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mzx/extcon.git for-gregkh
Alexey Khoroshilov (1):
extcon: arizona: unlock mutex on error path in arizona_micdet()
Chanwoo Choi (1):
extcon: Add missing header file to extcon.h
Sachin Kamat (3):
extcon: Fix return value in extcon-class.c
extcon: max8997: Fix incorrect error check and return value
extcon: max77693: Fix incorrect error check and return value
drivers/extcon/extcon-arizona.c | 1 +
drivers/extcon/extcon-class.c | 2 +-
drivers/extcon/extcon-max77693.c | 10 ++++++----
drivers/extcon/extcon-max8997.c | 6 ++++--
include/linux/extcon.h | 2 ++
5 files changed, 14 insertions(+), 7 deletions(-)
- ----
Note to Chanwoo and Sachin:
In this pull request, I've added bugfixes only.
If you see the for-next branch, you can see that the style fixes and
devm_* applications are added for later pull requests.
Note to Sachin:
"extcon: max77693: Fix uninitialised variable warning" is following
"devm_*" patch; thus, it is not in this request.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBAgAGBQJQrLcuAAoJEBOhurvWBoCKW08P+gO9XqR1cIkvZnQuj8mjjsz5
EUT3TdMtkxdQz4uKU3XRndbfQh0olWMNgg+jhkZXR77+4Ed8pjXffM72ugSJz2DK
zIgQL+J0GYAZw/YY88gsVfDD13OpqFbvzuygMotlVsbMals02YiwTITj4EtVn9I/
CXmHeh73gFk/KPg4ThmbVyVuILzfxcEUOPSPk8WGO8mwSh+7sLBmx+wqB+YU4A0X
6KPLFQhtFLyRuV76nPsd9zhS9VeLUIq7GkfIlDGoODbimGpn3o0C0D2s1/t2X26+
79AnTp6DuRUfv3lBOEn8MuJtXh2P2KHH6trq7GProWBcGefFpeJIlvmU9inRAITU
JKmopUt4d8t3/b1jKFTjIruuIS/EqmYpiepS4D7WIB/Stkjc8+kYWMvMxw27nbGo
cw2NVqyvX4s/eSzVRoQXj41StJpA+t9At3OLRd8kPkf2qh516KCa78Qn4+/jG5GR
ez1wF5C+OcvJ6E3AAionL7W89tJRo/FdmijHsXpwHS2afTxKMgYpeh0LZK6v69+s
o6R4oMNhFGd7uO4sjKMcH1yrUanrzVwjA9N0fs8O+q/Azd2hYsx0ncP7/SLHlYIS
oa2ST2JRLl4UiQf3MfKCzKZ1NOZVvjId8oHqgECEPglDfvj+vQUA40/X4X1M59id
G1q/+RFn2jbKt7QAu0EI
=rMq4
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [GIT PULL] extcon fixes for Linux 3.7 rc6 2012-11-21 11:15 [GIT PULL] extcon fixes for Linux 3.7 rc6 MyungJoo Ham @ 2012-11-21 14:35 ` Greg KH 2012-11-22 4:51 ` [GIT PULL] extcon for Linux 3.8 MyungJoo Ham 2012-11-22 4:59 ` [GIT PULL] extcon fixes for Linux 3.7 rc6 MyungJoo Ham 0 siblings, 2 replies; 5+ messages in thread From: Greg KH @ 2012-11-21 14:35 UTC (permalink / raw) To: MyungJoo Ham Cc: linux-kernel, myungjoo.ham, cw00.choi, kyungmin.park, sachin.kamat, khoroshilov On Wed, Nov 21, 2012 at 08:15:25PM +0900, MyungJoo Ham wrote: > The following changes since commit f4a75d2eb7b1e2206094b901be09adb31ba63681: > > Linux 3.7-rc6 (2012-11-16 17:42:40 -0800) > > are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/mzx/extcon.git for-gregkh > > Alexey Khoroshilov (1): > extcon: arizona: unlock mutex on error path in arizona_micdet() > > Chanwoo Choi (1): > extcon: Add missing header file to extcon.h > > Sachin Kamat (3): > extcon: Fix return value in extcon-class.c > extcon: max8997: Fix incorrect error check and return value > extcon: max77693: Fix incorrect error check and return value It's _really_ late in the release cycle for any new patches that are not MAJOR problems. I don't think any of these meet that rule, do you? If you really need them into 3.7, mark them with the Cc: stable line and get them into 3.8-rc1. > Note to Chanwoo and Sachin: > In this pull request, I've added bugfixes only. > If you see the for-next branch, you can see that the style fixes and > devm_* applications are added for later pull requests. Note, after tomorrow, I will not be taking any new patches for 3.8-rc1, so you better get your -next branch to me soon. :) thanks, greg k-h ^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] extcon for Linux 3.8 2012-11-21 14:35 ` Greg KH @ 2012-11-22 4:51 ` MyungJoo Ham 2012-11-26 23:55 ` Greg KH 2012-11-22 4:59 ` [GIT PULL] extcon fixes for Linux 3.7 rc6 MyungJoo Ham 1 sibling, 1 reply; 5+ messages in thread From: MyungJoo Ham @ 2012-11-22 4:51 UTC (permalink / raw) To: gregkh Cc: linux-kernel, myungjoo.ham, cw00.choi, kyungmin.park, sachin.kamat, khoroshilov Please pull extcon patches for Linux 3.8. Cheers, MyungJoo -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The following changes since commit f4a75d2eb7b1e2206094b901be09adb31ba63681: Linux 3.7-rc6 (2012-11-16 17:42:40 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mzx/extcon.git for-next Alexey Khoroshilov (1): extcon: arizona: unlock mutex on error path in arizona_micdet() Chanwoo Choi (1): extcon: Add missing header file to extcon.h MyungJoo Ham (1): extcon: kernel_doc style fix Sachin Kamat (9): extcon: Fix return value in extcon-class.c extcon: max8997: Fix incorrect error check and return value extcon: max77693: Fix incorrect error check and return value extcon: max77693: Fix coding style extcon: max8997: Fix checkpatch error extcon: max8997: Fix a typo extcon: max8997: Use devm_kzalloc extcon: max77693: Use devm_kzalloc extcon: max77693: Fix uninitialised variable warning drivers/extcon/extcon-arizona.c | 1 + drivers/extcon/extcon-class.c | 2 +- drivers/extcon/extcon-max77693.c | 36 ++++++++++++--------------- drivers/extcon/extcon-max8997.c | 28 +++++++++------------ include/linux/extcon.h | 50 +++++++++++++++++++------------------ 5 files changed, 56 insertions(+), 61 deletions(-) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBAgAGBQJQra5aAAoJEBOhurvWBoCK/soP/A/h7YIeBV/k9naDbhcMQ9bP vtRUXdTziJKyBEjVbUdGx62CBUJkAx5oYLOUp02CZrwITFRWFQvlsP934OVXbzfj UhGYv7HKlRvAF1jdARXBdIHNyLuPrKBIxv36WYn/GA2SH+1uiV0tLdswON5Y+Hji T9ukH+6+HnGyewZ3NcCpgfIo93jSxhJXJ1H90ENVMWwJC+YlCtceRmFB+wgy+/9b JLaSjBNVCIAdMdfCGU8ikv3q2t6YGpP4n52dsEBoRcuJq/xuFNw/27xMhSA11rhF tG/14ExOj8LehKxhO4Q4ceVI4qt9SDdGfywjbYqk7MdpPLy5eRdX/4wo7/SBzfzh mRksPv85E9gbGY6ex8wZpfwpwbs0zq8abVbQP9Mmdpddd/xJYMS9r4eJzZRJSN6L D7Wvi+k2DqxklYe7KGpNt1FVCTs7tNJOGw8+gQ8l/N+DRkE+fq8QvLo46XQJaXRR Atu74bg4d0DmEaFIkaSN79ps0vNuRfUTq29G5ofQvHuxmbrtmsJ+MOcIY6sX9p0+ 0kmvMjentU2fGJ8qu9iJL95/TRUJzo/6GG3VUQIHhVzggJEXUe+EOJIZ47d0A7z9 6/2Sb6oBoiuPSNiYorO6wEh4ml1OkAa75oSxJ38ePiZ0Qvrcjqjgu1L4sPjN00hj NidgtxwGkzphXtXS6uKc =yFA7 -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] extcon for Linux 3.8 2012-11-22 4:51 ` [GIT PULL] extcon for Linux 3.8 MyungJoo Ham @ 2012-11-26 23:55 ` Greg KH 0 siblings, 0 replies; 5+ messages in thread From: Greg KH @ 2012-11-26 23:55 UTC (permalink / raw) To: MyungJoo Ham Cc: linux-kernel, myungjoo.ham, cw00.choi, kyungmin.park, sachin.kamat, khoroshilov On Thu, Nov 22, 2012 at 01:51:10PM +0900, MyungJoo Ham wrote: > Please pull extcon patches for Linux 3.8. This is not a signed-tag pull request, which I thought I asked for previously. Please create that, so that I can properly know I am getting the right pull request and patches. thanks, greg k-h ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] extcon fixes for Linux 3.7 rc6 2012-11-21 14:35 ` Greg KH 2012-11-22 4:51 ` [GIT PULL] extcon for Linux 3.8 MyungJoo Ham @ 2012-11-22 4:59 ` MyungJoo Ham 1 sibling, 0 replies; 5+ messages in thread From: MyungJoo Ham @ 2012-11-22 4:59 UTC (permalink / raw) To: Greg KH; +Cc: linux-kernel, cw00.choi, kyungmin.park, sachin.kamat, khoroshilov On Wed, Nov 21, 2012 at 11:35 PM, Greg KH <gregkh@linuxfoundation.org> wrote: > On Wed, Nov 21, 2012 at 08:15:25PM +0900, MyungJoo Ham wrote: >> The following changes since commit f4a75d2eb7b1e2206094b901be09adb31ba63681: >> >> Linux 3.7-rc6 (2012-11-16 17:42:40 -0800) >> >> are available in the git repository at: >> git://git.kernel.org/pub/scm/linux/kernel/git/mzx/extcon.git for-gregkh >> [] > > It's _really_ late in the release cycle for any new patches that are not > MAJOR problems. I don't think any of these meet that rule, do you? If > you really need them into 3.7, mark them with the Cc: stable line and > get them into 3.8-rc1. > >> Note to Chanwoo and Sachin: >> In this pull request, I've added bugfixes only. >> If you see the for-next branch, you can see that the style fixes and >> devm_* applications are added for later pull requests. > > Note, after tomorrow, I will not be taking any new patches for 3.8-rc1, > so you better get your -next branch to me soon. :) > > thanks, > > greg k-h Yes, they are not major bugfixes, but minor fixes. Please ignore thisone and use the another pull-request sent minutes ago for 3.8-rc1, which includes patches in this one as well. Thank you Cheers, MyungJoo -- MyungJoo Ham, Ph.D. Mobile Software Platform Lab, DMC Business, Samsung Electronics ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-11-26 23:55 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-11-21 11:15 [GIT PULL] extcon fixes for Linux 3.7 rc6 MyungJoo Ham 2012-11-21 14:35 ` Greg KH 2012-11-22 4:51 ` [GIT PULL] extcon for Linux 3.8 MyungJoo Ham 2012-11-26 23:55 ` Greg KH 2012-11-22 4:59 ` [GIT PULL] extcon fixes for Linux 3.7 rc6 MyungJoo Ham
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.