All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] extcon next for 3.15
@ 2014-03-19  7:53 Chanwoo Choi
  2014-03-19 17:06 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Chanwoo Choi @ 2014-03-19  7:53 UTC (permalink / raw)
  To: Greg KH; +Cc: MyungJoo Ham, Kyungmin Park, linux-kernel

Dear Greg,

This is extcon-next full request for v3.15. I add detailed description of this
pull request on below. Please pull extcon with following updates.

This patchset is rebased on 'Linux 3-14-rc5' because char-misc-next is based on
'Linux 3-14-rc5'.

Best Regards,
Chanwoo Choi

The following changes since commit 0414855fdc4a40da05221fc6062cccbc0c30f169:

  Linux 3.14-rc5 (2014-03-02 18:56:16 -0800)

are available in the git repository at:

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

for you to fetch changes up to 1ad94ffef22c0a6e2ee6ba90a800c32fd29ffa1f:

  extcon: Move OF helper function to extcon core and change function name (2014-03-19 14:41:58 +0900)

----------------------------------------------------------------
Update extcon for v3.15

This patchset fix minor issue.

The extcon-palmas/gpio use SIMPLE_DEV_PM_OPS macro instead of legacy method.
OF helper function of extcon move in extcon core to remove separate of_extcon.c
and change the name of OF helper function as following because previous function
name is complicated and ambiguous naming.
- of_extcon_get_extcon_dev() -> extcon_get_edev_by_phandle()

----------------------------------------------------------------
Chanwoo Choi (2):
      extcon: of: Remove unnecessary function call by using the name of device_node
      extcon: Move OF helper function to extcon core and change function name

Jingoo Han (2):
      extcon: palmas: Use SIMPLE_DEV_PM_OPS macro
      extcon: gpio: Use SIMPLE_DEV_PM_OPS macro

 drivers/extcon/Kconfig           |  4 ---
 drivers/extcon/Makefile          |  2 --
 drivers/extcon/extcon-class.c    | 42 ++++++++++++++++++++++++++
 drivers/extcon/extcon-gpio.c     |  4 +--
 drivers/extcon/extcon-palmas.c   |  5 +---
 drivers/extcon/of_extcon.c       | 64 ----------------------------------------
 drivers/usb/dwc3/dwc3-omap.c     |  3 +-
 include/linux/extcon.h           | 12 ++++++++
 include/linux/extcon/of_extcon.h | 31 -------------------
 9 files changed, 57 insertions(+), 110 deletions(-)
 delete mode 100644 drivers/extcon/of_extcon.c
 delete mode 100644 include/linux/extcon/of_extcon.h

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

* Re: [GIT PULL] extcon next for 3.15
  2014-03-19  7:53 [GIT PULL] extcon next for 3.15 Chanwoo Choi
@ 2014-03-19 17:06 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2014-03-19 17:06 UTC (permalink / raw)
  To: Chanwoo Choi; +Cc: MyungJoo Ham, Kyungmin Park, linux-kernel

On Wed, Mar 19, 2014 at 04:53:13PM +0900, Chanwoo Choi wrote:
> Dear Greg,
> 
> This is extcon-next full request for v3.15. I add detailed description of this
> pull request on below. Please pull extcon with following updates.
> 
> This patchset is rebased on 'Linux 3-14-rc5' because char-misc-next is based on
> 'Linux 3-14-rc5'.
> 
> Best Regards,
> Chanwoo Choi
> 
> The following changes since commit 0414855fdc4a40da05221fc6062cccbc0c30f169:
> 
>   Linux 3.14-rc5 (2014-03-02 18:56:16 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-3.15

Pulled and pushed out, thanks.

greg k-h

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

end of thread, other threads:[~2014-03-19 17:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-19  7:53 [GIT PULL] extcon next for 3.15 Chanwoo Choi
2014-03-19 17:06 ` Greg KH

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.