Re: [U-Boot] [PATCH v2 03/19] dm: timer: uclass: Add flag to control sequence numbering

2016-01-15 Thread Simon Glass
On 5 January 2016 at 17:25, Simon Glass  wrote:
> On 24 December 2015 at 03:38, Mugunthan V N  wrote:
>> Like SPI and I2C, timer devices also have multiple chip
>> instances. This patch adds the flag 'DM_UC_FLAG_SEQ_ALIAS' in
>> timer_uclass driver to control device sequence numbering.
>>
>> Signed-off-by: Mugunthan V N 
>> Reviewed-by: Simon Glass 
>> Reviewed-by: Bin Meng 
>> ---
>>  drivers/timer/timer-uclass.c | 1 +
>>  1 file changed, 1 insertion(+)
>
> Reviewed-by: Simon Glass 

Applied to u-boot-dm, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v2 03/19] dm: timer: uclass: Add flag to control sequence numbering

2016-01-05 Thread Simon Glass
On 24 December 2015 at 03:38, Mugunthan V N  wrote:
> Like SPI and I2C, timer devices also have multiple chip
> instances. This patch adds the flag 'DM_UC_FLAG_SEQ_ALIAS' in
> timer_uclass driver to control device sequence numbering.
>
> Signed-off-by: Mugunthan V N 
> Reviewed-by: Simon Glass 
> Reviewed-by: Bin Meng 
> ---
>  drivers/timer/timer-uclass.c | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v2 03/19] dm: timer: uclass: Add flag to control sequence numbering

2016-01-04 Thread Tom Rini
On Thu, Dec 24, 2015 at 04:08:06PM +0530, Mugunthan V N wrote:

> Like SPI and I2C, timer devices also have multiple chip
> instances. This patch adds the flag 'DM_UC_FLAG_SEQ_ALIAS' in
> timer_uclass driver to control device sequence numbering.
> 
> Signed-off-by: Mugunthan V N 
> Reviewed-by: Simon Glass 
> Reviewed-by: Bin Meng 

Reviewed-by: Tom Rini 

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v2 03/19] dm: timer: uclass: Add flag to control sequence numbering

2015-12-24 Thread Mugunthan V N
Like SPI and I2C, timer devices also have multiple chip
instances. This patch adds the flag 'DM_UC_FLAG_SEQ_ALIAS' in
timer_uclass driver to control device sequence numbering.

Signed-off-by: Mugunthan V N 
Reviewed-by: Simon Glass 
Reviewed-by: Bin Meng 
---
 drivers/timer/timer-uclass.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/timer/timer-uclass.c b/drivers/timer/timer-uclass.c
index db43611..abeb060 100644
--- a/drivers/timer/timer-uclass.c
+++ b/drivers/timer/timer-uclass.c
@@ -102,5 +102,6 @@ UCLASS_DRIVER(timer) = {
.id = UCLASS_TIMER,
.name   = "timer",
.pre_probe  = timer_pre_probe,
+   .flags  = DM_UC_FLAG_SEQ_ALIAS,
.per_device_auto_alloc_size = sizeof(struct timer_dev_priv),
 };
-- 
2.7.0.rc1.5.gf3adf45

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot