
-----Original Message----- From: Frédéric Leroy [mailto:fredo@starox.org] Sent: 01 July 2013 18:28 To: u-boot@lists.denx.de Cc: Wolfgang Denk; Prafulla Wadaskar; Albert ARIBAUD; Simon Guinot Subject: [PATCH v3 0/3] arm: add support for LaCie CloudBox
This series adds support for the LaCie Cloudbox v2 device.
Changes in v3:
- prepare other LaCie boards for led patch
- fix Machine ID
- use one commit for adding device
Changes in v2:
- sort unsorted #ifdef list in lacie_kw.h
- add entry to MAINTAINERS
- remove unused GPIO definitions
- remove empty misc_init_r()
- add Machine ID
- Use #define values for ethernet phy init
- checkpatch compliant
Frédéric Leroy (3): lacie_kw: sort #ifdef lists by CONFIG_ identifiers LaCie/common: Uses #defines for ethernet phy leds setup arm: add support for LaCie CloudBox
MAINTAINERS | 4 + board/LaCie/cloudbox/Makefile | 46 +++++++++++ board/LaCie/cloudbox/cloudbox.c | 94 +++++++++++++++++++++ board/LaCie/cloudbox/cloudbox.h | 36 ++++++++ board/LaCie/cloudbox/kwbimage.cfg | 167 ++++++++++++++++++++++++++++++++++++++ board/LaCie/common/common.c | 13 ++- boards.cfg | 1 + include/configs/lacie_kw.h | 45 ++++++---- 8 files changed, 388 insertions(+), 18 deletions(-) create mode 100644 board/LaCie/cloudbox/Makefile create mode 100644 board/LaCie/cloudbox/cloudbox.c create mode 100644 board/LaCie/cloudbox/cloudbox.h create mode 100644 board/LaCie/cloudbox/kwbimage.cfg
Dear Frédéric Leroy
I express my great apology for not providing review comments in time. I am very busy with some priority task.
I would be free by 16th July to do the right justification with the review of all the patches on my plate.
This is applicable to all other patches too, those seeks my attention on the mailing list.
For any urgent matters, may be Albert can pull the Marvell specific stuffs directly (if he thinks this is okay).
Once again sorry for inconvenience :(
Regards... Prafulla . . .