[U-Boot] [PATCH 0/7] lpc32xx: enhancement and update

slemieux.tyco at gmail.com slemieux.tyco at gmail.com
Mon Jul 27 19:37:33 CEST 2015


From: Sylvain Lemieux <slemieux at tycoint.com>

This series of patches bring miscellaneous enhancement 
and update to the existing lpc32xx support in u-boot.

Refer to each individual patches for details on the specific change.

The patch adding the LPC32xx MAC and SMSC RMII phy support
should be applied first (for patch 7):
- http://patchwork.ozlabs.org/patch/489100/
- http://patchwork.ozlabs.org/patch/489190/
- http://patchwork.ozlabs.org/patch/491419/
- http://patchwork.ozlabs.org/patch/491420/

Note:
I am sending the patches using <slemieux.tyco at gmail.com>,
until I can submit patch using my regular e-mail <slemieux at tycoint.com>.

Sylvain Lemieux (7):
  arm: lpc32xx: mux: add missing registers
  lpc32xx: cpu: add support for soft reset
  arm: lpc32xx: gpio macro for pin mapping
  i2c: lpc32xx: use api to get hclk instead of fix value
  i2c: lpc32xx: fix read timeout
  i2c: lpc32xx: fix write timeout
  net: lpc32xx: eth buffers base config

 arch/arm/cpu/arm926ejs/lpc32xx/cpu.c         | 23 +++++++++++-----
 arch/arm/include/asm/arch-lpc32xx/cpu.h      |  2 +-
 arch/arm/include/asm/arch-lpc32xx/gpio_grp.h | 40 ++++++++++++++++++++++++++++
 arch/arm/include/asm/arch-lpc32xx/mux.h      | 17 ++++++++++++
 drivers/i2c/lpc32xx_i2c.c                    | 14 +++++-----
 drivers/net/lpc32xx_eth.c                    |  8 +++---
 6 files changed, 88 insertions(+), 16 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-lpc32xx/gpio_grp.h

-- 
1.8.3.1



More information about the U-Boot mailing list