[U-Boot] Please pull u-boot-ubi master

2015-09-27 Thread Heiko Schocher
Hello Tom, Please pull from u-boot-ubi master The following changes since commit 1a9c229bf754c89f42b085451ad506693f326427: Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2015-09-24 12:28:10 -0400) are available in the git repository at: git://git.denx.de/u-boot-ubi.git master

Re: [U-Boot] [PATCH] spi : convert altera_spi to driver model

2015-09-27 Thread Thomas Chou
Hi Jagan, On 09/22/2015 02:01 AM, Jagan Teki wrote: On 21 September 2015 at 18:28, Thomas Chou wrote: Convert altera_spi to driver model Thanks for the patch, Thomas. Signed-off-by: Thomas Chou Reviewed-by: Jagan Teki May I pick up this patch? As a custodian of the nios arch, I woul

Re: [U-Boot] [PATCH] common: add CMD_GPIO to Kconfig

2015-09-27 Thread Thomas Chou
Hi Marek, On 09/26/2015 04:16 PM, Marek Vasut wrote: If you ever figure out how to use buildman for your tests, I'd be glad if you share that information -- something like "buildman, the warstory". I'm struggling with the same thing ;-) Surely I will if I ever do. Best regards, Thomas Chou _

[U-Boot] [PATCH] nios2: convert nios2 cpu to driver model

2015-09-27 Thread Thomas Chou
Convert nios2 cpu to driver model. The cpu parameters are extracted from device tree and saved to global data structure. We will use them to replace the custom_fpga.h . Signed-off-by: Thomas Chou --- arch/Kconfig | 3 ++ arch/nios2/cpu/cpu.c | 80

Re: [U-Boot] [PATCH v3 0/4] Move tpm_tis_i2c to tpm_tis_infineon and convert last tpm driver to use DM_TPM

2015-09-27 Thread Christophe Ricard
Hi Simon, Any news on this patch serie ? Best Regards Christophe On 20/09/2015 22:00, Christophe Ricard wrote: Hi Simon, This patch serie move tpm_tis_i2c driver to tpm_tis_infineon. It also convert the latest tpm driver tpm_atmel_twi to DM_TPM. In this version i am only adding mention to To

Re: [U-Boot] fs: ext4: fix symlink read function

2015-09-27 Thread Gary Bisson
Hi Suriyan, On Sun, Sep 27, 2015 at 8:05 AM, Suriyan Bhavani wrote: > Hi Gary, >Recently you submitted a patch to fix the ext4 symlnik issue. > > Can you please tell me the actual commands that failed or gave wrong > results? The load command (tested on ext4 partition) was failing with an er

Re: [U-Boot] [PATCH V2 00/11] Add board detection for Odroid XU3 / XU3Lite / XU4

2015-09-27 Thread Anand Moon
Hi Przemyslaw, On 21 September 2015 at 17:56, Przemyslaw Marczak wrote: > This patchset adds: > - CPU model in dts for Chromebook Peach Pi as Exynos5800 > - set the cpu id of Exynos5422 to 0x5422 > - S2MPS11 PMIC I/O driver > - Exynos5420-compatible (9-channel, 12-bit) ADC driver > - new file for

[U-Boot] fs: ext4: fix symlink read function

2015-09-27 Thread Suriyan Bhavani
Hi Gary, Recently you submitted a patch to fix the ext4 symlnik issue. Can you please tell me the actual commands that failed or gave wrong results? I ask cause I am trying to do the below: 1. Incorporate symlnk test in fs-test.sh 2. use host instead of sb as sb is deprecated 3. Reproduce the

Re: [U-Boot] [PATCH 2/8] cmd: Convert CONFIG_CMD_ELF to Kconfig

2015-09-27 Thread Bin Meng
Hi Tom, On Sun, Sep 27, 2015 at 8:53 PM, Tom Rini wrote: > On Sun, Sep 27, 2015 at 10:46:50AM +0800, Bin Meng wrote: >> Hi Tom, >> >> On Sun, Sep 27, 2015 at 9:34 AM, Bin Meng wrote: > [snip] >> > I think this works. Thanks for doing that. >> > >> >> Do you plan to bring this patch series in v20

Re: [U-Boot] [PATCH 2/8] cmd: Convert CONFIG_CMD_ELF to Kconfig

2015-09-27 Thread Tom Rini
On Sun, Sep 27, 2015 at 10:46:50AM +0800, Bin Meng wrote: > Hi Tom, > > On Sun, Sep 27, 2015 at 9:34 AM, Bin Meng wrote: [snip] > > I think this works. Thanks for doing that. > > > > Do you plan to bring this patch series in v2015.10 release? If so, I > will include patch [1] as part of the v2.