This patch adds clock support for I2S
Signed-off-by: R. Chandrasekar
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
- None
arch/arm/cpu/armv7/exynos/clock.c| 119 ++
arch/arm/include/asm/arch-exynos/clk.h |3 +
arch/arm/include/asm/arch-exynos/clo
This patch adds base address for I2S
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
- None
arch/arm/include/asm/arch-exynos/cpu.h |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/arch/arm/include/asm/arch-exynos/cpu.h
b/arch/arm/include/asm/arch-exynos/cpu.h
index
This patch enables sound support for EXYNOS5
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
- corrected the commit message.
include/configs/smdk5250.h |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h
ind
This patch adds pinmux support for I2S1
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
- made exynos_i2s_config pinmux function static.
arch/arm/cpu/armv7/exynos/pinmux.c| 12
arch/arm/include/asm/arch-exynos/periph.h |1 +
2 files changed, 13 insertions(+), 0 del
This patch add I2S registers
Signed-off-by: R. Chandrasekar
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
- None
arch/arm/include/asm/arch-exynos/i2s-regs.h | 66 +++
1 files changed, 66 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/include/asm/arch-
This patch adds the audio parameters required by the I2S to play the
predefined audio data.
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
- None
arch/arm/include/asm/arch-exynos/sound.h | 44 ++
1 files changed, 44 insertions(+), 0 deletions(-)
create mode 10
This patch adds command to test audio playback.
sound init - Initialises the audio subsystem (i2s and wm8994 codec)
sound play - Plays predefined the audio data.
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
- None
common/Makefile|1 +
common/cmd_sound.c | 90
This patch adds driver for I2S interface specific to samsung.
Signed-off-by: R. Chandrasekar
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
- renamed i2s.c to samsung-i2s.c.
Makefile|1 +
drivers/sound/Makefile | 47 ++
drivers/sound/samsung-i2s.c | 358
This pastc adds driver for audio codec WM8994
Signed-off-by: R. Chandrasekar
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
- None
drivers/sound/Makefile |1 +
drivers/sound/wm8994.c | 781 ++
drivers/sound/wm8994.h |
This patchset adds the audio support for EXYNOS5.
This patchset plays a predefined beep sound.
This patchset is based on the following patches:
"[U-Boot] [PATCH 1/7 V4] EXYNOS5: Add pinmux support for SPI"
"[U-Boot] [PATCH 4/7 V3] EXYNOS5: Add base address for SPI"
"[U-Boot] [PATCH 3/7 V3] EXYNOS:
On Tue, Aug 21, 2012 at 9:46 PM, Prabhakar Lad wrote:
> On Tuesday 21 August 2012 09:04 PM, Tom Rini wrote:
>> On 08/20/2012 10:09 PM, Prabhakar Lad wrote:
>>> Hi Tom,
>>>
>>> Thanks for the patch.
>>>
>>> On Monday 20 August 2012 10:15 PM, Tom Rini wrote:
Add a board-specific README that doc
On Tuesday 21 August 2012 09:04 PM, Tom Rini wrote:
> On 08/20/2012 10:09 PM, Prabhakar Lad wrote:
>> Hi Tom,
>>
>> Thanks for the patch.
>>
>> On Monday 20 August 2012 10:15 PM, Tom Rini wrote:
>>> Add a board-specific README that documents how to write u-boot.ais to
>>> the SPI found on this boar
Hi Andreas,
On 8/17/2012 0:01, Andreas Bießmann wrote:
A lot of at91 boards have the console_init_f in board_init. This is useless
cause it was called before by generic code in lib/board.c.
Signed-off-by: Andreas Bießmann
cc: Jens Scharsig
cc: Stelian Pop
cc: Sedji Gaouaou
cc: Albin Tonnerre
Hi Chander,
On Tue, Aug 21, 2012 at 3:26 PM, Chander Kashyap
wrote:
> hi,
>
> On 14 August 2012 11:15, Rajeshwari Shinde wrote:
>> This patch adds pinmux support for I2S1
>>
>> Signed-off-by: Rajeshwari Shinde
>> ---
>> arch/arm/cpu/armv7/exynos/pinmux.c| 12
>> arch/arm
Hi Chander,
Thank you for comments.
On Tue, Aug 21, 2012 at 3:22 PM, Chander Kashyap
wrote:
> hi Rajeshwari,
>
> On 14 August 2012 11:15, Rajeshwari Shinde wrote:
>> This patch enables sound support for EXYNOS5
> Enable sound for exynos5 based smdk5250 not exynos5.
- ok
>>
>> Signed-off-by: Raj
Hi Joonyoung,
Thank you for testing.
Regards,
Rajeshwari Shinde
On Mon, Aug 20, 2012 at 12:15 PM, Joonyoung Shim wrote:
> Hi,
>
> 2012/8/2 Rajeshwari Shinde :
>> This patch adds SPI driver for EXYNOS.
>>
>> Signed-off-by: Simon Glass
>> Signed-off-by: Padmavathi Venna
>> Signed-off-by: Gabe B
Hi,
On Sat, Aug 18, 2012 at 12:23 AM, Mike Frysinger wrote:
> On Friday 17 August 2012 08:48:59 Andrew Dyer wrote:
>> The code in the i2s.c file is still full of samsung soc specific stuff, so
>> I think the filename is misleading. Something like samsung-i2s.c would be
>> more appropriate.
>
> +1
Hi, Scott
On 8/22/2012 4:39 AM, Scott Wood wrote:
On 08/21/2012 05:37 AM, Josh Wu wrote:
Hi, Andreas
On 8/17/2012 5:24 PM, Andreas Bießmann wrote:
can you please add some README entry describing these new config
parameters?
Namely CONFIG_ATMEL_NAND_HW_PMECC, CONFIG_PMECC_CAP,
CONFIG_PMECC_SEC
Load from SPI flash can create a long DMA chain, which can take long
time to transfer. Change the DMA timeout to roughly 10s to prevent
such long chains misreporting errors.
Signed-off-by: Marek Vasut
Cc: Fabio Estevam
Cc: Otavio Salvador
Cc: Stefano Babic
---
drivers/dma/apbh_dma.c |2 +-
Signed-off-by: Marek Vasut
Cc: Fabio Estevam
Cc: Otavio Salvador
Cc: Stefano Babic
---
include/configs/m28evk.h |1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
index 2b16d69..4e9758f 100644
--- a/include/configs/m28evk.h
+++ b/include/
Align the SSP clock speed with oscilator to achieve
higher transfer stability.
Signed-off-by: Marek Vasut
Cc: Fabio Estevam
Cc: Otavio Salvador
Cc: Stefano Babic
---
board/denx/m28evk/m28evk.c |4 ++--
include/configs/m28evk.h |4 ++--
2 files changed, 4 insertions(+), 4 deletions(-
This change implements DMA chaining into SPI driver. This allows
the transfers to go much faster, while also fixing SF issues.
Signed-off-by: Marek Vasut
Cc: Fabio Estevam
Cc: Otavio Salvador
Cc: Stefano Babic
---
drivers/spi/mxs_spi.c | 96 +
Align this structure to DMA alignment size.
Signed-off-by: Marek Vasut
Cc: Fabio Estevam
Cc: Otavio Salvador
Cc: Stefano Babic
---
arch/arm/include/asm/arch-mxs/dma.h |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/include/asm/arch-mxs/dma.h
b/arch/arm/inclu
Hi Andreas,
On 8/21/2012 19:26, Andreas Bießmann wrote:
Dear Bo Shen,
On 20.08.2012 08:32, Bo Shen wrote:
Using common spi flash operation function to replace private operation
funtion
This patch is based on http://patchwork.ozlabs.org/patch/177896/
which has been merged by Mike frysinger
M
From: Nobuhiro Iwamatsu
This add README of Renesas RMOBILE.
Based doc/README.omap3.
Signed-off-by: Nobuhiro Iwamatsu
---
V2: Added more compiler infomation.
doc/README.rmobile | 65
1 file changed, 65 insertions(+)
create mode 100644 do
Renesas SH73A0 is CPU with Cortex-A9.
This supports the basic register definition and GPIO.
Signed-off-by: Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu
---
V6: Changed Makefile that using config.
Removed unnecessary ifdefs.
V5: Remove dead code.
V4: Revert ICCICR.
V3: Set COBJS o
Some rmobile SoC has TMU base timer function. This supports TMU.
Signed-off-by: Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu
---
V3: Merged arch/sh/lib/time.c
Need patches
* sh: tmu: Removed arch/sh/include/asm/clk.h
* sh: tmu: Changed switch statement to shift operati
On Sat, Aug 4, 2012 at 5:21 PM, Linus Walleij wrote:
> The configuration that is common for all Integrator boards may
> just as well be stored in a common include file as per pattern
> from other boards. This eases maintenance quite a bit.
>
> Signed-off-by: Linus Walleij
> ---
> ChangeLog v1->v
On 08/21/2012 04:04 PM, Benoît Thébaudeau wrote:
> diff --git u-boot-imx-88e73dd.orig/nand_spl/nand_boot_fsl_nfc.c
> u-boot-imx-88e73dd/nand_spl/nand_boot_fsl_nfc.c
> index a40c998..1096727 100644
> --- u-boot-imx-88e73dd.orig/nand_spl/nand_boot_fsl_nfc.c
> +++ u-boot-imx-88e73dd/nand_spl/nand_boo
Switch the mx35 timer driver to the 32-kHz clock source to avoid calling
mxc_get_clock() again and again, and to be consistent with the timer drivers of
other i.MX SoCs.
Signed-off-by: Benoît Thébaudeau
Cc: Stefano Babic
---
Changes for v2:
- Fix multiline comment style.
- Use default SoC inpu
Define default SoC input clock frequencies for i.MX35 in order to get rid of
duplicated definitions.
Signed-off-by: Benoît Thébaudeau
Cc: Stefano Babic
---
This patch depends on http://patchwork.ozlabs.org/patch/177437/ .
Changes for v2:
- New patch.
.../arch/arm/cpu/arm1136/mx35/generic.c
Define default SoC input clock frequencies for i.MX31 in order to get rid of
duplicated definitions.
Signed-off-by: Benoît Thébaudeau
Cc: Stefano Babic
Cc: Fabio Estevam
Cc: Wolfgang Denk
Cc: Helmut Raiger
---
.../arch/arm/cpu/arm1136/mx31/generic.c|4 ++--
.../arch/arm/cpu/a
Define default SoC input clock frequencies for i.MX25 in order to get rid of
duplicated definitions.
Signed-off-by: Benoît Thébaudeau
Cc: Stefano Babic
Cc: Fabio Estevam
Cc: Matthias Weisser
---
.../arch/arm/cpu/arm926ejs/mx25/generic.c |2 +-
.../arch/arm/cpu/arm926ejs/mx25/time
Signed-off-by: Benoît Thébaudeau
Cc: Scott Wood
Cc: Stefano Babic
---
Changes for v2:
- Fix warning for unused tmp variable in board_nand_init() for NFC V1.
.../arch/arm/include/asm/arch-mx5/imx-regs.h |9 +
.../drivers/mtd/nand/mxc_nand.c| 219 +++--
Dear Łukasz Dałek,
> Signed-off-by: Łukasz Dałek
> ---
> arch/arm/cpu/pxa/cpuinfo.c | 11 +--
> arch/arm/include/asm/arch-pxa/pxa.h | 13 +
> 2 files changed, 22 insertions(+), 2 deletions(-)
Acked-by: Marek Vasut
I'll push this through the PXA tree.
Best reg
Dear Lucas Stach,
> Avoid clutter in ueth_data. Individual drivers should not mess
> with structures belonging to the core like this.
>
> Signed-off-by: Lucas Stach
> ---
> drivers/usb/eth/smsc95xx.c | 48
> -- include/usb_ether.h
> | 8 ++-
On 08/21/2012 05:37 AM, Josh Wu wrote:
> Hi, Andreas
>
> On 8/17/2012 5:24 PM, Andreas Bießmann wrote:
>> can you please add some README entry describing these new config
>> parameters?
>> Namely CONFIG_ATMEL_NAND_HW_PMECC, CONFIG_PMECC_CAP,
>> CONFIG_PMECC_SECTOR_SIZE (can't this be derived from
This adds the required code to set up a ULPI USB port. It is
mostly a port of the Linux ULPI setup code with some tweaks
added for more correctness, discovered along the way of
debugging this.
To use this both CONFIG_USB_ULPI and CONFIG_USB_ULPI_VIEWPORT
have to be set in the board configuration f
With this series we are able to initialize USB controllers
using an external ULPI phy AKA USB2 on Tegra 2 devices.
This was tested to work on a Toradex Colibri T20 board,
where USB2 is used to access the ASIX ethernet chipset.
Testing was done with "tegra20: usb: rework set_host_mode" [1]
applied.
Common practice on Tegra 2 boards is to use the pllp_out4 FO
to generate the ULPI reference clock. For this to work we have
to override the default hardware generated output divider.
This function adds a clean way to do so.
v2:
- check if pllout is valid
Signed-off-by: Lucas Stach
---
arch/arm
Allows for easy configuration of the VBUS indicator related ULPI
config bits.
Also move the external indicator setup from ulpi_set_vbus() to
the new function.
Signed-off-by: Lucas Stach
---
drivers/usb/ulpi/ulpi.c | 26 ++
include/usb/ulpi.h | 13 +++--
2 Da
Most Tegra boards output the ULPI reference clock on pad DEV2.
Complete the periph_id enum so that we are able to enable this
clock output circuit.
Signed-off-by: Lucas Stach
Acked-by: Stephen Warren
Acked-by: Simon Glass
---
arch/arm/cpu/tegra20-common/clock.c | 1 +
arch/arm/include/a
Match the name of the header prototype with the actual
implementation.
Signed-off-by: Lucas Stach
---
include/usb/ulpi.h | 2 +-
1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)
diff --git a/include/usb/ulpi.h b/include/usb/ulpi.h
index 4a23fd2..9a75c24 100644
--- a/include/usb/ulp
From: Fabio Estevam
Use IMX_GPIO_NR macro.
Signed-off-by: Fabio Estevam
---
Changes since v1:
- Remove unnecessary comment
board/freescale/mx51evk/mx51evk.c |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/board/freescale/mx51evk/mx51evk.c
b/board/freescale/mx51evk
From: Fabio Estevam
Use IMX_GPIO_NR macro.
Signed-off-by: Fabio Estevam
---
Changes since v1:
- Remove unnecessary comment
board/freescale/mx53loco/mx53loco.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/freescale/mx53loco/mx53loco.c
b/board/freescale/mx53loco/
From: Fabio Estevam
Use IMX_GPIO_NR macro.
Signed-off-by: Fabio Estevam
---
Changes since v1:
- Remove unnecessary comment
board/freescale/mx53ard/mx53ard.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/freescale/mx53ard/mx53ard.c
b/board/freescale/mx53ard/mx53a
On 8/21/2012 10:26 AM, Fabio Estevam wrote:
Use IMX_GPIO_NR macro.
Signed-off-by: Fabio Estevam
---
board/freescale/mx53loco/mx53loco.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/freescale/mx53loco/mx53loco.c
b/board/freescale/mx53loco/mx53loco.c
index 7cfb
So, this adapter is based on ASIX chip
http://www.asix.com.tw/products.php?op=pItemdetail&PItemID=109;74;109
Could you provide me some instruction how to make it working?
Best regards
Daniel
W dniu 20.08.2012 15:44, Marek Vasut pisze:
Dear Daniel Ścisłowski,
Dear Mr Marek Vasut,
CCing U-boo
On Mon, Aug 20, 2012 at 8:48 AM, Stephen Warren wrote:
> On 08/19/2012 12:15 PM, Lucas Stach wrote:
>> Rename board provided gpio_config_uart() to
>> gpio_early_init_uart() as it does the same thing as the equally
>> called function provided by the uart-switch code. This allows
>> to simply call t
On Sun, Aug 19, 2012 at 9:08 AM, Lucas Stach wrote:
> Most Tegra boards output the ULPI reference clock on pad DEV2.
>
> Complete the periph_id enum so that we are able to enable this
> clock output circuit.
>
> Signed-off-by: Lucas Stach
Acked-by: Simon Glass
> ---
> arch/arm/cpu/tegra20-com
On Tuesday 21 August 2012 07:11:18 Andreas Bießmann wrote:
> On 20.08.2012 08:32, Bo Shen wrote:
> > The atmel at91sam9x5 series spi has feature to avoid receive overren
> >
> > Using the patch to enable it
> >
> > Signed-off-by: Bo Shen
>
> Acked-by: Andreas Bießmann
>
> Mike, will you take
On Tuesday 21 August 2012 07:26:27 Andreas Bießmann wrote:
> On 20.08.2012 08:32, Bo Shen wrote:
> > Using common spi flash operation function to replace private operation
> > funtion
> >
> > This patch is based on http://patchwork.ozlabs.org/patch/177896/
> > which has been merged by Mike frysing
On Tuesday 21 August 2012 09:23:13 Lucas Stach wrote:
> + struct ueth_data *dev = (struct ueth_data *)eth->priv;
> + struct asix_private *priv = (struct asix_private *)dev->dev_priv;
not that it's harmful, but priv is void*, so the casts aren't needed
> + ALLOC_CACHE_ALIGN_BUFFER(unsi
On Tuesday 21 August 2012 09:23:12 Lucas Stach wrote:
> Avoid clutter in ueth_data. Individual drivers should not mess
> with structures belonging to the core like this.
nice work
-mike
signature.asc
Description: This is a digitally signed message part.
__
On 8/20/2012 11:11 PM, Stefano Babic wrote:
On 21/08/2012 01:03, Troy Kisky wrote:
diff --git a/arch/arm/include/asm/arch-mx31/imx-regs.h
b/arch/arm/include/asm/arch-mx31/imx-regs.h
index bba37ac..594d613 100644
--- a/arch/arm/include/asm/arch-mx31/imx-regs.h
+++ b/arch/arm/include/asm/arch-mx31
Use IMX_GPIO_NR macro.
Signed-off-by: Fabio Estevam
---
board/freescale/mx51evk/mx51evk.c |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/board/freescale/mx51evk/mx51evk.c
b/board/freescale/mx51evk/mx51evk.c
index 97c8a2c..651b506 100644
--- a/board/freescale/mx51ev
Use IMX_GPIO_NR macro.
Signed-off-by: Fabio Estevam
---
board/freescale/mx53loco/mx53loco.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/freescale/mx53loco/mx53loco.c
b/board/freescale/mx53loco/mx53loco.c
index 7cfb3f4..3a39c3e 100644
--- a/board/freescale/mx53lo
Use IMX_GPIO_NR macro.
Signed-off-by: Fabio Estevam
---
board/freescale/mx53ard/mx53ard.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/freescale/mx53ard/mx53ard.c
b/board/freescale/mx53ard/mx53ard.c
index 2d21584..688cff1 100644
--- a/board/freescale/mx53ard/mx53
From: Pavel Herrmann
Signed-off-by: Pavel Herrmann
Signed-off-by: Marek Vasut
---
Makefile|2 +
common/dm/Makefile | 40 +
common/dm/core.c| 150
common/dm/driver.c | 404 +++
From: Pavel Herrmann
Signed-off-by: Pavel Herrmann
---
Makefile|1 +
drivers/demo/Makefile | 42
drivers/demo/core.c | 236 +++
drivers/demo/demo.c | 67
include/dm/core_numbering.h
Dumps the content of system tree
Signed-off-by: Marek Vasut
---
common/dm/Makefile |2 +-
common/dm/debug.c | 106
include/dm/debug.h | 33
3 files changed, 140 insertions(+), 1 deletion(-)
create mode 100644 common/d
Signed-off-by: Marek Vasut
---
arch/sandbox/lib/board.c|6 +
drivers/gpio/Makefile |2 +
drivers/gpio/core.c | 365 +++
drivers/gpio/sandbox.c | 58 ++-
include/asm-generic/gpio.h | 19 +++
include/configs/sandbox.h
Add linker sections necessary for driver model operation.
Signed-off-by: Marek Vasut
---
arch/sandbox/cpu/u-boot.lds | 35 ---
1 file changed, 32 insertions(+), 3 deletions(-)
diff --git a/arch/sandbox/cpu/u-boot.lds b/arch/sandbox/cpu/u-boot.lds
index 9960138.
Signed-off-by: Marek Vasut
---
arch/sandbox/lib/board.c | 19 +++
1 file changed, 19 insertions(+)
diff --git a/arch/sandbox/lib/board.c b/arch/sandbox/lib/board.c
index c173bf9..b6b3768 100644
--- a/arch/sandbox/lib/board.c
+++ b/arch/sandbox/lib/board.c
@@ -47,6 +47,8 @@
#
I'm submitting hereby the initial code for the driver model. This is a RFC
patch, please give it a spin and scream :-)
The GPIO api should now use the new approach on the sandbox target. There's also
"dm" command, that allows dumping the driver tree.
Marek Vasut (5):
dm: sandbox: Add necessary
Add GD sections necessary for driver model operation.
Signed-off-by: Marek Vasut
---
arch/sandbox/include/asm/global_data.h |9 +
1 file changed, 9 insertions(+)
diff --git a/arch/sandbox/include/asm/global_data.h
b/arch/sandbox/include/asm/global_data.h
index 581fd2f..77c7508 1006
On 08/20/2012 10:09 PM, Prabhakar Lad wrote:
> Hi Tom,
>
> Thanks for the patch.
>
> On Monday 20 August 2012 10:15 PM, Tom Rini wrote:
>> Add a board-specific README that documents how to write u-boot.ais to
>> the SPI found on this board.
>>
>> Changes-series: 2
>> - Add
>>
>> Signed-off-by: To
Dear Łukasz Dałek,
> I've moved cpu revision detection to arch/arm/cpu/pxa as you suggest.
> Cleaned ethernet driver. Soon I would also send patches for
> drivers/usb/gadget/ether.c to work correctly with this pxa driver.
I didn't sleep today ... I'll review it tomorrow.
> Łukasz Dałek (2):
>
On Tue, Aug 21, 2012 at 11:35 AM, Bill wrote:
> Thanks. I'm a bit fuzzy on Linux graphics. So you mention that this is
> possible - but what criteria?
> Does this mean all I need to do is configure U-boot? Or you mention that
> there is no mxs framebuffer support. Is there a way around this in
Thanks. I'm a bit fuzzy on Linux graphics. So you mention that this is
possible - but what criteria?
Does this mean all I need to do is configure U-boot? Or you mention
that there is no mxs framebuffer support. Is there a way around this in
u-boot? Or can I add a patch for mxs framebuffer s
Hi Bill,
On Tue, Aug 21, 2012 at 11:20 AM, Bill wrote:
> All,
>
> Is it possible to configure u-boot output (console) to the LCD on the
> imx28evk board? I see in the u-boot configuration options switches for LCD
> support: CONFIG_LCD. However, I don't see an LCD display that matches the
>
All,
Is it possible to configure u-boot output (console) to the LCD on
the imx28evk board? I see in the u-boot configuration options switches
for LCD support: CONFIG_LCD. However, I don't see an LCD display that
matches the one on the imx28evk?
Thanks,
Bill
__
Signed-off-by: Łukasz Dałek
---
arch/arm/cpu/pxa/cpuinfo.c | 11 +--
arch/arm/include/asm/arch-pxa/pxa.h | 13 +
2 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/arch/arm/cpu/pxa/cpuinfo.c b/arch/arm/cpu/pxa/cpuinfo.c
index f1cdd40..bab6340 100644
-
I've moved cpu revision detection to arch/arm/cpu/pxa as you suggest.
Cleaned ethernet driver. Soon I would also send patches for
drivers/usb/gadget/ether.c to work correctly with this pxa driver.
Łukasz Dałek (2):
pxa: Add some stuff to examine cpu model and rev
pxa25x: Add USB ethernet gadge
On 21/08/2012 14:56, Benoît Thébaudeau wrote:
> Hi Stefano,
>
Hi,
>> The address depends on the SOC, and is not a board configuration
>> option.
>> Should we not use IIM_BASE_ADDR ?
>
> CONFIG_SYS_FSL_IIM_ADDR is supposed to be a board configuration option, just
> like CONFIG_SYS_I2C_BASE.
Ok
There are multiple changes needed to make AX88772B work:
1. add vendor and product ID (trivial)
2. We need to read out the MAC address from the EEPROM and write
it into the NodeID register manually.
3. The packet length check has to be adjusted, as all ASIX chips
only use 11 bits to indicate the
Avoid clutter in ueth_data. Individual drivers should not mess
with structures belonging to the core like this.
Signed-off-by: Lucas Stach
---
drivers/usb/eth/smsc95xx.c | 48 --
include/usb_ether.h| 8 ++--
2 Dateien geändert, 36 Zeilen h
On 08/21/2012 01:28:51 AM, Jorgen Lundman wrote:
> At the moment though, my Mele is doing nothing (just waiting for wip
> to
> mature). I believe latest XBMC can play SD content. Current lack of
> audio
> support is a concern.
I'm interested in using some of the Mele boxes instead of video
car
Hi Stefan,
On 08/21/2012 05:30 PM, Stefan Roese wrote:
[snip]
>>> The general "mood" of the embedded dev community seems to be, to me, to move
>>> away from these Companies, as the promised source releases has not been
>>> sufficient. The current interest seems to be AM.logic's dualcore board.
>
Hi Stefano, Fabio,
> On 20/08/2012 22:25, Fabio Estevam wrote:
> > Hi Stefano,
> >
> > On Mon, Aug 20, 2012 at 4:42 PM, stefano babic
> > wrote:
> >
> >> With the flea3 I have made some clean-up, making the
> >> lowLevel_init.S
> >> essential. Same changes were not reported back to the mx35pdk.
Hi Stefano,
> > Add a fsl_iim driver common to i.MX and MPC.
> >
> > Signed-off-by: Benoît Thébaudeau
> > Cc: Wolfgang Denk
> > Cc: Stefano Babic
> > ---
> > .../drivers/misc/Makefile |1 +
> > /dev/null => u-boot-4d3c95f/drivers/misc/fsl_iim.c | 318
> > +++
Dear Marek Vasut,
> The upper limit for DMA transfer length on MX28 is 0x4000 bytes,
> otherwise the DMA refuses to operate.
>
> Signed-off-by: Marek Vasut
> Cc: Fabio Estevam
> Cc: Otavio Salvador
> Cc: Stefano Babic
Hang on, I'll have a better patch
Best regards,
Marek Vasut
_
Dear Bo Shen,
On 20.08.2012 08:32, Bo Shen wrote:
> Using common spi flash operation function to replace private operation
> funtion
>
> This patch is based on http://patchwork.ozlabs.org/patch/177896/
> which has been merged by Mike frysinger
Mike, do you think this is a fix? Should it go into
Dear Bo Shen,
On 20.08.2012 08:32, Bo Shen wrote:
> The atmel at91sam9x5 series spi has feature to avoid receive overren
>
> Using the patch to enable it
>
> Signed-off-by: Bo Shen
Acked-by: Andreas Bießmann
Mike, will you take this patch?
Best regards
Andreas Bießmann
> ---
> drivers/spi
Dear Bo Shen,
On 20.08.2012 08:32, Bo Shen wrote:
> Fix the name error
>
> Signed-off-by: Bo Shen
> ---
applied to u-boot-atmel/master, thanks!
Best regards
Andreas Bießmann
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/l
Dear Bo Shen,
On 20.08.2012 11:01, Bo Shen wrote:
> As the maintainer for at91sam9g10ek and at91sam9m10g45ek can not reach
> any more.
>
> So I wish to take over the maintainer for sam9g10 and sam9m10g45
>
> Signed-off-by: Bo Shen
> ---
applied to u-boot-atmel/master, thanks!
Best regards
A
Dear Josh Wu,
On 16.08.2012 07:05, Josh Wu wrote:
> Signed-off-by: Josh Wu
> ---
> board/atmel/at91sam9x5ek/at91sam9x5ek.c | 12 ++--
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/board/atmel/at91sam9x5ek/at91sam9x5ek.c
> b/board/atmel/at91sam9x5ek/at91sam9x5ek.c
Hi, Andreas
On 8/17/2012 5:24 PM, Andreas Bießmann wrote:
Dear Josh Wu,
On 16.08.2012 07:05, Josh Wu wrote:
The Programmable Multibit ECC (PMECC) controller is a programmable binary
BCH(Bose, Chaudhuri and Hocquenghem) encoder and decoder. This controller
can be used to support both SLC and ML
Hi Stefano,
> > This can be useful for fuse-like hardware, OTP SoC options, etc.
> >
> > Signed-off-by: Benoît Thébaudeau
> > Cc: Wolfgang Denk
> > Cc: Stefano Babic
> > ---
>
> CC to Anatolji, he knows very well the MPC5121 that has currently
> support of fuses.
>
> > {u-boot-4d3c95f.orig
hi,
On 14 August 2012 11:15, Rajeshwari Shinde wrote:
> This patch adds pinmux support for I2S1
>
> Signed-off-by: Rajeshwari Shinde
> ---
> arch/arm/cpu/armv7/exynos/pinmux.c| 12
> arch/arm/include/asm/arch-exynos/periph.h |1 +
> 2 files changed, 13 insertions(+),
hi Rajeshwari,
On 14 August 2012 11:15, Rajeshwari Shinde wrote:
> This patch enables sound support for EXYNOS5
Enable sound for exynos5 based smdk5250 not exynos5.
>
> Signed-off-by: Rajeshwari Shinde
> ---
> include/configs/smdk5250.h |8
> 1 files changed, 8 insertions(+), 0 del
On 08/21/2012 04:40 AM, Scott Wood wrote:
Instead of just shooting down the entry that covers CCSR, clear out
every TLB entry that isn't the one that we're executing out of.
Signed-off-by: Scott Wood
---
v3: Don't skip the "last TLB entry" check when skipping a TLB entry
in the invalidation loop
The upper limit for DMA transfer length on MX28 is 0x4000 bytes,
otherwise the DMA refuses to operate.
Signed-off-by: Marek Vasut
Cc: Fabio Estevam
Cc: Otavio Salvador
Cc: Stefano Babic
---
drivers/spi/mxs_spi.c | 31 ++-
1 file changed, 22 insertions(+), 9 delet
On 14/08/2012 14:53, Benoît Thébaudeau wrote:
> Signed-off-by: Benoît Thébaudeau
> Cc: Wolfgang Denk
> Cc: Stefano Babic
> ---
> .../arch/powerpc/cpu/mpc512x/Makefile |1 -
> .../arch/powerpc/cpu/mpc512x/iim.c => /dev/null| 394
>
> .../board/davedenx
On 14/08/2012 14:52, Benoît Thébaudeau wrote:
> Add a fsl_iim driver common to i.MX and MPC.
>
> Signed-off-by: Benoît Thébaudeau
> Cc: Wolfgang Denk
> Cc: Stefano Babic
> ---
> .../drivers/misc/Makefile |1 +
> /dev/null => u-boot-4d3c95f/drivers/misc/fsl_iim.c |
On 14/08/2012 14:52, Benoît Thébaudeau wrote:
> This can be useful for fuse-like hardware, OTP SoC options, etc.
>
> Signed-off-by: Benoît Thébaudeau
> Cc: Wolfgang Denk
> Cc: Stefano Babic
> ---
CC to Anatolji, he knows very well the MPC5121 that has currently
support of fuses.
> {u-boot-4d
On 08/20/12 21:27, Stephen Warren wrote:
> On 08/20/2012 06:41 AM, Lucas Stach wrote:
>> Hello Igor,
>>
>> thanks for your review. Comments inline.
>>
>> Am Montag, den 20.08.2012, 15:07 +0300 schrieb Igor Grinberg:
>>> Hi Lucas,
>>>
>>> On 08/19/12 19:08, Lucas Stach wrote:
This adds the re
On 08/20/12 15:41, Lucas Stach wrote:
> Hello Igor,
>
> thanks for your review. Comments inline.
>
> Am Montag, den 20.08.2012, 15:07 +0300 schrieb Igor Grinberg:
>> Hi Lucas,
>>
>> On 08/19/12 19:08, Lucas Stach wrote:
>>> This adds the required code to set up a ULPI USB port. It is
>>> mostly a
Hi Graeme,
On 08/21/2012 05:12 AM, Graeme Russ wrote:
>> 2)
>> I have a Mele A2000
>> (http://www.cnx-software.com/2012/04/04/mele-a2000-android-2-3-media-player-powered-by-allwinner-a10/)
>
> This looks promising at ~ AU$100 with USB, SD/MMC, VGA, HDMI, SATA,
> Ethernet, WiFi, Sound w/ Optical O
> -Original Message-
> From: u-boot-boun...@lists.denx.de [mailto:u-boot-
> boun...@lists.denx.de] On Behalf Of Alex Zeffertt
> Sent: 17 August 2012 16:47
> To: u-boot@lists.denx.de
> Subject: [U-Boot] WARNING: Caches not enabled on openrd based board
>
> Hi U-Booters,
>
> I get the fol
1 - 100 of 102 matches
Mail list logo