Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1673284 > unrolled thread
| Started by | Chanwoo Choi <cw00.choi@samsung.com> |
|---|---|
| First post | 2017-06-23 08:00 +0200 |
| Last post | 2017-06-27 17:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[GIT PULL] extcon next for v4.13 Chanwoo Choi <cw00.choi@samsung.com> - 2017-06-23 08:00 +0200
Re: [GIT PULL] extcon next for v4.13 Greg KH <gregkh@linuxfoundation.org> - 2017-06-27 17:40 +0200
| From | Chanwoo Choi <cw00.choi@samsung.com> |
|---|---|
| Date | 2017-06-23 08:00 +0200 |
| Subject | [GIT PULL] extcon next for v4.13 |
| Message-ID | <tVpNp-6E0-23@gated-at.bofh.it> |
Dear Greg,
This is extcon-next pull request for v4.13. I add detailed description of
this pull request on below. Please pull extcon with following updates.
Best Regards,
Chanwoo Choi
The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d:
Linux 4.12-rc2 (2017-05-21 19:30:23 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-4.13
for you to fetch changes up to 1f4be24786b8521945b00e1810576911994ba504:
extcon: int3496: Switch to devm_acpi_dev_add_driver_gpios() (2017-06-12 10:00:24 +0900)
----------------------------------------------------------------
Update extcon for 4.13
Detailed description for this pull request:
- Use devm_kcalloc() and fix typo for extcon core/extcon-arizona.c.
- Add dependency ARCH_QCOM for extcon-qcom-spmi-misc.c
- Use resource-managed devm_* function for gpios on extcon-int3496.c
----------------------------------------------------------------
Andy Shevchenko (1):
extcon: int3496: Switch to devm_acpi_dev_add_driver_gpios()
Markus Elfring (3):
extcon: Use devm_kcalloc() in extcon_dev_register()
extcon: Fix a typo in three comment lines
extcon: arizona: Use devm_kcalloc() in arizona_extcon_get_micd_configs()
Peter Robinson (1):
extcon: qcom-spmi-misc: add dependency on ARCH_QCOM
drivers/extcon/Kconfig | 1 +
drivers/extcon/extcon-arizona.c | 4 +---
drivers/extcon/extcon-intel-int3496.c | 5 +----
drivers/extcon/extcon.c | 11 +++++------
4 files changed, 8 insertions(+), 13 deletions(-)
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2017-06-27 17:40 +0200 |
| Message-ID | <tX0KS-2rx-15@gated-at.bofh.it> |
| In reply to | #1673284 |
On Fri, Jun 23, 2017 at 02:49:58PM +0900, Chanwoo Choi wrote: > Dear Greg, > > This is extcon-next pull request for v4.13. I add detailed description of > this pull request on below. Please pull extcon with following updates. > > Best Regards, > Chanwoo Choi > > The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d: > > Linux 4.12-rc2 (2017-05-21 19:30:23 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-4.13 Pulled and pushed out, thanks. greg k-h
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web