From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Sat, 16 Jan 2016 21:38:45 +0530 Subject: [U-Boot] [PATCH v4 02/19] dm: timer: uclass: add timer init in uclass driver to add timer device In-Reply-To: <1452960238-31152-1-git-send-email-mugunthanvnm@ti.com> References: <1451040077-26441-1-git-send-email-mugunthanvnm@ti.com> <1452960238-31152-1-git-send-email-mugunthanvnm@ti.com> Message-ID: <569A6B0D.1050804@ti.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 Saturday 16 January 2016 09:33 PM, Mugunthan V N wrote: > Adding timer init function in timer-uclass driver to create and > initialize the timer device on platforms where u-boot,dm-pre-reloc > is not used. Since there will be multiple timer devices in the > system, adding a tick-timer node in chosen node to know which > timer device to be used as tick timer in u-boot. > > Signed-off-by: Mugunthan V N Please drop this patch, will send a fixup patch as the series is already applied to u-boot-dm tree. Regards Mugunthan V N