Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1297707 > unrolled thread
| Started by | Chanwoo Choi <cw00.choi@samsung.com> |
|---|---|
| First post | 2015-12-24 02:00 +0100 |
| Last post | 2015-12-27 02:10 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[GIT PULL] extcon next for 4.5 Chanwoo Choi <cw00.choi@samsung.com> - 2015-12-24 02:00 +0100
Re: [GIT PULL] extcon next for 4.5 Greg KH <gregkh@linuxfoundation.org> - 2015-12-27 02:10 +0100
| From | Chanwoo Choi <cw00.choi@samsung.com> |
|---|---|
| Date | 2015-12-24 02:00 +0100 |
| Subject | [GIT PULL] extcon next for 4.5 |
| Message-ID | <qJ2q6-8kk-15@gated-at.bofh.it> |
Dear Greg,
This is extcon-next pull request for v4.5. 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 8005c49d9aea74d382f474ce11afbbc7d7130bec:
Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-4.5
for you to fetch changes up to 08a0a4f987a4b5827e4111eccc97a9271d24633e:
extcon: add Maxim MAX3355 driver (2015-12-21 11:44:00 +0900)
----------------------------------------------------------------
Update extcon for 4.5
Detailed description for patchset:
1. Add new MAX3355 extcon driver
- Maxim Integrated MAX3355E chip integrates a charge pump
and comparator to enable a system with an integrated
USB OTG dual-role transceiver to function as an USB OTG
dual-role device.
2. Update the extcon-arizona driver for jack detection
- Add the device binding for the jack detection and add
the documentation of extcon-arizona.c.
3. Fix the minor issue of extcon driver
- Add IRQF_ONESHOT to interrupt flags of extcon-rt8973.
- Fix the return value regmap_irq_get_virq() of
extcon-max(14577|77693|77843).c driver by using script[1].
[1] http://permalink.gmane.org/gmane.linux.kernel/2046107
----------------------------------------------------------------
Andrzej Hajda (3):
extcon: max14577: fix handling return value of regmap_irq_get_virq
extcon: max77693: fix handling return value of regmap_irq_get_virq
extcon: max77843: fix handling return value of regmap_irq_get_virq
Charles Keepax (11):
extcon: arizona: Add device binding to enable ADC mode micdet
extcon: arizona: Add device binding for the general purpose switch
extcon: arizona: Add device binding for jack detect polarity inversion
extcon: arizona: Add device binding for second jack detect pin on GPIO5
extcon: arizona: Update DT binding documentation for mic detection
extcon: arizona: Update DT binding documentation for jack detection
extcon: arizona: Update naming for second jack detection DT binding
extcon: arizona: Update naming for micd-timeout DT to include units
extcon: arizona: Add device bindings for the micd configurations
extcon: arizona: Update device tree binding for mic detect configurations
extcon: arizona: Add DT binding examples
Saurabh Sengar (1):
extcon: rt8973: Add IRQF_ONESHOT to interrupt flags
Sergei Shtylyov (1):
extcon: add Maxim MAX3355 driver
.../devicetree/bindings/extcon/extcon-arizona.txt | 60 +++++++++
.../devicetree/bindings/extcon/extcon-max3355.txt | 21 +++
drivers/extcon/Kconfig | 9 ++
drivers/extcon/Makefile | 1 +
drivers/extcon/extcon-arizona.c | 71 +++++++++-
drivers/extcon/extcon-max14577.c | 2 +-
drivers/extcon/extcon-max3355.c | 146 +++++++++++++++++++++
drivers/extcon/extcon-max77693.c | 4 +-
drivers/extcon/extcon-max77843.c | 2 +-
drivers/extcon/extcon-rt8973a.c | 2 +-
10 files changed, 310 insertions(+), 8 deletions(-)
create mode 100644 Documentation/devicetree/bindings/extcon/extcon-max3355.txt
create mode 100644 drivers/extcon/extcon-max3355.c
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2015-12-27 02:10 +0100 |
| Message-ID | <qK80p-8s9-1@gated-at.bofh.it> |
| In reply to | #1297707 |
On Thu, Dec 24, 2015 at 09:58:27AM +0900, Chanwoo Choi wrote: > Dear Greg, > > This is extcon-next pull request for v4.5. 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 8005c49d9aea74d382f474ce11afbbc7d7130bec: > > Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-4.5 Pulled and pushed out, thanks. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web