The implementation of gpio_is_valid() has inversed logic, fix it.
Signed-off-by: Axel Lin
---
Hi,
I don't have this hardware to test, but current code looks obviously wrong.
I'd appreciate if someone can review and test this patch.
Axel
drivers/gpio/altera_pio.c | 4 ++--
1 file changed, 2 inse
Current code had writel arguments the wrong way around, fix it.
Signed-off-by: Axel Lin
---
Hi,
I don't have this hardware to test, but current code looks obviously wrong.
I'd appreciate if someone can review and test this patch.
Axel
drivers/gpio/s3c2440_gpio.c | 6 +++---
1 file changed, 3 in
Dear Axel Lin,
> Current code had writel arguments the wrong way around, fix it.
>
> Signed-off-by: Axel Lin
> ---
> Hi,
> I don't have this hardware to test, but current code looks obviously wrong.
> I'd appreciate if someone can review and test this patch.
>
> Axel
> drivers/gpio/s3c2440_gpi
Dear Thierry Reding,
> On Fri, Jun 14, 2013 at 06:41:40PM +0800, Jim Lin wrote:
> > Add DT node for USB EHCI function.
> > Add support for T30-Cardhu, T30-Beaver, T114-Dalmore boards.
> >
> > Signed-off-by: Jim Lin
>
> Hi Jim,
>
> none of the patches in this series have a changelog that list t
Call s5p_gpio_set_value() to avoid code duplication.
Signed-off-by: Axel Lin
---
drivers/gpio/s5p_gpio.c | 9 +
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/drivers/gpio/s5p_gpio.c b/drivers/gpio/s5p_gpio.c
index 656bf4a..4efb768 100644
--- a/drivers/gpio/s5p_gpio.c
+++ b
On 14-06-2013 20:13, Sourav Poddar wrote:
Hi Jagan,
On Friday 14 June 2013 08:08 PM, Jagan Teki wrote:
On 14-06-2013 20:03, Sourav Poddar wrote:
Hi,
On Wednesday 12 June 2013 01:00 PM, Sourav Poddar wrote:
Hi,
I am working on qspi flash device S25FL256S at u-boot level. I am
trying to
make
Hi All,
In-fact this is a first time for sending test tagged mail.
The reason for sending this is: We added many changes on spi_flash
framework to support all sizes of flashes.
I'd appreciate if anyone can test this master-work branch on
u-boot-spi.git repo with your respective hw's
$ git
Placed the sf calls in proper order - erase/write/read
Signed-off-by: Jagannadha Sutradharudu Teki
---
Changes for v2:
- remove timeout arg in spi_flash_write_common
drivers/mtd/spi/spi_flash.c | 184 ++--
1 file changed, 92 insertions(+), 92 dele
- Added debug's on spi_flash_read_common()
- Added space
Signed-off-by: Jagannadha Sutradharudu Teki
---
Changes for v2:
- none
drivers/mtd/spi/spi_flash.c | 12 +++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/drivers/mtd/spi/spi_flash.c b/drivers/mtd/spi/spi_
Pull all the duplicate configuration options into configs/mxs.h
from the board configuration files. This reduces the files greatly
and makes them somewhat more readable. Besides, we do no longer
have such a horrible duplication of code.
Note that the mx23evk grew in size slightly. This is due to t
Move common flash write code into spi_flash_write_common().
Signed-off-by: Jagannadha Sutradharudu Teki
---
Changes for v2:
- remove timeout arg in spi_flash_write_common
drivers/mtd/spi/spi_flash.c | 122 ---
drivers/mtd/spi/spi_flash_internal.h
Warning for > 16MiB flashes to #define CONFIG_SPI_FLASH_BAR
Signed-off-by: Jagannadha Sutradharudu Teki
---
Changes for v2:
- none
drivers/mtd/spi/spi_flash.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/drivers/mtd/spi/spi_flash.c b/drivers/mtd/spi/spi_flash.c
index f53d00
Dear Jim Lin,
> Add DT node for USB EHCI function.
> Add support for T30-Cardhu, T30-Beaver, T114-Dalmore boards.
I'd like to get ACK from someone with the actual hardware.
btw. How usable is the cardhu with current U-Boot ? That's the ASUS TF700,
right? How can I install U-Boot on it, is there
Dear Marek,
In message <1371316336-31711-1-git-send-email-ma...@denx.de> you wrote:
>
> Note that the mx23evk grew in size slightly. This is due to the
> CONFIG_SYS_CBSIZE now being set to 1024 as it is on the rest of
> MXS systems.
What is that needed for? 1024 bytes is more than 12 lines of 80
Dear Wolfgang Denk,
> Dear Marek,
>
> In message <1371316336-31711-1-git-send-email-ma...@denx.de> you wrote:
> > Note that the mx23evk grew in size slightly. This is due to the
> > CONFIG_SYS_CBSIZE now being set to 1024 as it is on the rest of
> > MXS systems.
>
> What is that needed for? 102
> "Tom" == Tom Rini writes:
Hi,
>> BTW:
>> I just realized that I have on one of the three boards a problem,
>> that in spl code calling the rtc32k_enable() crashes ... which
>> votes against moving this to a common place ... I haveno real idea
>> why ... did you heard from such a behav
On Fri, Jun 14, 2013 at 06:41:40PM +0800, Jim Lin wrote:
[...]
> diff --git a/board/nvidia/dts/tegra30-beaver.dts
> b/board/nvidia/dts/tegra30-beaver.dts
[...]
> @@ -68,4 +69,9 @@
> status = "okay";
> bus-width = <8>;
> };
> +
> + usb@7d008000 {
> +
Dear Thierry Reding,
> On Fri, Jun 14, 2013 at 06:41:40PM +0800, Jim Lin wrote:
> [...]
>
> > diff --git a/board/nvidia/dts/tegra30-beaver.dts
> > b/board/nvidia/dts/tegra30-beaver.dts
>
> [...]
>
> > @@ -68,4 +69,9 @@
> >
> > status = "okay";
> > bus-width = <8>;
> >
Using 1024 bytes for console buffer is unnecessarily too much,
lower the amount for all MXS boards to 256.
Signed-off-by: Marek Vasut
Cc: Fabio Estevam
Cc: Lauri Hintsala
Cc: Otavio Salvador
Cc: Stefano Babic
---
include/configs/mxs.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Hello Wolfgang,
> Dear Wolfgang Denk,
>
> > Dear Marek,
> >
> > In message <1371316336-31711-1-git-send-email-ma...@denx.de> you wrote:
> > > Note that the mx23evk grew in size slightly. This is due to the
> > > CONFIG_SYS_CBSIZE now being set to 1024 as it is on the rest of
> > > MXS systems.
>
Signed-off-by: Eric Nelson
---
drivers/block/dwc_ahsata.c | 34 +-
1 file changed, 25 insertions(+), 9 deletions(-)
diff --git a/drivers/block/dwc_ahsata.c b/drivers/block/dwc_ahsata.c
index c9b71f7..98f2c52 100644
--- a/drivers/block/dwc_ahsata.c
+++ b/drivers/
On Fri, Jun 14, 2013 at 02:34:46PM -0500, Andy Fleming wrote:
> The following changes since commit 077becc345717c3cf32e88316298b74d0cff6581:
>
> Merge branch 'master' of git://git.denx.de/u-boot-74xx-7xx (2013-06-11
> 18:11:47 -0400)
>
> are available in the git repository at:
>
>
> git:/
22 matches
Mail list logo