
-----Original Message----- From: Simon Guinot [mailto:simon.guinot@sequanux.org] Sent: 18 June 2013 18:45 To: Prafulla Wadaskar Cc: Albert ARIBAUD; u-boot@lists.denx.de Subject: [PATCH v2 0/3] net2big_v2: initialize fan and LEDs at startup
This patch series allows to initialize the fan and the LEDs found on the net2big_v2.
Changes in v2:
- Add Prafulla's Acked-by to patch "net2big_v2: initialize I2C fan at startup"
- Rename gpio-ext into cpld-gpio-bus and adjust code
and comments accordingly.
Simon Guinot (3): net2big_v2: initialize I2C fan at startup LaCie/common: add support for the CPLD GPIO bus net2big_v2: initialize LEDs at startup
board/LaCie/common/cpld-gpio-bus.c | 50 ++++++++++++ board/LaCie/common/cpld-gpio-bus.h | 24 ++++++ board/LaCie/net2big_v2/Makefile | 3 + board/LaCie/net2big_v2/net2big_v2.c | 154 +++++++++++++++++++++++++++++++++-- board/LaCie/net2big_v2/net2big_v2.h | 5 ++ include/configs/lacie_kw.h | 9 +- 6 files changed, 236 insertions(+), 9 deletions(-) create mode 100644 board/LaCie/common/cpld-gpio-bus.c create mode 100644 board/LaCie/common/cpld-gpio-bus.h
Acked-by: Prafulla Wadaskar prafulla@marvell.com
For entire patch series. Will be pulled soon.
Regards... Prafulla . . .