All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH uboot v2016.05-aspeed-openbmc 0/9] aspeed: fixes and cleanups
@ 2016-06-29 16:09 Cédric Le Goater
  2016-06-29 16:09 ` [PATCH uboot v2016.05-aspeed-openbmc 1/9] net: aspeednic: Create aspeed_write_hwaddr from set_mac_address Cédric Le Goater
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Cédric Le Goater @ 2016-06-29 16:09 UTC (permalink / raw)
  To: openbmc

Hello,

The aspeednic driver has a couple of issues which are fixed by
Milton's patches. On top of that, I have included some kconfig
improvements and a *massive* cleanup of nearly all the Aspeed files.

Tested on palmetto and a ast2500 evb.

Thanks,

C. 

Cédric Le Goater (6):
  net/aspeednic: start mac after ring buffers are initialized
  aspeed/ast-g4: select the correct cpu
  aspeed/ast-g4: use literal defines in misc_init_r()
  aspeed: add a common Kconfig file for Aspeed boards.
  aspeed/ast-g4: add a force saveenv config
  ast-g4/g5: large cleanup

Milton D. Miller II (3):
  net: aspeednic: Create aspeed_write_hwaddr from set_mac_address
  net: aspeednic: Do not start hardware in initialize
  net: aspeednic: Do not fill in a random MAC address

 arch/arm/Kconfig                                   |    6 +-
 arch/arm/include/asm/arch-aspeed/aspeed.h          |   16 +-
 arch/arm/include/asm/arch-aspeed/ast-ahbc.h        |   28 +-
 arch/arm/include/asm/arch-aspeed/ast-sdmc.h        |   49 +-
 .../arm/include/asm/arch-aspeed/ast2400_platform.h |  110 +-
 arch/arm/include/asm/arch-aspeed/ast_g5_platform.h |  291 ++-
 arch/arm/include/asm/arch-aspeed/ast_scu.h         |   70 +-
 arch/arm/include/asm/arch-aspeed/platform.h        |   26 +-
 arch/arm/include/asm/arch-aspeed/regs-ahbc.h       |   23 +-
 arch/arm/include/asm/arch-aspeed/regs-scu.h        | 1392 ++++++-------
 arch/arm/include/asm/arch-aspeed/regs-sdmc.h       |   20 +-
 arch/arm/include/asm/arch-aspeed/regs-spi.h        |   55 -
 arch/arm/mach-aspeed/ast-ahbc.c                    |  110 +-
 arch/arm/mach-aspeed/ast-scu.c                     | 2127 ++++++++++----------
 arch/arm/mach-aspeed/ast-sdmc.c                    |  179 +-
 arch/arm/mach-aspeed/cpuinfo.c                     |   19 +-
 arch/arm/mach-aspeed/timer.c                       |   50 +-
 board/aspeed/Kconfig                               |    9 +
 board/aspeed/ast-g4/ast-g4.c                       |   15 +-
 common/env_common.c                                |    3 +
 drivers/net/aspeednic.c                            |   17 +-
 include/configs/ast-g4.h                           |    1 +
 22 files changed, 2140 insertions(+), 2476 deletions(-)
 delete mode 100644 arch/arm/include/asm/arch-aspeed/regs-spi.h
 create mode 100644 board/aspeed/Kconfig

-- 
2.1.4

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

end of thread, other threads:[~2016-07-01  7:07 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-29 16:09 [PATCH uboot v2016.05-aspeed-openbmc 0/9] aspeed: fixes and cleanups Cédric Le Goater
2016-06-29 16:09 ` [PATCH uboot v2016.05-aspeed-openbmc 1/9] net: aspeednic: Create aspeed_write_hwaddr from set_mac_address Cédric Le Goater
2016-06-29 16:09 ` [PATCH uboot v2016.05-aspeed-openbmc 2/9] net: aspeednic: Do not start hardware in initialize Cédric Le Goater
2016-06-29 16:09 ` [PATCH uboot v2016.05-aspeed-openbmc 3/9] net: aspeednic: Do not fill in a random MAC address Cédric Le Goater
2016-06-29 16:09 ` [PATCH uboot v2016.05-aspeed-openbmc 4/9] net/aspeednic: start mac after ring buffers are initialized Cédric Le Goater
2016-06-30  7:13   ` Joel Stanley
2016-06-29 16:09 ` [PATCH uboot v2016.05-aspeed-openbmc 5/9] aspeed/ast-g4: select the correct cpu Cédric Le Goater
2016-06-30  7:14   ` Joel Stanley
2016-06-29 16:09 ` [PATCH uboot v2016.05-aspeed-openbmc 6/9] aspeed/ast-g4: use literal defines in misc_init_r() Cédric Le Goater
2016-06-30  7:16   ` Joel Stanley
2016-06-29 16:09 ` [PATCH uboot v2016.05-aspeed-openbmc 7/9] aspeed: add a common Kconfig file for Aspeed boards Cédric Le Goater
2016-06-30  7:17   ` Joel Stanley
2016-06-29 16:09 ` [PATCH uboot v2016.05-aspeed-openbmc 8/9] aspeed/ast-g4: add a force saveenv config Cédric Le Goater
2016-06-30  7:11   ` Joel Stanley
2016-06-30 16:32     ` Cédric Le Goater
2016-06-29 16:09 ` [PATCH uboot v2016.05-aspeed-openbmc 9/9] ast-g4/g5: large cleanup Cédric Le Goater
2016-06-30  6:29   ` Joel Stanley
2016-06-30  7:46     ` Cédric Le Goater
2016-06-30  8:34       ` Cédric Le Goater
2016-06-30 16:38         ` Cédric Le Goater
2016-07-01  7:06           ` Joel Stanley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.