* [GIT PULL] extcon next for 4.5
@ 2015-12-24 0:58 Chanwoo Choi
2015-12-27 0:58 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Chanwoo Choi @ 2015-12-24 0:58 UTC (permalink / raw)
To: Greg KH
Cc: linux-kernel@vger.kernel.org, MyungJoo Ham,
"최찬우 (samsung)"
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
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [GIT PULL] extcon next for 4.5
2015-12-24 0:58 [GIT PULL] extcon next for 4.5 Chanwoo Choi
@ 2015-12-27 0:58 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-12-27 0:58 UTC (permalink / raw)
To: Chanwoo Choi; +Cc: linux-kernel@vger.kernel.org, MyungJoo Ham
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-27 1:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-24 0:58 [GIT PULL] extcon next for 4.5 Chanwoo Choi
2015-12-27 0:58 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox