From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Tue, 5 Jan 2016 20:28:33 -0700 Subject: [U-Boot] [PATCH V2 1/2] imx: mx6: add more entry for mxc_ccm_reg In-Reply-To: <1452049591-30182-1-git-send-email-van.freenix@gmail.com> References: <1452049591-30182-1-git-send-email-van.freenix@gmail.com> Message-ID: <568C89E1.4080802@nelint.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/05/2016 08:06 PM, Peng Fan wrote: > From: Peng Fan > > Add more entries for structure mxc_ccm_reg. > > Signed-off-by: Peng Fan > Reviewed-by: Eric Nelson > Cc: Stefano Babic > --- > > Changes V2: > Address Eric'c comments. Add Comments and rename registers from PMU with > prefix pmu. > Nice. Thanks.