[U-Boot] tps65910x I2C RTC driver

2014-10-19 Thread Dvorkin Dmitry
right 2014 + * Dvorkin Dmitry, Tibbo Tech., dvor...@tibbo.com. + * + * SPDX-License-Identifier:GPL-2.0+ + */ + +/* + * Date & Time support (no alarms) for + * TPS65910, TPS65910x Real Time Clock on I2C. + * http://www.ti.com/lit/ds/symlink/tps65910a3.pdf + * based on ds1307.c + */ + +#incl

[U-Boot] drivers/net/phy/icplus.c delete reason

2014-09-30 Thread Dvorkin Dmitry
Hello Masahiro Yamada! 4 Aug 2014 in this mailing list you requested deletion of ICPLUS driver for a frequently used and cheap IP101A/G phy. Is there are better alternative PHY driver in U-Boot for this device? If not, could you patch it back? ___ U

[U-Boot] common/update.c ITB update code refactoring (no new file)

2011-03-09 Thread Dvorkin Dmitry
common/update.c 2011-03-07 16:27:02.0 +0300 @@ -4,6 +4,10 @@ * Written by: Rafal Czubak * Bartlomiej Sieka * + * (C) Copyright 2011 Tibbo Tech. + * Code refactoring, Cmd and Nand load/save features: + * Dvorkin Dmitry + * * See file CREDITS for list of

[U-Boot] common/update.c ITB update code refactoring

2011-03-07 Thread Dvorkin Dmitry
e_addr, update_fladdr, update_size)) { - printf("Error: can't flash update (%ld %ld %ld), aborting\n", update_addr, update_fladdr, update_size); - goto next_node; - } -next_node: - noffset = fdt_next_node(fit, noffset