public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Add getenv_long and Micrel ksz9031 skew settings
@ 2015-02-09 14:44 Vince Bridgers
  2015-02-09 14:44 ` [U-Boot] [PATCH 1/2] cmd: Add getenv_long to support reading signed integers from the uboot env Vince Bridgers
  2015-02-09 14:44 ` [U-Boot] [PATCH 2/2] net: phy: Add ability to program the ksz9031 skew values " Vince Bridgers
  0 siblings, 2 replies; 16+ messages in thread
From: Vince Bridgers @ 2015-02-09 14:44 UTC (permalink / raw)
  To: u-boot

This patch series first adds the ability to read a signed integer from the
UBoot environment, then adds a patch to the Micrel ksz9031 phy driver to 
program the skew values per settings in the UBoot environment. The strings
chosen to use in the UBoot environment are equivalent to those used by the
Micrel devicetree settings when that is eventually supported.


Vince Bridgers (2):
  cmd: Add getenv_long to support reading signed integers from the uboot
    env
  net: phy: Add ability to program the ksz9031 skew values from the
    uboot env

 common/cmd_nvedit.c      |  22 +++-
 drivers/net/phy/micrel.c | 299 ++++++++++++++++++++++++++++++++++++++++++++++-
 include/common.h         |   1 +
 3 files changed, 320 insertions(+), 2 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-02-15 14:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-09 14:44 [U-Boot] [PATCH 0/2] Add getenv_long and Micrel ksz9031 skew settings Vince Bridgers
2015-02-09 14:44 ` [U-Boot] [PATCH 1/2] cmd: Add getenv_long to support reading signed integers from the uboot env Vince Bridgers
2015-02-09 19:12   ` Marek Vasut
2015-02-09 14:44 ` [U-Boot] [PATCH 2/2] net: phy: Add ability to program the ksz9031 skew values " Vince Bridgers
2015-02-09 19:18   ` Marek Vasut
2015-02-09 21:31     ` Vince Bridgers
2015-02-10 18:51       ` Marek Vasut
2015-02-11  7:08         ` Stefan Roese
2015-02-11  8:07           ` Joe Hershberger
2015-02-11  8:26             ` Stefan Roese
2015-02-13 16:19               ` Vince Bridgers
2015-02-13 16:44                 ` Stefan Roese
2015-02-15 14:43                   ` Marek Vasut
2015-02-13 16:17             ` Vince Bridgers
2015-02-13 16:05           ` Vince Bridgers
2015-02-13 15:57         ` Vince Bridgers

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