From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Sat, 16 Jan 2016 22:21:22 +0530 Subject: [U-Boot] [PATCH v4 02/19] dm: timer: uclass: add timer init in uclass driver to add timer device In-Reply-To: References: <1451040077-26441-1-git-send-email-mugunthanvnm@ti.com> <1452960238-31152-1-git-send-email-mugunthanvnm@ti.com> <569A6B0D.1050804@ti.com> Message-ID: <569A750A.2020305@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 10:11 PM, Simon Glass wrote: > Hi Mugunthan, > > On 16 January 2016 at 09:08, Mugunthan V N wrote: >> 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. > > You can send a new patch if you like and I can replace it. Either works for me. > Just sent a follow-up patch. Its good to not change the pushed history. Regards Mugunthan V N