linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] extcon next for v4.19
       [not found] <CGME20180719001704epcas2p2aab364365a7e3e9e52d619bd612a6958@epcas2p2.samsung.com>
@ 2018-07-19  0:17 ` Chanwoo Choi
  2018-07-21  6:13   ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Chanwoo Choi @ 2018-07-19  0:17 UTC (permalink / raw)
  To: Greg KH
  Cc: linux-kernel@vger.kernel.org,
	"최찬우 (samsung.com)",
	함명주

Dear Greg,

This is extcon-next pull request for v4.19. 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 ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-4.19

for you to fetch changes up to 8a9dbb779fe882325b9a0238494a7afaff2eb444:

  extcon: Release locking when sending the notification of connector state (2018-07-12 09:06:31 +0900)

----------------------------------------------------------------
Update extcon for 4.19

Detailed description for this pull request:
1. Release locking when sending the connector state in extcon_sync()
-  Previously, extcon used the spinlock before calling the notifier_call_chain
to prevent the scheduled out of task and to prevent the notification delay.
When spinlock is locked for sending the notification, deadlock issue
occured on the side of extcon consumer device. To fix this issue on extcon
consumer device, release locking when sending the connector state.

2. Fix minor issues of extcon provider driver
- extcon-intel-int3496.c uses 'linux/gpio/consumer.h' instead of 'linux/gpio.h'
- extcon-usbc-cors-ec.c adds SPDX license and fix the wrong license information

----------------------------------------------------------------
Chanwoo Choi (1):
      extcon: Release locking when sending the notification of connector state

Enric Balletbo i Serra (2):
      extcon: usbc-cros-ec: Make license text and module license match.
      extcon: usbc-cros-ec: Switch to SPDX identifier.

Wolfram Sang (1):
      extcon: int3496: Use proper GPIO include

 drivers/extcon/extcon-intel-int3496.c |  2 +-
 drivers/extcon/extcon-usbc-cros-ec.c  | 22 ++++++----------------
 drivers/extcon/extcon.c               |  3 ++-
 3 files changed, 9 insertions(+), 18 deletions(-)



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] extcon next for v4.19
  2018-07-19  0:17 ` [GIT PULL] extcon next for v4.19 Chanwoo Choi
@ 2018-07-21  6:13   ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2018-07-21  6:13 UTC (permalink / raw)
  To: Chanwoo Choi; +Cc: linux-kernel@vger.kernel.org, 함명주

On Thu, Jul 19, 2018 at 09:17:04AM +0900, Chanwoo Choi wrote:
> Dear Greg,
> 
> This is extcon-next pull request for v4.19. 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 ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> 
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-4.19

Now pulled, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-21  6:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20180719001704epcas2p2aab364365a7e3e9e52d619bd612a6958@epcas2p2.samsung.com>
2018-07-19  0:17 ` [GIT PULL] extcon next for v4.19 Chanwoo Choi
2018-07-21  6:13   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).