[PATCH v2 0/7] platformsupport for aizo dSS11

Michael Grzeschik m.grzeschik at pengutronix.de
Fri Dec 9 06:27:52 EST 2011


This v2 patchseries adds platform support for the aizo dss11 based on the
AT91SAM9G20 SoC. It handles smaller issues on some Atmel device drivers, to make
all devices work properly. It also updates the mach-types file.

It has nand, ethernet, usb and sd support:

nand     -> atmel_nand
ethernet -> macb
sd       -> atmel_mci
usb      -> ohci-at91

Michael Grzeschik (7):
  storage/usb.c: fix test_unit_ready
  atmel_mci: check for device id we use to address the right slot
  at91sam9260_devices: properly set slot id
  at91sam9260_devices: add flag to change ETX{2,3} pincfg on
    add_device_eth
  arm: update mach-types
  platform: add support for aizo dSS11
  dss11: add defconfig

 arch/arm/Makefile                        |    1 +
 arch/arm/boards/dss11/Makefile           |    1 +
 arch/arm/boards/dss11/config.h           |    6 +
 arch/arm/boards/dss11/env/config         |   42 +++
 arch/arm/boards/dss11/init.c             |  156 ++++++++++
 arch/arm/configs/dss11_defconfig         |   48 +++
 arch/arm/mach-at91/Kconfig               |    8 +
 arch/arm/mach-at91/at91sam9260_devices.c |   41 ++-
 arch/arm/tools/mach-types                |  473 +++++++++++++++++++++++++++++-
 drivers/mci/atmel_mci.c                  |    2 +
 drivers/usb/storage/usb.c                |    4 +-
 11 files changed, 756 insertions(+), 26 deletions(-)
 create mode 100644 arch/arm/boards/dss11/Makefile
 create mode 100644 arch/arm/boards/dss11/config.h
 create mode 100644 arch/arm/boards/dss11/env/config
 create mode 100644 arch/arm/boards/dss11/init.c
 create mode 100644 arch/arm/configs/dss11_defconfig

-- 
1.7.7.3




More information about the barebox mailing list