All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mugunthan V N <mugunthanvnm@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/19] device model bring-up of omap timer on dra72, dra74, am335x and am437x-sk evm
Date: Sat, 28 Nov 2015 11:45:02 +0530	[thread overview]
Message-ID: <56594666.7020208@ti.com> (raw)
In-Reply-To: <CAPnjgZ0wTz4Piw3-879HYUCgtv8y3ctHBGZ3oaOexiY4wE0ozw@mail.gmail.com>

On Saturday 28 November 2015 01:10 AM, Simon Glass wrote:
> Hi Mugunthan,
> 
> On 27 November 2015 at 00:31, Mugunthan V N <mugunthanvnm@ti.com> wrote:
>> > This patch series enables omap timer to adopt driver model. This
>> > has been tested on the following evms (logs [1]) by invoking
>> > 'sleep 10' command with minicom timestamps.
>> > * dra72 evm
>> > * dra74 evm
>> > * am335x evm
>> > * am335x bbb
>> > * am437x-sk evm
>> > * am437x-gp evm
>> >
>> > Also pushed a branch for testing [2]
>> >
>> > This patch series depends on [3] for chosen node in dra74 evm
>> > dts file.
>> >
>> > [1] - http://pastebin.ubuntu.com/13524650/
>> > [2] - git://git.ti.com/~mugunthanvnm/ti-u-boot/mugunth-ti-u-boot.git dm-timer
>> > [3] - https://www.mail-archive.com/u-boot at lists.denx.de/msg193763.html
>> >
> Just a nit - your cover letter subject says 'device model'. Mostly we
> call it 'driver model'. This is somewhat arbitrary but it's good to be
> consistent to avoid confusion, so if you end up resending this series,
> can you rename it?

Sorry for the confusion, will fix on my future cover letters.

Regards
Mugunthan V N

      reply	other threads:[~2015-11-28  6:15 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-27  8:31 [U-Boot] [PATCH 00/19] device model bring-up of omap timer on dra72, dra74, am335x and am437x-sk evm Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 01/19] arm: omap-common: do not build timer when CONFIG_TIMER defined Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 02/19] dm: timer: uclass: add timer init to add timer device Mugunthan V N
2015-11-27 19:40   ` Simon Glass
2015-11-28  6:13     ` Mugunthan V N
2015-11-28  8:26   ` Bin Meng
2015-11-28 11:38     ` Mugunthan V N
2015-11-28 11:46       ` Bin Meng
2015-11-29 13:16         ` Mugunthan V N
2015-12-01  2:39           ` Bin Meng
2015-12-02  9:29             ` Bin Meng
2015-12-02  9:50               ` Mugunthan V N
2015-12-10  1:48                 ` Bin Meng
2015-11-27  8:31 ` [U-Boot] [PATCH 03/19] dm: timer: uclass: Add flag to control sequence numbering Mugunthan V N
2015-11-27 19:40   ` Simon Glass
2015-11-28  8:30   ` Bin Meng
2015-11-27  8:31 ` [U-Boot] [PATCH 04/19] drivers: timer: omap_timer: add timer driver for omap devices based on dm Mugunthan V N
2015-11-28 11:52   ` Bin Meng
2015-11-29 13:19     ` Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 05/19] am43xx_evm: timer: do not define CONFIG_TIMER for spl Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 06/19] arm: dts: am437x-sk-evm: add tick-timer to chosen node Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 07/19] defconfig: am437x_sk_evm: enable timer driver model Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 08/19] arm: dts: am437x-gp-evm: add tick-timer to chosen node Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 09/19] defconfig: am437x_gp_evm: enable timer driver model Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 10/19] am335x_evm: timer: do not define CONFIG_TIMER for spl Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 11/19] arm: dts: am335x-boneblack: add tick-timer to chosen node Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 12/19] defconfig: am335x_boneblack_vboot: enable timer driver model Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 13/19] arm: dts: am335x-evm: add tick-timer to chosen node Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 14/19] defconfig: am335x_gp_evm: enable timer driver model Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 15/19] ti_omap5_common: timer: do not define CONFIG_TIMER for spl Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 16/19] arm: dts: dra72-evm: add tick-timer to chosen node Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 17/19] defconfig: dra72_evm: enable timer driver model Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 18/19] arm: dts: dra7-evm: add tick-timer to chosen node Mugunthan V N
2015-11-27  8:31 ` [U-Boot] [PATCH 19/19] defconfig: dra74_evm: enable timer driver model Mugunthan V N
2015-11-27 19:40 ` [U-Boot] [PATCH 00/19] device model bring-up of omap timer on dra72, dra74, am335x and am437x-sk evm Simon Glass
2015-11-28  6:15   ` Mugunthan V N [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56594666.7020208@ti.com \
    --to=mugunthanvnm@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.