public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 0/9] phy: for 4.4 -rc
@ 2015-12-07 13:51 Kishon Vijay Abraham I
  2015-12-07 13:51 ` [PATCH 1/9] phy: sun9i-usb: add USB dependency Kishon Vijay Abraham I
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Kishon Vijay Abraham I @ 2015-12-07 13:51 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel

Hi Greg,

Please find the pull request for this -rc cycle. Bulk of the changes are
with respect to adding of_node_put in the PHY drivers, a fix in PHY core
and a patch to fix randconfig error.

Consider merging it in this -rc cycle. Let me know if I have to change
something.

Thanks
Kishon

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/kishon/linux-phy.git tags/phy-for-4.4-rc

for you to fetch changes up to 708744628ba96ed4dfcac74a985eb66ad551f164:

  phy: core: Get a refcount to phy in devm_of_phy_get_by_index() (2015-12-07 18:44:02 +0530)

----------------------------------------------------------------
phy: for 4.4 -rc

*) Add missing of_node_put in a bunch of PHY drivers
*) Add get_device in devm_of_phy_get_by_index()
*) Fix randconfig build error in sun9i usb driver

----------------------------------------------------------------
Arnd Bergmann (1):
      phy: sun9i-usb: add USB dependency

Chunfeng Yun (1):
      phy: core: Get a refcount to phy in devm_of_phy_get_by_index()

Julia Lawall (7):
      phy: brcmstb-sata: add missing of_node_put
      phy: mt65xx-usb3: add missing of_node_put
      phy: berlin-sata: add missing of_node_put
      phy: rockchip-usb: add missing of_node_put
      phy: miphy28lp: add missing of_node_put
      phy: miphy365x: add missing of_node_put
      phy: cygnus: pcie: add missing of_node_put

 drivers/phy/Kconfig               |    1 +
 drivers/phy/phy-bcm-cygnus-pcie.c |   16 ++++++++++++----
 drivers/phy/phy-berlin-sata.c     |   20 ++++++++++++++------
 drivers/phy/phy-brcmstb-sata.c    |   17 ++++++++++++-----
 drivers/phy/phy-core.c            |   21 +++++++++++++++------
 drivers/phy/phy-miphy28lp.c       |   16 +++++++++++-----
 drivers/phy/phy-miphy365x.c       |   16 +++++++++++-----
 drivers/phy/phy-mt65xx-usb3.c     |   20 +++++++++++++-------
 drivers/phy/phy-rockchip-usb.c    |   17 ++++++++++++-----
 9 files changed, 101 insertions(+), 43 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [RESEND GIT PULL 0/9] phy: for 4.4 -rc
@ 2015-12-15 10:04 Kishon Vijay Abraham I
  2015-12-15 10:04 ` [PATCH 8/9] phy: cygnus: pcie: add missing of_node_put Kishon Vijay Abraham I
  0 siblings, 1 reply; 11+ messages in thread
From: Kishon Vijay Abraham I @ 2015-12-15 10:04 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, kishon

Hi Greg,

Looks like this have not been merged yet. Can you merge it in this
-rc cycle. Let me know if I have to change something.

Bulk of the changes are with respect to adding of_node_put in
the PHY drivers, a fix in PHY core and a patch to fix randconfig error.

Thanks
Kishon

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/kishon/linux-phy.git tags/phy-for-4.4-rc

for you to fetch changes up to 708744628ba96ed4dfcac74a985eb66ad551f164:

  phy: core: Get a refcount to phy in devm_of_phy_get_by_index() (2015-12-07 18:44:02 +0530)

----------------------------------------------------------------
phy: for 4.4 -rc

*) Add missing of_node_put in a bunch of PHY drivers
*) Add get_device in devm_of_phy_get_by_index()
*) Fix randconfig build error in sun9i usb driver

----------------------------------------------------------------
Arnd Bergmann (1):
      phy: sun9i-usb: add USB dependency

Chunfeng Yun (1):
      phy: core: Get a refcount to phy in devm_of_phy_get_by_index()

Julia Lawall (7):
      phy: brcmstb-sata: add missing of_node_put
      phy: mt65xx-usb3: add missing of_node_put
      phy: berlin-sata: add missing of_node_put
      phy: rockchip-usb: add missing of_node_put
      phy: miphy28lp: add missing of_node_put
      phy: miphy365x: add missing of_node_put
      phy: cygnus: pcie: add missing of_node_put

 drivers/phy/Kconfig               |    1 +
 drivers/phy/phy-bcm-cygnus-pcie.c |   16 ++++++++++++----
 drivers/phy/phy-berlin-sata.c     |   20 ++++++++++++++------
 drivers/phy/phy-brcmstb-sata.c    |   17 ++++++++++++-----
 drivers/phy/phy-core.c            |   21 +++++++++++++++------
 drivers/phy/phy-miphy28lp.c       |   16 +++++++++++-----
 drivers/phy/phy-miphy365x.c       |   16 +++++++++++-----
 drivers/phy/phy-mt65xx-usb3.c     |   20 +++++++++++++-------
 drivers/phy/phy-rockchip-usb.c    |   17 ++++++++++++-----
 9 files changed, 101 insertions(+), 43 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2015-12-15 10:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-07 13:51 [GIT PULL 0/9] phy: for 4.4 -rc Kishon Vijay Abraham I
2015-12-07 13:51 ` [PATCH 1/9] phy: sun9i-usb: add USB dependency Kishon Vijay Abraham I
2015-12-07 13:51 ` [PATCH 2/9] phy: brcmstb-sata: add missing of_node_put Kishon Vijay Abraham I
2015-12-07 13:51 ` [PATCH 3/9] phy: mt65xx-usb3: " Kishon Vijay Abraham I
2015-12-07 13:51 ` [PATCH 4/9] phy: berlin-sata: " Kishon Vijay Abraham I
2015-12-07 13:51 ` [PATCH 5/9] phy: rockchip-usb: " Kishon Vijay Abraham I
2015-12-07 13:51 ` [PATCH 6/9] phy: miphy28lp: " Kishon Vijay Abraham I
2015-12-07 13:51 ` [PATCH 7/9] phy: miphy365x: " Kishon Vijay Abraham I
2015-12-07 13:51 ` [PATCH 8/9] phy: cygnus: pcie: " Kishon Vijay Abraham I
2015-12-07 13:51 ` [PATCH 9/9] phy: core: Get a refcount to phy in devm_of_phy_get_by_index() Kishon Vijay Abraham I
  -- strict thread matches above, loose matches on Subject: below --
2015-12-15 10:04 [RESEND GIT PULL 0/9] phy: for 4.4 -rc Kishon Vijay Abraham I
2015-12-15 10:04 ` [PATCH 8/9] phy: cygnus: pcie: add missing of_node_put Kishon Vijay Abraham I

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox