Re: [PATCH v4 4/6] ARM: rockchip: add suspend and resume for RK3288

From: Doug Anderson
Date: Wed Oct 22 2014 - 01:01:53 EST


Chris,

On Tue, Oct 21, 2014 at 4:25 PM, Chris Zhong <zyw@xxxxxxxxxxxxxx> wrote:
> @@ -34,7 +40,8 @@ static const char * const rockchip_board_dt_compat[] = {
> };
>
> DT_MACHINE_START(ROCKCHIP_DT, "Rockchip Cortex-A9 (Device Tree)")
> - .l2c_aux_val = 0,
> - .l2c_aux_mask = ~0,
> + .l2c_aux_val = 0,
> + .l2c_aux_mask = ~0,

Please avoid unrelated spacing changes.


Other than that this is looking like a good starting point. I'm sure
we'll find other things to do, but I'd be in favor of landing this and
spinning. I can see a device suspend/resume with this patch, so:

Tested-by: Doug Anderson <dianders@xxxxxxxxxxxx>
Reviewed-by: Doug Anderson <dianders@xxxxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/