public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] microblaze: remove an empty file arch/microblaze/lib/time.c
@ 2014-02-19 13:10 Masahiro Yamada
  2014-02-19 13:55 ` Michal Simek
  2014-02-19 15:48 ` Tom Rini
  0 siblings, 2 replies; 5+ messages in thread
From: Masahiro Yamada @ 2014-02-19 13:10 UTC (permalink / raw)
  To: u-boot

Commit 779bf42c moved timer functions from
arch/microblaze/lib/time.c to arch/microblaze/cpu/timer.c.

But the empty file, arch/microblaze/lib/time.c
has been remaining probably for a human mistake.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Michal Simek <michal.simek@xilinx.com>
---
 arch/microblaze/lib/time.c | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 delete mode 100644 arch/microblaze/lib/time.c

diff --git a/arch/microblaze/lib/time.c b/arch/microblaze/lib/time.c
deleted file mode 100644
index e69de29..0000000
-- 
1.8.3.2

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] microblaze: remove an empty file arch/microblaze/lib/time.c
  2014-02-19 13:10 [U-Boot] [PATCH] microblaze: remove an empty file arch/microblaze/lib/time.c Masahiro Yamada
@ 2014-02-19 13:55 ` Michal Simek
  2014-02-19 14:03   ` Tom Rini
  2014-02-19 15:48 ` Tom Rini
  1 sibling, 1 reply; 5+ messages in thread
From: Michal Simek @ 2014-02-19 13:55 UTC (permalink / raw)
  To: u-boot

Hi,

On 02/19/2014 02:10 PM, Masahiro Yamada wrote:
> Commit 779bf42c moved timer functions from
> arch/microblaze/lib/time.c to arch/microblaze/cpu/timer.c.
> 
> But the empty file, arch/microblaze/lib/time.c
> has been remaining probably for a human mistake.
> 
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Michal Simek <michal.simek@xilinx.com>
> ---
>  arch/microblaze/lib/time.c | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  delete mode 100644 arch/microblaze/lib/time.c
> 
> diff --git a/arch/microblaze/lib/time.c b/arch/microblaze/lib/time.c
> deleted file mode 100644
> index e69de29..0000000

Applied to microblaze next branch.

Thanks,
Michal


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140219/f8b714a1/attachment.pgp>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] microblaze: remove an empty file arch/microblaze/lib/time.c
  2014-02-19 13:55 ` Michal Simek
@ 2014-02-19 14:03   ` Tom Rini
  2014-02-19 14:06     ` Michal Simek
  0 siblings, 1 reply; 5+ messages in thread
From: Tom Rini @ 2014-02-19 14:03 UTC (permalink / raw)
  To: u-boot

On Wed, Feb 19, 2014 at 02:55:19PM +0100, Michal Simek wrote:
> Hi,
> 
> On 02/19/2014 02:10 PM, Masahiro Yamada wrote:
> > Commit 779bf42c moved timer functions from
> > arch/microblaze/lib/time.c to arch/microblaze/cpu/timer.c.
> > 
> > But the empty file, arch/microblaze/lib/time.c
> > has been remaining probably for a human mistake.
> > 
> > Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> > Cc: Michal Simek <michal.simek@xilinx.com>
> > ---
> >  arch/microblaze/lib/time.c | 0
> >  1 file changed, 0 insertions(+), 0 deletions(-)
> >  delete mode 100644 arch/microblaze/lib/time.c
> > 
> > diff --git a/arch/microblaze/lib/time.c b/arch/microblaze/lib/time.c
> > deleted file mode 100644
> > index e69de29..0000000
> 
> Applied to microblaze next branch.

We'll need this soonish, I'm going to grab it and apply shortly if you
don't mind.  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140219/c7f29d14/attachment.pgp>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] microblaze: remove an empty file arch/microblaze/lib/time.c
  2014-02-19 14:03   ` Tom Rini
@ 2014-02-19 14:06     ` Michal Simek
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Simek @ 2014-02-19 14:06 UTC (permalink / raw)
  To: u-boot

On 02/19/2014 03:03 PM, Tom Rini wrote:
> On Wed, Feb 19, 2014 at 02:55:19PM +0100, Michal Simek wrote:
>> Hi,
>>
>> On 02/19/2014 02:10 PM, Masahiro Yamada wrote:
>>> Commit 779bf42c moved timer functions from
>>> arch/microblaze/lib/time.c to arch/microblaze/cpu/timer.c.
>>>
>>> But the empty file, arch/microblaze/lib/time.c
>>> has been remaining probably for a human mistake.
>>>
>>> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
>>> Cc: Michal Simek <michal.simek@xilinx.com>
>>> ---
>>>  arch/microblaze/lib/time.c | 0
>>>  1 file changed, 0 insertions(+), 0 deletions(-)
>>>  delete mode 100644 arch/microblaze/lib/time.c
>>>
>>> diff --git a/arch/microblaze/lib/time.c b/arch/microblaze/lib/time.c
>>> deleted file mode 100644
>>> index e69de29..0000000
>>
>> Applied to microblaze next branch.
> 
> We'll need this soonish, I'm going to grab it and apply shortly if you
> don't mind.  Thanks!

Sure. Feel free to take it directly.

Thanks,
Michal



-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140219/9c2278f9/attachment.pgp>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] microblaze: remove an empty file arch/microblaze/lib/time.c
  2014-02-19 13:10 [U-Boot] [PATCH] microblaze: remove an empty file arch/microblaze/lib/time.c Masahiro Yamada
  2014-02-19 13:55 ` Michal Simek
@ 2014-02-19 15:48 ` Tom Rini
  1 sibling, 0 replies; 5+ messages in thread
From: Tom Rini @ 2014-02-19 15:48 UTC (permalink / raw)
  To: u-boot

On Wed, Feb 19, 2014 at 10:10:04PM +0900, Masahiro Yamada wrote:

> Commit 779bf42c moved timer functions from
> arch/microblaze/lib/time.c to arch/microblaze/cpu/timer.c.
> 
> But the empty file, arch/microblaze/lib/time.c
> has been remaining probably for a human mistake.
> 
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Michal Simek <michal.simek@xilinx.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140219/51cf45e9/attachment.pgp>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-19 15:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-19 13:10 [U-Boot] [PATCH] microblaze: remove an empty file arch/microblaze/lib/time.c Masahiro Yamada
2014-02-19 13:55 ` Michal Simek
2014-02-19 14:03   ` Tom Rini
2014-02-19 14:06     ` Michal Simek
2014-02-19 15:48 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox