Re: [PATCH v3] net: mvneta: support suspend and resume

2017-03-16 Thread Jane Li
On 03/16/2017 03:48 PM, Jisheng Zhang wrote: On Thu, 16 Mar 2017 15:11:48 +0800 Jane Li wrote: Add basic support for handling suspend and resume. Signed-off-by: Jane Li --- Since v2: - use SIMPLE_DEV_PM_OPS instead of SET_LATE_SYSTEM_SLEEP_PM_OPS Since v1: - add mvneta_conf_mbus_windows

[PATCH v4] net: mvneta: support suspend and resume

2017-03-16 Thread Jane Li
Add basic support for handling suspend and resume. Signed-off-by: Jane Li Reviewed-by: Jisheng Zhang --- Since v3: - check clk_bus before enabling it during resume Since v2: - use SIMPLE_DEV_PM_OPS instead of SET_LATE_SYSTEM_SLEEP_PM_OPS Since v1: - add mvneta_conf_mbus_windows() and

Re: [PATCH v2] net: mvneta: support suspend and resume

2017-03-16 Thread Jane Li
On 03/16/2017 11:37 AM, Jisheng Zhang wrote: On Thu, 16 Mar 2017 11:19:10 +0800 Jane Li wrote: Add basic support for handling suspend and resume. Signed-off-by: Jane Li --- Since v1: - add mvneta_conf_mbus_windows() and mvneta_bm_port_init() in mvneta_resume() drivers/net/ethernet

[PATCH v3] net: mvneta: support suspend and resume

2017-03-16 Thread Jane Li
Add basic support for handling suspend and resume. Signed-off-by: Jane Li --- Since v2: - use SIMPLE_DEV_PM_OPS instead of SET_LATE_SYSTEM_SLEEP_PM_OPS Since v1: - add mvneta_conf_mbus_windows() and mvneta_bm_port_init() in mvneta_resume() drivers/net/ethernet/marvell/mvneta.c | 60

[PATCH v2] net: mvneta: support suspend and resume

2017-03-15 Thread Jane Li
Add basic support for handling suspend and resume. Signed-off-by: Jane Li --- Since v1: - add mvneta_conf_mbus_windows() and mvneta_bm_port_init() in mvneta_resume() drivers/net/ethernet/marvell/mvneta.c | 62 --- 1 file changed, 58 insertions(+), 4 deletions

Re: [PATCH] net: mvneta: support suspend and resume

2017-03-15 Thread Jane Li
Hi Jisheng, On 2017年03月15日 15:18, Jisheng Zhang wrote: Hi Jane, On Wed, 15 Mar 2017 15:08:34 +0800 Jane Li wrote: Add basic support for handling suspend and resume. Signed-off-by: Jane Li --- drivers/net/ethernet/marvell/mvneta.c | 44 +++ 1 file

[PATCH] net: mvneta: support suspend and resume

2017-03-15 Thread Jane Li
Add basic support for handling suspend and resume. Signed-off-by: Jane Li --- drivers/net/ethernet/marvell/mvneta.c | 44 +++ 1 file changed, 44 insertions(+) diff --git a/drivers/net/ethernet/marvell/mvneta.c b/drivers/net/ethernet/marvell/mvneta.c index