Hi Simon,
Thanks for review comments.
Please find my responses below.
Thanks & Regards
Amarendra
On 27 December 2012 01:29, Simon Glass wrote:
> Hi Amarendra,
>
> On Thu, Dec 20, 2012 at 5:53 AM, Amarendra Reddy
> wrote:
> > Hi SImon,
> >
> > Thanks for the review comments.
> > Please find bel
This patch set adds FDT support to I2C, I2S, SPI
drivers for SMDK5250.
Separate patch sets for each driver are rebased on lastest u-boot-samsung.
Following is the link for each driver patch set combined
1) I2C V4: "http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/148199";
2) I2S V3: "http
This patch adds aliases for I2C.
Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
Acked-by: Heiko Schocher
---
Changes since V1:
- None
board/samsung/dts/exynos5250-smdk5250.dts | 11 +++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/board/samsung/dts/
Api is added to decode peripheral id based on the interrupt number
of the peripheral.
Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
---
Changes since V1:
- Removed hardcoded numbers.
arch/arm/cpu/armv7/exynos/pinmux.c| 29 +
arch/arm/include/as
Functions added to get the I2C bus number and reset I2C bus using
FDT node.
Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
Acked-by: Heiko Schocher
---
Changes since V1:
- Removed unnecessary blank lines and added wherever required.
drivers/i2c/s3c24x0_i2c.c | 83
Add sound device node data for exynos
Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
---
Changes since V1:
- None
arch/arm/dts/exynos5250.dtsi |5 +
doc/device-tree-bindings/exynos/sound.txt | 27 +++
2 files changed, 32 insertions(
Add I2C device node data for exynos
Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
---
Changes since V1:
- None
arch/arm/dts/exynos5250.dtsi | 64 ++
1 files changed, 64 insertions(+), 0 deletions(-)
diff --git a/arch/arm/dts/exynos5250
Add required compatible information for I2C driver.
Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
Acked-by: Heiko Schocher
---
Changes since V1:
- None
include/fdtdec.h |1 +
lib/fdtdec.c |1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/
Adds sound and codec device node parameters
Signed-off-by: R. Chandrasekar
Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
---
Changes since V1:
- None
board/samsung/dts/exynos5250-smdk5250.dts | 17 +
1 files changed, 17 insertions(+), 0 deletions(-)
diff --g
This patch adds FDT support to the codec.
Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
---
Changes since V1:
- removed unnecesarry blank lines.
drivers/sound/wm8994.c | 74 ++-
drivers/sound/wm8994.h |6 +--
2 files chang
This patch initialises I2C using FDT.
Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
Acked-by: Heiko Schocher
---
Changes since V1:
- None
board/samsung/smdk5250/smdk5250.c | 20 +---
1 files changed, 1 insertions(+), 19 deletions(-)
diff --git a/board/samsun
Add required compatible information for sound driver.
Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
---
Changes since V1:
- None
include/fdtdec.h |2 ++
lib/fdtdec.c |2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/fdtdec.h b/include/fdt
This patch adds aliases for SPI.
Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
---
Changes since V1:
- None
board/samsung/dts/exynos5250-smdk5250.dts |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/board/samsung/dts/exynos5250-smdk5250.dts
b/board/
This patch adds FDT support to the sound driver.
Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
---
Changes since V1:
- None
drivers/sound/sound.c | 173 +
include/sound.h |4 +-
2 files changed, 105 insertions(+), 72 de
Add SPI device node data for exynos.
Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
---
Changes since V1:
- None
arch/arm/dts/exynos5250.dtsi| 41 +++
doc/device-tree-bindings/exynos/isp-spi.txt | 22 ++
2 files changed, 63
This patch adds FDT support to sound init in CMD.
Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
---
Changes since V1:
- None
common/cmd_sound.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/cmd_sound.c b/common/cmd_sound.c
index 459d1eb..cfca9
Add required compatible information for SPI driver.
Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
---
Changes since V1:
- None
include/fdtdec.h |1 +
lib/fdtdec.c |1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/fdtdec.h b/include/fdtdec.
This patch adds FDT support to the SPI driver.
Signed-off-by: Simon Glass
Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
---
Changes since V1:
- Corrected compilation error for non DT and removed extra blank line.
drivers/spi/exynos_spi.c | 96
Hi Minkyu Kang,
Please do let me know if any comments regarding this patch.
Regards,
Rajeshwari Shinde.
On Sun, Dec 9, 2012 at 1:08 AM, Simon Glass wrote:
> On Thu, Nov 29, 2012 at 10:29 PM, Rajeshwari Shinde
> wrote:
> > This patch set adds L2 Cache Support to EXYNOS.
> >
> > Signed-off-by:
Hi,
I have been trying to test and integrate my customized binary on u-boot.
I tried the procedure of executing the example demo application
(hello_world.bin) by downloading binary using tftp and executing it. But, it
didn't help though.
I wanted to know if there is any procedure to integrate my
Hi Stefan,
> I wonder where you actually got such an old version of dfu-util.
I use the stable debian repository:
http://ftp.se.debian.org stable
And it is still there (version:
dfu-util version 0.1+svnexported)
> We
> work together with packagers to get new versions in all recent
> distros. M
101 - 121 of 121 matches
Mail list logo