* [GIT PULL] phy: for 4.14 -rc
@ 2017-10-04 12:39 Kishon Vijay Abraham I
2017-10-16 6:05 ` Kishon Vijay Abraham I
2017-10-17 8:51 ` Greg KH
0 siblings, 2 replies; 5+ messages in thread
From: Kishon Vijay Abraham I @ 2017-10-04 12:39 UTC (permalink / raw)
To: gregkh; +Cc: kishon, linux-kernel
Hi Greg,
Please find below the phy pull request for 4.14 -rc cycle below.
It fixes a couple of instabilities in rockchip typec phy and other fixes
are mostly to deal with handling error return values.
Consider merging this in this -rc cycle and let me know if I have to make
any changes.
Thanks
Kishon
The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-4.14-rc
for you to fetch changes up to 2fb850092fd95198a0a4746f07b80077d5a3aa37:
phy: rockchip-typec: Check for errors from tcphy_phy_init() (2017-10-03 15:18:41 +0530)
----------------------------------------------------------------
phy: for 4.14 -rc
*) Handle error return values in rockchip-typec and tegra-xusb
*) Fix MUX error check and ioremap_resource error check in mvebu-cp110-comphy
*) Fix NULL pointer dereference error in phy-mtk-tphy
*) Make sure pipe selector is not set to incompatible value
*) Fix flaky aux channel communication with rockchip-typec PHY
*) Fix DP monitors detection issue in rockchip-typec PHY
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
----------------------------------------------------------------
Antoine Tenart (2):
phy: mvebu-cp110-comphy: fix mux error check
phy: mvebu-cp110-comphy: explicitly set the pipe selector
Arvind Yadav (1):
phy: tegra: Handle return value of kasprintf
Chunfeng Yun (1):
phy: phy-mtk-tphy: fix NULL point of chip bank
Dan Carpenter (1):
phy: mvebu-cp110: checking for NULL instead of IS_ERR()
Douglas Anderson (3):
phy: rockchip-typec: Set the AUX channel flip state earlier
phy: rockchip-typec: Don't set the aux voltage swing to 400 mV
phy: rockchip-typec: Check for errors from tcphy_phy_init()
drivers/phy/marvell/phy-mvebu-cp110-comphy.c | 18 ++++++++++++++----
drivers/phy/mediatek/phy-mtk-tphy.c | 3 ++-
drivers/phy/rockchip/phy-rockchip-typec.c | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------
drivers/phy/tegra/xusb.c | 2 ++
4 files changed, 73 insertions(+), 32 deletions(-)
--
2.11.0
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [GIT PULL] phy: for 4.14 -rc
2017-10-04 12:39 [GIT PULL] phy: for 4.14 -rc Kishon Vijay Abraham I
@ 2017-10-16 6:05 ` Kishon Vijay Abraham I
2017-10-16 6:34 ` Greg KH
2017-10-17 8:51 ` Greg KH
1 sibling, 1 reply; 5+ messages in thread
From: Kishon Vijay Abraham I @ 2017-10-16 6:05 UTC (permalink / raw)
To: gregkh; +Cc: linux-kernel
Hi Greg,
On Wednesday 04 October 2017 06:09 PM, Kishon Vijay Abraham I wrote:
> Hi Greg,
>
> Please find below the phy pull request for 4.14 -rc cycle below.
> It fixes a couple of instabilities in rockchip typec phy and other fixes
> are mostly to deal with handling error return values.
>
> Consider merging this in this -rc cycle and let me know if I have to make
> any changes.
Can you merge this pull request?
Thanks
Kishon
>
> Thanks
> Kishon
>
> The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
>
> Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-4.14-rc
>
> for you to fetch changes up to 2fb850092fd95198a0a4746f07b80077d5a3aa37:
>
> phy: rockchip-typec: Check for errors from tcphy_phy_init() (2017-10-03 15:18:41 +0530)
>
> ----------------------------------------------------------------
> phy: for 4.14 -rc
>
> *) Handle error return values in rockchip-typec and tegra-xusb
> *) Fix MUX error check and ioremap_resource error check in mvebu-cp110-comphy
> *) Fix NULL pointer dereference error in phy-mtk-tphy
> *) Make sure pipe selector is not set to incompatible value
> *) Fix flaky aux channel communication with rockchip-typec PHY
> *) Fix DP monitors detection issue in rockchip-typec PHY
>
> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
>
> ----------------------------------------------------------------
> Antoine Tenart (2):
> phy: mvebu-cp110-comphy: fix mux error check
> phy: mvebu-cp110-comphy: explicitly set the pipe selector
>
> Arvind Yadav (1):
> phy: tegra: Handle return value of kasprintf
>
> Chunfeng Yun (1):
> phy: phy-mtk-tphy: fix NULL point of chip bank
>
> Dan Carpenter (1):
> phy: mvebu-cp110: checking for NULL instead of IS_ERR()
>
> Douglas Anderson (3):
> phy: rockchip-typec: Set the AUX channel flip state earlier
> phy: rockchip-typec: Don't set the aux voltage swing to 400 mV
> phy: rockchip-typec: Check for errors from tcphy_phy_init()
>
> drivers/phy/marvell/phy-mvebu-cp110-comphy.c | 18 ++++++++++++++----
> drivers/phy/mediatek/phy-mtk-tphy.c | 3 ++-
> drivers/phy/rockchip/phy-rockchip-typec.c | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------
> drivers/phy/tegra/xusb.c | 2 ++
> 4 files changed, 73 insertions(+), 32 deletions(-)
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] phy: for 4.14 -rc
2017-10-16 6:05 ` Kishon Vijay Abraham I
@ 2017-10-16 6:34 ` Greg KH
2017-10-17 8:21 ` Kishon Vijay Abraham I
0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2017-10-16 6:34 UTC (permalink / raw)
To: Kishon Vijay Abraham I; +Cc: linux-kernel
On Mon, Oct 16, 2017 at 11:35:53AM +0530, Kishon Vijay Abraham I wrote:
> Hi Greg,
>
> On Wednesday 04 October 2017 06:09 PM, Kishon Vijay Abraham I wrote:
> > Hi Greg,
> >
> > Please find below the phy pull request for 4.14 -rc cycle below.
> > It fixes a couple of instabilities in rockchip typec phy and other fixes
> > are mostly to deal with handling error return values.
> >
> > Consider merging this in this -rc cycle and let me know if I have to make
> > any changes.
>
> Can you merge this pull request?
Last week was crazy busy, it's in my queue to get to this week, sorry
for the delay...
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] phy: for 4.14 -rc
2017-10-16 6:34 ` Greg KH
@ 2017-10-17 8:21 ` Kishon Vijay Abraham I
0 siblings, 0 replies; 5+ messages in thread
From: Kishon Vijay Abraham I @ 2017-10-17 8:21 UTC (permalink / raw)
To: Greg KH; +Cc: linux-kernel
On Monday 16 October 2017 12:04 PM, Greg KH wrote:
> On Mon, Oct 16, 2017 at 11:35:53AM +0530, Kishon Vijay Abraham I wrote:
>> Hi Greg,
>>
>> On Wednesday 04 October 2017 06:09 PM, Kishon Vijay Abraham I wrote:
>>> Hi Greg,
>>>
>>> Please find below the phy pull request for 4.14 -rc cycle below.
>>> It fixes a couple of instabilities in rockchip typec phy and other fixes
>>> are mostly to deal with handling error return values.
>>>
>>> Consider merging this in this -rc cycle and let me know if I have to make
>>> any changes.
>>
>> Can you merge this pull request?
>
> Last week was crazy busy, it's in my queue to get to this week, sorry
> for the delay...
No problem. Just wanted to make sure it didn't get missed somehow.
Thanks
Kishon
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] phy: for 4.14 -rc
2017-10-04 12:39 [GIT PULL] phy: for 4.14 -rc Kishon Vijay Abraham I
2017-10-16 6:05 ` Kishon Vijay Abraham I
@ 2017-10-17 8:51 ` Greg KH
1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2017-10-17 8:51 UTC (permalink / raw)
To: Kishon Vijay Abraham I; +Cc: linux-kernel
On Wed, Oct 04, 2017 at 06:09:45PM +0530, Kishon Vijay Abraham I wrote:
> Hi Greg,
>
> Please find below the phy pull request for 4.14 -rc cycle below.
> It fixes a couple of instabilities in rockchip typec phy and other fixes
> are mostly to deal with handling error return values.
>
> Consider merging this in this -rc cycle and let me know if I have to make
> any changes.
>
> Thanks
> Kishon
>
> The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
>
> Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-4.14-rc
Now pulled and pushed out, thanks.
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-10-17 8:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-04 12:39 [GIT PULL] phy: for 4.14 -rc Kishon Vijay Abraham I
2017-10-16 6:05 ` Kishon Vijay Abraham I
2017-10-16 6:34 ` Greg KH
2017-10-17 8:21 ` Kishon Vijay Abraham I
2017-10-17 8:51 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox