From mboxrd@z Thu Jan 1 00:00:00 1970 From: davem@davemloft.net (David Miller) Date: Thu, 19 Sep 2013 14:08:29 -0400 (EDT) Subject: [PATCH] phy/micrel: Add suspend/resume support to Micrel PHYs In-Reply-To: <1379612448-20805-1-git-send-email-nicolas.ferre@atmel.com> References: <1379612448-20805-1-git-send-email-nicolas.ferre@atmel.com> Message-ID: <20130919.140829.372011462903870193.davem@davemloft.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Nicolas Ferre Date: Thu, 19 Sep 2013 19:40:48 +0200 > From: Patrice Vilchez > > All supported Micrel PHYs implement the standard "power down" bit 11 of BMCR, > so this patch adds support using the generic genphy_{suspend,resume} functions. > > Signed-off-by: Patrice Vilchez > [b.brezillon at overkiz.com: adapt to newer kernel and generalize to other phys] > Signed-off-by: Boris BREZILLON > [nicolas.ferre at atmel.com: commit message modification] > Signed-off-by: Nicolas Ferre > Cc: David J. Choi What's the difference between this patch and the one you sent 60 seconds beforehand?