From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Sun, 17 Apr 2011 09:01:54 +0300 Subject: [U-Boot] [PATCH 0/9] Update support for CM-T35 In-Reply-To: <4DA14F05.8070407@compulab.co.il> References: <1301987293-5095-1-git-send-email-grinberg@compulab.co.il> <4DA14F05.8070407@compulab.co.il> Message-ID: <4DAA8252.8060602@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, Albert, Sandeep, On 04/10/11 09:32, Igor Grinberg wrote: > Ping! > > > Wolfgang, > > > should I have also send this to Albert or/and Sandeep? > > > > On 04/05/11 10:08, Igor Grinberg wrote: > >> This patch serie s based on the latest U-Boot release (v2011.03) and >> updates support for Compulab CM-T35 board: >> 1) Some clean up >> 2) MMC/SD Card fix >> 3) Add Green Status LED >> 4) Add support for CM-T3730 which is basically the same board, but >> has TI's DM3730 SoC and therefore some changes are required >> >> Igor Grinberg (9): >> OMAP3: CM-T35: Move DECLARE_GLOBAL_DATA_PTR to file scope >> OMAP3: CM-T35: update config >> OMAP3: CM-T35: update board files header information >> OMAP3: CM-T35: update MAINTAINERS file >> OMAP3: CM-T35: add MMC1 pinmux >> OMAP3: CM-T35: fix mmc >> OMAP3: CM-T35: remove redundand i2c initialization >> OMAP3: CM-T35: enable the green LED >> OMAP3: CM-T35: Add support for CM-T3730 >> >> MAINTAINERS | 8 ++-- >> board/cm_t35/Makefile | 2 +- >> board/cm_t35/cm_t35.c | 116 ++++++++++++++++++++++++++++++++-------------- >> board/cm_t35/leds.c | 45 ++++++++++++++++++ >> include/configs/cm_t35.h | 41 +++++++++++----- >> 5 files changed, 160 insertions(+), 52 deletions(-) >> create mode 100644 board/cm_t35/leds.c It has been almost two weeks... Do you have any comments? If not, then who should take these in? -- Regards, Igor.